Skip to content

Release 2.12.0

Latest
Compare
Choose a tag to compare
@olatechpro olatechpro released this 17 Aug 16:18
3083681

Changelog

  • Changed: Replaced Pimple library with a prefixed version of the library to avoid conflicts with other plugins;
  • Changed: Replaced Psr/Container library with a prefixed version of the library to avoid conflicts with other plugins;
  • Changed: Change min PHP version to 7.2.5. If not compatible, the plugin will not execute;
  • Changed: Change min WP version to 5.5. If not compatible, the plugin will not execute;
  • Changed: Updated internal libraries to latest versions;
  • Changed: Refactor some occurrences of "plugins_loaded" replacing it by a new action: "plublishpress__loaded" which runs after the requirements and libraries are loaded, but before the plugin is initialized;