Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Roadmap

Florian Krämer edited this page Oct 18, 2015 · 25 revisions

Roadmap

Here is the rough plan for the next few upcoming releases:

1.1.0 (currently in beta)

  • Merging the event overhaul and doing a 1.1.0-RC release. People can upgrade by switching to ~3.1. Waiting for feedback.
  • Releasing 1.1.0 when the RC feedback was OK.

1.2.0

  • Switch the StorageManager inplementation to a separate repository that will feature the Flysystem lib besides Gaufrette as well so that people can pick the one underlying storage lib they like. This refers to #56

2.0.0

Backward compatibility breaking release!

Far future, probably in ~12 month as of today 2015-08-05, will drop the old listeners and other legacy code but should provide as much BC as possible through the new listeners. But expect BC breaking changes!

  • Change record in the event options toentity to match Cake3s naming
  • Remove the old listeners /src/Event/
  • Remove the lib folder /src/Lib/
  • Simplify the ImageHelper to reflect the changes from the 1.1.0 branch but keep it because of the fallback functionality
  • Remove the deprecated event FileStorage.ImageHelper.imagePath, it has already been replaced by ImageVersion.getVersions
  • Might use the silly PSR-2 aka "spaces!!!!" standard

Previous Releases

1.0.x

Cake3 version of the plugin has been released.

0.x

Old CakePHP 2.x version of the plugin.

Clone this wiki locally