This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
Releases: mirko-pagliai/me-cms
Releases · mirko-pagliai/me-cms
2.29.2
- fixed a bug for
FixElFinderCommand
. Now theelfinder-cke.html
file is also
created; - updated for
me-tools
2.19.7 andphp-tools
1.4.1.
2.29.1
- added
AppController::setPaging()
method and updated controllers. This solves
a serious bug in pagination; - updated some dependencies.
2.29.0
KcFinder
has been completely replaced withElFinder
and all its classes
have been removed.\MeCms\Command\Install\FixElFinderCommand
and
\MeCms\Utility\Checkups\ElFinder
classes have been added;- uses and suggests
npm-asset/fancyapps-fancybox
github
instead ofnewerton/fancy-box
. - admin "checkup" function and all its classes have been removed.
2.28.1
- no longer loads the cache configuration from the application. To set custom
cache parameters, use the application bootstrap; - prevents the plugins bootstrap from loading multiple times;
Apache::version()
renamed asApache::getVersion()
,Plugin::versions()
renamed asPlugin::getVersions()
;- removed useless
AbstractCheckup
class; - added
PHP::getVersion()
; - no longer forces debug for localhost. Instead, use your
app_local.php
file; - updated
Command
tests forcakephp
4.0.5.
2.28.0
- updated for
cakephp
4 andphpunit
8; - added
MenuHelperTestCase
.
2.27.7
- fixed title for admin pages;
- little fixes.
2.27.6
- fixed little bug for
Icon
helper; - fixed little bug for static pages.
2.27.5
\MeCms\Controller\Admin\AppController::referer()
, unlike the original method,
can return theindex
action of the same controller (if it has been
indicated as the$default
parameter), preserving also the query string;- replaced the
Validator::allowEmpty()
method that will be deprecated.
2.27.4
- added Fancybox photo preview in the admin panel;
- fixed bug, the album view now correctly shows the title and the number of
photos contained in each album; - fixed bug for changelogs reader;
- fixed little bug for the admin sidebar.
2.27.3
- updated for
cakephp-thumber
1.8.0
.