Skip to content

Commit b0663ca

Browse files
committed
Revert to dev
Signed-off-by: Martin Kopp <[email protected]>
1 parent 55f2082 commit b0663ca

File tree

13 files changed

+29
-49
lines changed

13 files changed

+29
-49
lines changed

administrator/language/en-GB/install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<extension client="administrator" type="language" method="upgrade">
33
<name>English (en-GB)</name>
44
<tag>en-GB</tag>
5-
<version>4.4.3</version>
5+
<version>4.4.4</version>
66
<creationDate>2024-02</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>

administrator/language/en-GB/langmetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<metafile client="administrator">
33
<name>English (en-GB)</name>
4-
<version>4.4.3</version>
4+
<version>4.4.4</version>
55
<creationDate>2024-02</creationDate>
66
<author>Joomla! Project</author>
77
<authorEmail>[email protected]</authorEmail>

administrator/manifests/files/joomla.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<authorUrl>www.joomla.org</authorUrl>
77
<copyright>(C) 2019 Open Source Matters, Inc.</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
9-
<version>4.4.3</version>
9+
<version>4.4.4-dev</version>
1010
<creationDate>2024-02</creationDate>
1111
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
1212

administrator/manifests/packages/pkg_en-GB.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<extension type="package" method="upgrade">
33
<name>English (en-GB) Language Pack</name>
44
<packagename>en-GB</packagename>
5-
<version>4.4.3.1</version>
5+
<version>4.4.4.1</version>
66
<creationDate>2024-02</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>

api/language/en-GB/install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<extension client="api" type="language" method="upgrade">
33
<name>English (en-GB)</name>
44
<tag>en-GB</tag>
5-
<version>4.4.3</version>
5+
<version>4.4.4</version>
66
<creationDate>2024-02</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>

api/language/en-GB/langmetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<metafile client="api">
33
<name>English (en-GB)</name>
4-
<version>4.4.3</version>
4+
<version>4.4.4</version>
55
<creationDate>2024-02</creationDate>
66
<author>Joomla! Project</author>
77
<authorEmail>[email protected]</authorEmail>

composer.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@
3030
"type": "vcs",
3131
"url": "https://github.com/joomla-backports/json-api-php.git",
3232
"no-api": true
33-
},
34-
{
35-
"type": "vcs",
36-
"url": "https://github.com/joomla-framework/security-filter.git"
37-
},
38-
{
39-
"type": "vcs",
40-
"url": "https://github.com/joomla-framework/security-input.git"
4133
}
4234
],
4335
"autoload": {
@@ -61,7 +53,7 @@
6153
"joomla/database": "^2.1.1",
6254
"joomla/di": "^2.0.1",
6355
"joomla/event": "^2.0.2",
64-
"joomla/filter": "dev-2.x-mbstring-issue566 as 2.0.4",
56+
"joomla/filter": "^2.0.3",
6557
"joomla/filesystem": "^2.0.2",
6658
"joomla/http": "^2.0.2",
6759
"joomla/input": "^2.0.4",

composer.lock

Lines changed: 14 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

installation/language/en-GB/langmetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<metafile client="installation">
33
<name>English (United Kingdom)</name>
4-
<version>4.4.3</version>
4+
<version>4.4.4</version>
55
<creationDate>2024-02</creationDate>
66
<author>Joomla! Project</author>
77
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>

language/en-GB/install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<extension client="site" type="language" method="upgrade">
33
<name>English (en-GB)</name>
44
<tag>en-GB</tag>
5-
<version>4.4.3</version>
5+
<version>4.4.4</version>
66
<creationDate>2024-02</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>

0 commit comments

Comments
 (0)