Skip to content

Commit

Permalink
Update versions according to the feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
garvits-bsf committed Mar 26, 2024
1 parent 6bf3712 commit ad237e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ###
Expand Down
4 changes: 2 additions & 2 deletions astra-bulk-edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 ) );
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 =
Expand Down

0 comments on commit ad237e4

Please sign in to comment.