Releases: ArkThis/cinbox
Releases · ArkThis/cinbox
v2.0.0-RC1
This release candidate is expected to behave properly, but will remain marked as "RC" until more production-testing has been done with it. Enjoy!
3 new exciting features since the last release:
- Define a target staging area for copying, instead of the hardcoded "temp_" foldername prefix.
- Define 'working hours' when items are allowed to be processed. The timing strings are in crontab syntax.
- Plugin scripts (Pre/PostProc Tasks) can now be called relative to CInbox main folder. No more need for absolute paths.
IMPORTANT:
The reason for the major version increase to v2.0 is that under the hood, fundamental things have been changed.
Some of these changes break backwards compatibility with existing cinbox.ini config syntax, and calling scripts pointing to the "cinbox/bin" folder (which is now "cinbox/src").
- CInbox code is now properly using PHP namespaces.
- The file/folder structure was changed to conform better with current PHP coding standards.
- 'bin' was renamed to 'src' (to match PHP Composer wording/documentation)