Skip to content

Releases: pressmind/sdk

v1.2.1 Hotfix

10 May 12:56
Compare
Choose a tag to compare

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

05 May 08:45
Compare
Choose a tag to compare

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

24 Mar 08:33
Compare
Choose a tag to compare

Minor improvements and bugfixes, new REST API Endpoint

V 1.1.10

09 Mar 10:48
Compare
Choose a tag to compare

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

21 Jan 16:59
Compare
Choose a tag to compare

Scheduler updates

  • Database logs can now be cleaned up with cron/scheduler
  • some bugfixes on scheduler

V 1.1.8

19 Jan 09:51
Compare
Choose a tag to compare

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

12 Jan 10:16
Compare
Choose a tag to compare
  • bugfixes for php config adapter

V 1.1.6

09 Jan 09:53
Compare
Choose a tag to compare

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

07 Jan 18:05
Compare
Choose a tag to compare
  • 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

06 Jan 10:50
Compare
Choose a tag to compare
  • added new configuration option "docs_dir"
  • minor bugfixes