-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nicholas K. Dionysopoulos
committed
Jul 23, 2019
1 parent
bd7ebfe
commit 23e0c78
Showing
2 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
## Joomla and PHP Compatibility | ||
|
||
We are developing, testing and using Akeeba Contact Us using the latest version of Joomla! and a popular and actively maintained branch of PHP 7. At the time of this writing this is: | ||
* Joomla! 3.6 | ||
* PHP 7.0 | ||
|
||
* Joomla! 3.9 | ||
* PHP 7.3 | ||
|
||
Akeeba Contact Us should be compatible with: | ||
* Joomla! 3.4, 3.5, 3.6, 3.7, 3.8 | ||
* PHP 5.4, 5.5, 5.6, 7.0, 7.1, 7.2 | ||
* Joomla! 3.8, 3.9 | ||
* PHP 5.6, 7.1, 7.2 | ||
|
||
## Changelog | ||
|
||
* License change to GPLv3 or later. | ||
* Converted interface to use Akeeba Frontend Framework (FEF). | ||
**New features** | ||
|
||
* Protection of all component and plugin folders against direct web access | ||
* Support language filtering in the frontend | ||
|
||
**Bug fixes** | ||
|
||
* Backend category controller was missing | ||
* FEF was not included in the package |