diff --git a/README.txt b/README.txt index 8741772..84b29d6 100755 --- a/README.txt +++ b/README.txt @@ -3,7 +3,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.6 -Stable tag: 1.4.9-alpha.1 +Stable tag: 1.4.9 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -95,7 +95,7 @@ More information on moving WordPress can be found [here](http://codex.wordpress. == Changelog == -= Unreleased = += 1.4.9 - October 4, 2024 = * Security: The plugin now uses its own update mechanism from WP Engine servers * New: Dependencies have been updated diff --git a/better-search-replace.php b/better-search-replace.php index 8f365bb..ae397f5 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.9-alpha.1 + * Version: 1.4.9 * Author: WP Engine * Author URI: https://bettersearchreplace.com * Update URI: false @@ -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.4.9-alpha.1'); + define('BSR_VERSION', '1.4.9'); // 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 c014ea7..b7c34a0 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.9-alpha.1\n" +"Project-Id-Version: Better Search Replace 1.4.9\n" "Report-Msgid-Bugs-To: " "http://wordpress.org/support/plugin/better-search-replace\n" -"POT-Creation-Date: 2024-10-03 16:06:43+00:00\n" +"POT-Creation-Date: 2024-10-04 08:34:42+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n"