Skip to content

Commit

Permalink
Revert to dev
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
MacJoom committed Feb 18, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a3a75d7 commit c244480
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion administrator/language/en-GB/install.xml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<extension client="administrator" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.4.11</version>
<version>4.4.12</version>
<creationDate>2025-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
2 changes: 1 addition & 1 deletion administrator/language/en-GB/langmetadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="administrator">
<name>English (en-GB)</name>
<version>4.4.11</version>
<version>4.4.12</version>
<creationDate>2025-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
2 changes: 1 addition & 1 deletion administrator/manifests/files/joomla.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
<authorUrl>www.joomla.org</authorUrl>
<copyright>(C) 2019 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>4.4.11</version>
<version>4.4.12-dev</version>
<creationDate>2025-02</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

2 changes: 1 addition & 1 deletion administrator/manifests/packages/pkg_en-GB.xml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<extension type="package" method="upgrade">
<name>English (en-GB) Language Pack</name>
<packagename>en-GB</packagename>
<version>4.4.11.1</version>
<version>4.4.12.1</version>
<creationDate>2025-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
2 changes: 1 addition & 1 deletion api/language/en-GB/install.xml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<extension client="api" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.4.11</version>
<version>4.4.12</version>
<creationDate>2025-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
2 changes: 1 addition & 1 deletion api/language/en-GB/langmetadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="api">
<name>English (en-GB)</name>
<version>4.4.11</version>
<version>4.4.12</version>
<creationDate>2025-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
2 changes: 1 addition & 1 deletion installation/language/en-GB/langmetadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>English (United Kingdom)</name>
<version>4.4.11</version>
<version>4.4.12</version>
<creationDate>2025-02</creationDate>
<author>Joomla! Project</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
2 changes: 1 addition & 1 deletion language/en-GB/install.xml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<extension client="site" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.4.11</version>
<version>4.4.12</version>
<creationDate>2025-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
2 changes: 1 addition & 1 deletion language/en-GB/langmetadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="site">
<name>English (en-GB)</name>
<version>4.4.11</version>
<version>4.4.12</version>
<creationDate>2025-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
8 changes: 4 additions & 4 deletions libraries/src/Version.php
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ final class Version
* @var integer
* @since 3.8.0
*/
public const PATCH_VERSION = 11;
public const PATCH_VERSION = 12;

/**
* Extra release version info.
@@ -66,15 +66,15 @@ final class Version
* @var string
* @since 3.8.0
*/
public const EXTRA_VERSION = '';
public const EXTRA_VERSION = 'dev';

/**
* Development status.
*
* @var string
* @since 3.5
*/
public const DEV_STATUS = 'Stable';
public const DEV_STATUS = 'Development';

/**
* Code name.
@@ -98,7 +98,7 @@ final class Version
* @var string
* @since 3.5
*/
public const RELTIME = '16:00';
public const RELTIME = '16:01';

/**
* Release timezone.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joomla",
"version": "4.4.11",
"version": "4.4.12",
"description": "Joomla CMS",
"license": "GPL-2.0-or-later",
"repository": {

0 comments on commit c244480

Please sign in to comment.