diff --git a/README.md b/README.md index 3160a67..cc0fc30 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,9 @@ Upload Method: ## Changelog ## +### 1.4.4 - December 14, 2023 ### +* Fix: Numerical properties of objects are now skipped to avoid causing errors + ### 1.4.3 - September 5, 2023 ### * New: Links to plugin documentation, support, feedback, and changelog are now available in the footer of WP Admin * Improvement: PHP 8.2 and Better Search Replace are now compatible diff --git a/README.txt b/README.txt index 71c7ec8..627c49e 100755 --- a/README.txt +++ b/README.txt @@ -95,6 +95,9 @@ More information on moving WordPress can be found [here](http://codex.wordpress. == Changelog == += 1.4.4 - December 14, 2023 = +* Fix: Objects with numerical properties are now skipped to avoid causing errors + = 1.4.3 - September 5, 2023 = * New: Links to plugin documentation, support, feedback, and changelog are now available in the footer of WP Admin * Improvement: PHP 8.2 and Better Search Replace are now compatible diff --git a/better-search-replace.php b/better-search-replace.php index 7521606..e0fdaf3 100755 --- a/better-search-replace.php +++ b/better-search-replace.php @@ -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.4-alpha.1 + * Version: 1.4.4 * Author: WP Engine * Author URI: https://bettersearchreplace.com * License: GPL-3.0 @@ -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.4-alpha.1'); + define('BSR_VERSION', '1.4.4'); // Defines the name of the plugin. define('BSR_NAME', 'Better Search Replace'); diff --git a/languages/better-search-replace.pot b/languages/better-search-replace.pot index f7e0949..bfe0aee 100644 --- a/languages/better-search-replace.pot +++ b/languages/better-search-replace.pot @@ -2,10 +2,10 @@ # This file is distributed under the GPL-3.0. msgid "" msgstr "" -"Project-Id-Version: Better Search Replace 1.4.3\n" +"Project-Id-Version: Better Search Replace 1.4.2\n" "Report-Msgid-Bugs-To: " "http://wordpress.org/support/plugin/better-search-replace\n" -"POT-Creation-Date: 2023-09-05 12:30:48+00:00\n" +"POT-Creation-Date: 2023-12-14 16:08:24+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n"