Croogo Versions Save

A CakePHP powered Content Management System

4.0.7

3 years ago

The Croogo Development Team is happy to announce the release of Croogo 4.0.7

This release is a maintenance release and all users should upgrade:

  • Improvement of installation process
  • Remove dependency on Composer\IO\BufferIO so composer install --no-dev should work
  • Update jquery.slug to use better transliterate function
  • Pin cakephp/plugin-installer to 1.2 due to issues. Support for composer 2.0 will come next

Have fun, be safe you all.

5.0.0-beta.1

3 years ago

The Croogo Development Team is happy to announce the release of Croogo 5.0.0-beta.1

This release contains some breaking changes:

Have fun, be safe you all.

4.0.6

3 years ago

The Croogo Development Team is happy to announce the release of Croogo 4.0.6.

This release is a maintenance release:

  • Various bugfixes
  • Add support for plugin with bake command
  • Enable wysiwig for excerpt field
  • Support php 7.4

Have fun, be safe you all.

4.0.5

4 years ago

The Croogo Development Team is happy to announce the release of Croogo 4.0.5.

This release improves support of uploading video files and generating posters. To take advantage of this functionality, you will need to install ffmpeg binary and composer package: char0n/ffmpeg-php

The aforemention packages are optional. If they are not present, the poster generation is a no-op.

4.0.4

4 years ago

The Croogo Development Team is happy to announce the release of Croogo 4.0.4.

It contains various fixes on core, FileManager, Comments and Meta plugin:

  • Fix more deprecated calls, bake template updates, xhr CSRF handling
  • Fix breakage when using Comments with apache, counter cache
  • Improve FileManager, ie CounterCache, Video Preview

Changelog: https://github.com/croogo/croogo/compare/4.0.3...4.0.4

4.0.2

4 years ago

This is a maintenance release:

  • publish_date is now automatically populated and will be used for sort ordering (instead of created).
  • Fix blackhole callback setup
  • Fix install error handling

Changelog: 4.0.1...4.0.2

4.0.1

4 years ago

This is maintenance release fixing incorrect timestamp field names in migration files.

Changelog: https://github.com/croogo/croogo/compare/4.0.0...4.0.1

3.0.7

4 years ago

This is maintenance release containing xss and other bugfixes.

Changelog: https://github.com/croogo/croogo/compare/3.0.6...3.0.7

4.0.0

4 years ago

The Croogo Development Team is happy to announce the release of Croogo 4.0.0.

As this is a major point release, it contains some backward compatibility breakage. Many deprecated methods have been removed; Various deprecated cakephp calls have been fixed. It also contain quite a bit of bugfixes; including some security fixes.

Changelog

  • Cakephp dependency has been bumped to a to version 3.8.6. The admin panel has been updated with a bootstrap 4.3.1 with fontawesome 5.9.0.
  • The FileManager plugin has been updated; It is now possible to perform multiple file uploads and additional asset linkage feature.
  • The core database schema has been improved with addition of real foreign keys and several schema definition change. Upgrading from 3.0.6 is possible but will require manual work.
  • crud-json-api has been included; You can start writing JSON:API compliant API out of the box.

For detailed changelog, please consult the commit history.

Demo

You can see the demo here: http://demo.croogo.org/4.0/

Thanks

Thanks to Flavien Beninca, Heath Nail, Mike Tallroth, Rachman Chavik and Walther Lalk for helping with this release.

4.0.0-beta.4

4 years ago

The Croogo Development Team is happy to announce the release of Croogo 4.0.0-beta.4.

This release contains mostly bugfixes and deprecation fixes. Notable change includes several schema definition change and Translate plugin fixes. Please consult the commit history for details.

Thanks to dakota and Mike Tallroth for helping with this release.