Skip to content

Commit

Permalink
Revert to dev
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kopp <[email protected]>
  • Loading branch information
MacJoom committed Feb 20, 2024
1 parent 55f2082 commit b0663ca
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 49 deletions.
2 changes: 1 addition & 1 deletion administrator/language/en-GB/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<extension client="administrator" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.4.3</version>
<version>4.4.4</version>
<creationDate>2024-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
Expand Down
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.3</version>
<version>4.4.4</version>
<creationDate>2024-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
Expand Down
2 changes: 1 addition & 1 deletion administrator/manifests/files/joomla.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3</version>
<version>4.4.4-dev</version>
<creationDate>2024-02</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

Expand Down
2 changes: 1 addition & 1 deletion administrator/manifests/packages/pkg_en-GB.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<extension type="package" method="upgrade">
<name>English (en-GB) Language Pack</name>
<packagename>en-GB</packagename>
<version>4.4.3.1</version>
<version>4.4.4.1</version>
<creationDate>2024-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
Expand Down
2 changes: 1 addition & 1 deletion api/language/en-GB/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<extension client="api" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.4.3</version>
<version>4.4.4</version>
<creationDate>2024-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
Expand Down
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.3</version>
<version>4.4.4</version>
<creationDate>2024-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
Expand Down
10 changes: 1 addition & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@
"type": "vcs",
"url": "https://github.com/joomla-backports/json-api-php.git",
"no-api": true
},
{
"type": "vcs",
"url": "https://github.com/joomla-framework/security-filter.git"
},
{
"type": "vcs",
"url": "https://github.com/joomla-framework/security-input.git"
}
],
"autoload": {
Expand All @@ -61,7 +53,7 @@
"joomla/database": "^2.1.1",
"joomla/di": "^2.0.1",
"joomla/event": "^2.0.2",
"joomla/filter": "dev-2.x-mbstring-issue566 as 2.0.4",
"joomla/filter": "^2.0.3",
"joomla/filesystem": "^2.0.2",
"joomla/http": "^2.0.2",
"joomla/input": "^2.0.4",
Expand Down
40 changes: 14 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3</version>
<version>4.4.4</version>
<creationDate>2024-02</creationDate>
<author>Joomla! Project</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
Expand Down
2 changes: 1 addition & 1 deletion language/en-GB/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<extension client="site" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.4.3</version>
<version>4.4.4</version>
<creationDate>2024-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
Expand Down
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.3</version>
<version>4.4.4</version>
<creationDate>2024-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
Expand Down
8 changes: 4 additions & 4 deletions libraries/src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ final class Version
* @var integer
* @since 3.8.0
*/
public const PATCH_VERSION = 3;
public const PATCH_VERSION = 4;

/**
* Extra release version info.
Expand All @@ -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.
Expand All @@ -98,7 +98,7 @@ final class Version
* @var string
* @since 3.5
*/
public const RELTIME = '16:00';
public const RELTIME = '16:01';

/**
* Release timezone.
Expand Down
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.3",
"version": "4.4.4",
"description": "Joomla CMS",
"license": "GPL-2.0-or-later",
"repository": {
Expand Down

0 comments on commit b0663ca

Please sign in to comment.