Skip to content

Commit e59e625

Browse files
author
Nicholas K. Dionysopoulos
committed
Release notess
1 parent 2ec6db3 commit e59e625

11 files changed

Lines changed: 35 additions & 25 deletions

File tree

RELEASENOTES.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,25 @@
22

33
We are developing, testing and using Akeeba Data Compliance using the latest version of Joomla! and a popular and actively maintained branch of PHP 7. At the time of this writing this is:
44

5-
* Joomla! 3.8
5+
* Joomla! 3.9
66
* PHP 7.2
77

88
Akeeba Subscriptions should be compatible with:
99

10-
* Joomla! 3.8
11-
* PHP 7.0, 7.1, 7.2.
10+
* Joomla! 3.8, 3.9
11+
* PHP 7.0, 7.1, 7.2, 7.3.
1212

1313
## Changelog
1414

15-
+ Cookie consent plugin
16-
~ Joomla! 3.9 backend Components menu item compatibility
15+
New features
16+
17+
* Protection of all component and plugin folders against direct web access
18+
* Export data: support for Joomla “privacy” group plugins
19+
20+
Bug fixes
21+
22+
* [VERY HIGH] Immediate failure accessing the backend of the component [gh-27]
23+
* [HIGH] ATS export, causing fatal error
24+
* [LOW] Cookie compliance fails with a fatal error when the server does not set the HTTP_HOST environment variable
25+
* [LOW] PHP 7.3 warning in the Control Panel page
26+
* [LOW] The cookie consent code was outside the BODY tag

plugins/datacompliance/akeebasubs/akeebasubs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<authorUrl>http://www.akeebabackup.com</authorUrl>
1313
<copyright>Copyright (c)2018-2019 Nicholas K. Dionysopoulos / Akeeba Ltd</copyright>
1414
<license>GNU General Public License version 3, or later</license>
15-
<creationDate>2018-04-19</creationDate>
16-
<version>1.0</version>
15+
<creationDate>2019-03-12</creationDate>
16+
<version>1.1.0</version>
1717
<description>PLG_DATACOMPLIANCE_AKEEBASUBS_DESCRIPTION</description>
1818

1919
<files>

plugins/datacompliance/ars/ars.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<authorUrl>http://www.akeebabackup.com</authorUrl>
1313
<copyright>Copyright (c)2018-2019 Nicholas K. Dionysopoulos / Akeeba Ltd</copyright>
1414
<license>GNU General Public License version 3, or later</license>
15-
<creationDate>2018-04-19</creationDate>
16-
<version>1.0</version>
15+
<creationDate>2019-03-12</creationDate>
16+
<version>1.1.0</version>
1717
<description>PLG_DATACOMPLIANCE_ARS_DESCRIPTION</description>
1818

1919
<files>

plugins/datacompliance/ats/ats.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<authorUrl>http://www.akeebabackup.com</authorUrl>
1313
<copyright>Copyright (c)2018-2019 Nicholas K. Dionysopoulos / Akeeba Ltd</copyright>
1414
<license>GNU General Public License version 3, or later</license>
15-
<creationDate>2018-04-19</creationDate>
16-
<version>1.0</version>
15+
<creationDate>2019-03-12</creationDate>
16+
<version>1.1.0</version>
1717
<description>PLG_DATACOMPLIANCE_ATS_DESCRIPTION</description>
1818

1919
<files>

plugins/datacompliance/email/email.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<authorUrl>http://www.akeebabackup.com</authorUrl>
1313
<copyright>Copyright (c)2018-2019 Nicholas K. Dionysopoulos / Akeeba Ltd</copyright>
1414
<license>GNU General Public License version 3, or later</license>
15-
<creationDate>2018-04-19</creationDate>
16-
<version>1.0</version>
15+
<creationDate>2019-03-12</creationDate>
16+
<version>1.1.0</version>
1717
<description>PLG_DATACOMPLIANCE_EMAIL_DESCRIPTION</description>
1818

1919
<files>

plugins/datacompliance/joomla/joomla.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<authorUrl>http://www.akeebabackup.com</authorUrl>
1313
<copyright>Copyright (c)2018-2019 Nicholas K. Dionysopoulos / Akeeba Ltd</copyright>
1414
<license>GNU General Public License version 3, or later</license>
15-
<creationDate>2018-04-19</creationDate>
16-
<version>1.0</version>
15+
<creationDate>2019-03-12</creationDate>
16+
<version>1.1.0</version>
1717
<description>PLG_DATACOMPLIANCE_JOOMLA_DESCRIPTION</description>
1818

1919
<files>

plugins/datacompliance/loginguard/loginguard.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<authorUrl>http://www.akeebabackup.com</authorUrl>
1313
<copyright>Copyright (c)2018-2019 Nicholas K. Dionysopoulos / Akeeba Ltd</copyright>
1414
<license>GNU General Public License version 3, or later</license>
15-
<creationDate>2018-04-19</creationDate>
16-
<version>1.0</version>
15+
<creationDate>2019-03-12</creationDate>
16+
<version>1.1.0</version>
1717
<description>PLG_DATACOMPLIANCE_LOGINGUARD_DESCRIPTION</description>
1818

1919
<files>

plugins/datacompliance/s3/s3.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<authorUrl>http://www.akeebabackup.com</authorUrl>
1313
<copyright>Copyright (c)2018-2019 Nicholas K. Dionysopoulos / Akeeba Ltd</copyright>
1414
<license>GNU General Public License version 3, or later</license>
15-
<creationDate>2018-04-19</creationDate>
16-
<version>1.0</version>
15+
<creationDate>2019-03-12</creationDate>
16+
<version>1.1.0</version>
1717
<description>PLG_DATACOMPLIANCE_S3_DESCRIPTION</description>
1818

1919
<files>

plugins/system/datacompliance/datacompliance.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<authorUrl>http://www.akeebabackup.com</authorUrl>
1313
<copyright>Copyright (c)2018-2019 Nicholas K. Dionysopoulos / Akeeba Ltd</copyright>
1414
<license>GNU General Public License version 3, or later</license>
15-
<creationDate>2018-04-19</creationDate>
16-
<version>1.0</version>
15+
<creationDate>2019-03-12</creationDate>
16+
<version>1.1.0</version>
1717
<description>PLG_SYSTEM_DATACOMPLIANCE_DESCRIPTION</description>
1818

1919
<files>

plugins/system/datacompliancecookie/datacompliancecookie.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<authorUrl>http://www.akeebabackup.com</authorUrl>
1313
<copyright>Copyright (c)2018-2019 Nicholas K. Dionysopoulos / Akeeba Ltd</copyright>
1414
<license>GNU General Public License version 3, or later</license>
15-
<creationDate>2018-04-19</creationDate>
16-
<version>1.0</version>
15+
<creationDate>2019-03-12</creationDate>
16+
<version>1.1.0</version>
1717
<description>PLG_SYSTEM_DATACOMPLIANCECOOKIE_DESCRIPTION</description>
1818

1919
<files>

0 commit comments

Comments
 (0)