Releases: pressmind/sdk
Releases · pressmind/sdk
v1.2.1 Hotfix
Hotfix Release
Fixed two breaking issues
To quick-fix the database without clean-install run:
alter table pmt2core_media_object_tree_items modify id_item varchar(255) not null;
V1.2
Minor version update
Breaking Changes in database models might occur
do not update in production environments, clean install of databases and fresh full import is recommended
Major Changes
- proper indexes added to database tables
- major upgrade of reds cache support
- improvements in logging
- improvements in import and image process routines
V1.1.11
Minor improvements and bugfixes, new REST API Endpoint
- pressmind api endpoint changed: make shure you add https://webcore.pressmind.net/v2/rest/ as api_endpoint to your config file
- added method for custom import hooks
V 1.1.10
Breaking changes! Bugfix and Maintenance Release
- some changes are made in storage objects, be sure to run integrity_check.php in your implementation software after updating to this release
- usage of pressmind API version 1.7
V 1.1.9
Scheduler updates
- Database logs can now be cleaned up with cron/scheduler
- some bugfixes on scheduler
V 1.1.8
New features
- Changes in image processor: Images will now only be recreated if they are updated in pressmind
- Added cache cleanup function to be called in scheduler if caching is enabled
V 1.1.7
- bugfixes for php config adapter
V 1.1.6
New Features
- added gzip compression for REST server responses
- added database support for logging
Changes and bugfixes
- changed handling of different seasons for media objects
- added property "time_of_year" to Season
- some minor bugfixes
V 1.1.5
- pressmind data-views (filters) are now supported
- fixes for object integrity checks
- fixed an issue with full import and related media objects
- minor bugfixes and code improvements
V 1.1.4
- added new configuration option "docs_dir"
- minor bugfixes