Skip to content

Commit

Permalink
Version bump and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgrshaw committed Apr 7, 2022
1 parent 74ecfd9 commit d8faf1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: deliciousbrains, mattshaw
Tags: search replace, search and replace, update urls, database, search replace database, update database urls, update live url, better search replace, search&replace
Requires at least: 3.0.1
Tested up to: 5.6
Tested up to: 5.9.3
Stable tag: trunk
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -95,6 +95,10 @@ More information on moving WordPress can be found [here](http://codex.wordpress.

== Changelog ==

= 1.4 - April 7, 2022 =
* New: Better Search Replace has a brand new user interface
* Improvement: Default capability required to use the plugin has changed from "install_plugins" to "manage_options" for compatibility with DISALLOW_FILE_MODS

= 1.3.4 - December 7, 2020 =
* Improvement: WordPress 5.6 and PHP 8 compatible
* Fix: Strings that have been serialized twice showing up as false-positives
Expand Down
4 changes: 2 additions & 2 deletions better-search-replace.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Plugin Name: Better Search Replace
* Plugin URI: https://bettersearchreplace.com
* Description: A small plugin for running a search/replace on your WordPress database.
* Version: 1.3.4
* Version: 1.4
* Author: Delicious Brains
* Author URI: https://bettersearchreplace.com
* License: GPL-3.0
Expand Down Expand Up @@ -68,7 +68,7 @@ function run_better_search_replace() {
define( 'BSR_URL', plugin_dir_url( BSR_FILE ) );

// Defines the current version of the plugin.
define( 'BSR_VERSION', '1.3.4' );
define( 'BSR_VERSION', '1.4' );

/**
* The core plugin class that is used to define internationalization,
Expand Down

0 comments on commit d8faf1c

Please sign in to comment.