From 7822bfcc40ae0366d2c41c58cb26b40afb33a434 Mon Sep 17 00:00:00 2001 From: Ashar Irfan Date: Fri, 24 Jun 2022 23:59:51 +0500 Subject: [PATCH] Bump plugin version, stable tag and tested upto version --- includes/class-simple-primary-category.php | 2 +- readme.txt | 4 ++-- simple-primary-category.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/class-simple-primary-category.php b/includes/class-simple-primary-category.php index 899741f..c6b4b11 100644 --- a/includes/class-simple-primary-category.php +++ b/includes/class-simple-primary-category.php @@ -21,7 +21,7 @@ final class Simple_Primary_Category { * * @var string */ - public $version = '1.0.0'; + public $version = '1.1.0'; /** * Single Plugin Instance. diff --git a/readme.txt b/readme.txt index cbb85e4..19279eb 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: mrasharirfan Tags: category,primary,taxonomy Requires at least: 5.0 -Tested up to: 5.9 +Tested up to: 6.0 Requires PHP: 7.3 -Stable tag: 1.0.0 +Stable tag: 1.1.0 License: GPL3+ License URI: https://www.gnu.org/licenses/gpl-3.0.txt diff --git a/simple-primary-category.php b/simple-primary-category.php index b832939..dfb17b9 100644 --- a/simple-primary-category.php +++ b/simple-primary-category.php @@ -5,7 +5,7 @@ * Description: A light-weight WordPress plugin to assign primary category to posts and custom post types. * Author: mrasharirfan * Author URI: https://AsharIrfan.com/ - * Version: 1.0.0 + * Version: 1.1.0 * License: GPL3+ * License URI: https://www.gnu.org/licenses/gpl-3.0.txt *