Skip to content

v3.11.0

Compare
Choose a tag to compare
@olatechpro olatechpro released this 20 Jun 14:20
· 447 commits to master since this release
21482d8

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;