Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Releases: mirko-pagliai/me-cms

2.29.2

04 Sep 10:29
1d2b869
Compare
Choose a tag to compare
  • fixed a bug for FixElFinderCommand. Now the elfinder-cke.html file is also
    created;
  • updated for me-tools 2.19.7 and php-tools 1.4.1.

2.29.1

29 Jul 14:45
0385240
Compare
Choose a tag to compare
  • added AppController::setPaging() method and updated controllers. This solves
    a serious bug in pagination;
  • updated some dependencies.

2.29.0

11 May 14:52
62a7798
Compare
Choose a tag to compare
  • KcFinder has been completely replaced with ElFinder 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 of newerton/fancy-box.
  • admin "checkup" function and all its classes have been removed.

2.28.1

06 May 11:04
c7e5065
Compare
Choose a tag to compare
  • 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 as Apache::getVersion(), Plugin::versions()
    renamed as Plugin::getVersions();
  • removed useless AbstractCheckup class;
  • added PHP::getVersion();
  • no longer forces debug for localhost. Instead, use your app_local.php file;
  • updated Command tests for cakephp 4.0.5.

2.28.0

13 Feb 13:24
5e867a2
Compare
Choose a tag to compare
  • updated for cakephp 4 and phpunit 8;
  • added MenuHelperTestCase.

2.27.7

11 Feb 10:24
367159e
Compare
Choose a tag to compare
  • fixed title for admin pages;
  • little fixes.

2.27.6

24 Dec 15:53
fb8b030
Compare
Choose a tag to compare
  • fixed little bug for Icon helper;
  • fixed little bug for static pages.

2.27.5

18 Dec 11:23
5b29ae2
Compare
Choose a tag to compare
  • \MeCms\Controller\Admin\AppController::referer(), unlike the original method,
    can return the index 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

28 Nov 15:31
f58d1d9
Compare
Choose a tag to compare
  • 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

19 Nov 13:48
03b6428
Compare
Choose a tag to compare
  • updated for cakephp-thumber 1.8.0.