diff --git a/package.json b/package.json index 4232966..d201211 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pppp", - "version": "1.0.1", + "version": "1.1.0", "description": "Posts per page for custom post types and taxonomies.", "private": true, "directories": { diff --git a/pppp.php b/pppp.php index de90c74..8b9aa6e 100644 --- a/pppp.php +++ b/pppp.php @@ -3,7 +3,7 @@ * Plugin Name: Powerful Posts Per Page * Plugin URI: https://github.com/torounit/pppp * Description: You can change posts per page by taxonomy or category or tag or custom post type. - * Version: 1.0.0 + * Version: 1.1.0 * Author: Toro_Unit * Author URI: https://torounit.com * License: GPL2 or Later @@ -11,7 +11,7 @@ * Domain Path: /language/ * * @package PPPP - * @version 1.0.0 + * @version 1.1.0 */ define( 'PPPP_PLUGIN_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index 0236c5f..d8d8cf3 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: post type,taxonomy,cms,posts per page Requires at least: 4.3 Tested up to: 5.3 Requires PHP: 5.3 -Stable tag: 1.0.1 +Stable tag: 1.1.0 License: GPLv2 or Later Posts per page for custom post types and taxonomies.