This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
2.26.5
- it uses the
cakephp-stop-spam
package to detect spammers; - the
ContactUs
form checks if the email address used was reported as a spammer; AppController::isBanned()
method renamed asisSpammer()
;- updated for
me-tools
2.18.7; - added
MeCms\ORM\PostAndPageEntity
abstract class; - added
MeCms\TestSuite\BannersAndPhotosAdminControllerTestCase
abstract class; PostsAndPagesTables
class moved toMeCms\ORM
namespace;- removed useless
ControllerTestCase::assertHasComponent()
method; - updated for
php-tools
1.2.5.