Skip to content

Releases: ArkThis/cinbox

v2.0.0-RC1

11 Oct 16:58
Compare
Choose a tag to compare
v2.0.0-RC1 Pre-release
Pre-release

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)

v1.3.1

22 Sep 14:59
Compare
Choose a tag to compare

The previous release (v1.3.0) proved to be production stable since 2020. Very reliable.

This version only includes only 1 minor change:

Enjoy! 😄