diff --git a/composer.lock b/composer.lock index 65e14e59..a7bc2b3a 100644 --- a/composer.lock +++ b/composer.lock @@ -969,5 +969,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" } diff --git a/orgSeries.php b/orgSeries.php index 27b1eb18..93998ba6 100644 --- a/orgSeries.php +++ b/orgSeries.php @@ -3,7 +3,7 @@ * Plugin Name: PublishPress Series * Plugin URI: https://publishpress.com/publishpress-series/ * Description: PublishPress Series allows you to group content together into a series. This is ideal for magazines, newspapers, short-story writers, teachers, comic artists, or anyone who writes multiple posts on the same topic. - * Version: 2.11.0 + * Version: 2.11.2 * Author: PublishPress * Author URI: https://publishpress.com/ * Text Domain: organize-series @@ -103,7 +103,7 @@ register_activation_hook( __FILE__, 'pp_series_core_activation' ); if (!defined('ORG_SERIES_VERSION')) { - define('ORG_SERIES_VERSION', '2.11.0'); //the current version of the plugin + define('ORG_SERIES_VERSION', '2.11.2'); //the current version of the plugin define( 'SERIES_FILE_PATH', __FILE__ ); define( 'SERIES_PATH_URL', plugins_url('', __FILE__).'/' ); define('SERIES_LOC', plugins_url('', __FILE__).'/' ); //the uri of the orgSeries files.