From ad237e461f445ab55bc50fd1cffd54c706a4943c Mon Sep 17 00:00:00 2001 From: Garvit Shrestha Date: Tue, 26 Mar 2024 09:03:39 +0545 Subject: [PATCH] Update versions according to the feedback --- README.md | 4 ++-- astra-bulk-edit.php | 4 ++-- readme.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e148b7c..755361b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Tags:** bulk edit Astra meta settings, Astra meta settings, meta settings bulk edit, wordpress bulk edit plugin, page bulk edit, post bulk edit **Requires at least:** 4.4 **Tested up to:** 6.5 -**Stable tag:** 1.3.0 +**Stable tag:** 1.2.10 **Requires PHP:** 5.2 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -61,7 +61,7 @@ Astra Bulk Edit plugin can be used only with the Astra theme. ## Changelog ## -### 1.3.0 ### +### 1.2.10 ### - Fix: Compatibility issues with WordPress 6.5 ### 1.2.9 ### diff --git a/astra-bulk-edit.php b/astra-bulk-edit.php index 2549da0..1f64434 100644 --- a/astra-bulk-edit.php +++ b/astra-bulk-edit.php @@ -3,7 +3,7 @@ * Plugin Name: Astra Bulk Edit * Plugin URI: http://www.wpastra.com/pro/ * Description: Easier way to edit Astra meta options in bulk. - * Version: 1.3.0 + * Version: 1.2.10 * Author: Brainstorm Force * Author URI: https://www.brainstormforce.com * Domain Path: /languages @@ -19,7 +19,7 @@ /** * Set constants. */ -define( 'ASTRA_BLK_VER', '1.3.0' ); +define( 'ASTRA_BLK_VER', '1.2.10' ); define( 'ASTRA_BLK_FILE', __FILE__ ); define( 'ASTRA_BLK_BASE', plugin_basename( ASTRA_BLK_FILE ) ); define( 'ASTRA_BLK_DIR', plugin_dir_path( ASTRA_BLK_FILE ) ); diff --git a/readme.txt b/readme.txt index 1842b7d..21499cc 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/BrainstormForce Tags: bulk edit Astra meta settings, Astra meta settings, meta settings bulk edit, wordpress bulk edit plugin, page bulk edit, post bulk edit Requires at least: 4.4 Tested up to: 6.5 -Stable tag: 1.3.0 +Stable tag: 1.2.10 Requires PHP: 5.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -61,7 +61,7 @@ Astra Bulk Edit plugin can be used only with the Astra theme. == Changelog == -### 1.3.0 ### +### 1.2.10 ### - Fix: Compatibility issues with WordPress 6.5 = 1.2.9 =