Skip to content

Commit

Permalink
Merge pull request #113 from deliciousbrains/release-1.4.7
Browse files Browse the repository at this point in the history
Prepare version 1.4.7 for release
  • Loading branch information
philwp authored May 30, 2024
2 parents 82cee98 + 735160c commit e58f9b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: wpengine, 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: 6.4
Tested up to: 6.5
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,9 @@ More information on moving WordPress can be found [here](http://codex.wordpress.

== Changelog ==

= 1.4.7 - May 30, 2024 =
* Fix: The case-insensitive setting once again allows case-insensitive strings to be matched within serialized data, fixing a regression introduced in version 1.4.6

= 1.4.6 - April 17, 2024 =
* Changed: Serialized text strings are now only deserialized when containing a match, resulting in faster performance
* Security: Table names are now escaped when displaying search results
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.4.7-beta.1
* Version: 1.4.7
* Author: WP Engine
* Author URI: https://bettersearchreplace.com
* License: GPL-3.0
Expand Down Expand Up @@ -67,7 +67,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.4.7-beta.1');
define('BSR_VERSION', '1.4.7');

// Defines the name of the plugin.
define('BSR_NAME', 'Better Search Replace');
Expand Down
4 changes: 2 additions & 2 deletions languages/better-search-replace.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# This file is distributed under the GPL-3.0.
msgid ""
msgstr ""
"Project-Id-Version: Better Search Replace 1.4.7-beta.1\n"
"Project-Id-Version: Better Search Replace 1.4.7\n"
"Report-Msgid-Bugs-To: "
"http://wordpress.org/support/plugin/better-search-replace\n"
"POT-Creation-Date: 2024-05-23 12:20:15+00:00\n"
"POT-Creation-Date: 2024-05-29 18:29:13+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down

0 comments on commit e58f9b3

Please sign in to comment.