Skip to content

Commit 8a868a3

Browse files
committed
Revert to dev
Signed-off-by: Martin Kopp <[email protected]>
1 parent bbfe0e0 commit 8a868a3

File tree

13 files changed

+30
-45
lines changed

13 files changed

+30
-45
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.7</version>
5+
<version>4.4.8</version>
66
<creationDate>2024-08</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.7</version>
4+
<version>4.4.8</version>
55
<creationDate>2024-08</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.7</version>
9+
<version>4.4.8-dev</version>
1010
<creationDate>2024-08</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.7.1</version>
5+
<version>4.4.8.1</version>
66
<creationDate>2024-08</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.7</version>
5+
<version>4.4.8</version>
66
<creationDate>2024-08</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.7</version>
4+
<version>4.4.8</version>
55
<creationDate>2024-08</creationDate>
66
<author>Joomla! Project</author>
77
<authorEmail>[email protected]</authorEmail>

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
"type": "vcs",
3232
"url": "https://github.com/joomla-backports/json-api-php.git",
3333
"no-api": true
34-
},
35-
{
36-
"type": "vcs",
37-
"url": "https://github.com/joomla-framework/security-filter.git"
3834
}
3935
],
4036
"autoload": {
@@ -58,7 +54,7 @@
5854
"joomla/database": "^2.1.1",
5955
"joomla/di": "^2.0.1",
6056
"joomla/event": "^2.0.2",
61-
"joomla/filter": "dev-2x-outputfilter-case as 2.0.5",
57+
"joomla/filter": "^2.0.5",
6258
"joomla/filesystem": "^2.0.2",
6359
"joomla/http": "^2.0.4",
6460
"joomla/input": "^2.0.4",

composer.lock

Lines changed: 15 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.7</version>
4+
<version>4.4.8</version>
55
<creationDate>2024-08</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.7</version>
5+
<version>4.4.8</version>
66
<creationDate>2024-08</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>

0 commit comments

Comments
 (0)