mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-05 21:07:57 +00:00
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
<?php defined('_JEXEC') or die(); ?>
|
|
|
|
=====================================================================
|
|
JED Checker 1.6 - Released 26-October-2015
|
|
=====================================================================
|
|
~ phpcs
|
|
# uploading zip files no longer displays a warning on Joomla 3.4.4
|
|
# updated link to JED listing requirements
|
|
+ added rule framework, jamss
|
|
|
|
=====================================================================
|
|
JED Checker 1.6 - Released 5-November-2015
|
|
=====================================================================
|
|
~ code cleaup and joomla's phpcs compatibility (at least for the rules)
|
|
# Fixed unnecessary GPL checks in php files with no code - thanks to Peter van Westen
|
|
# Fixed unnecessary JEXEC checks in php files with no code - thanks to Peter van Westen
|
|
+ added rule to check for error_reporting(0) - thanks to Denis Delici
|
|
# JFile not found
|
|
|
|
=====================================================================
|
|
LEGEND
|
|
=====================================================================
|
|
! Note
|
|
+ New feature or addition
|
|
^ Major change
|
|
~ Small change
|
|
$ Language change
|
|
* Security fix
|
|
# Bug fix
|
|
- Feature removal
|