Search & Replace - Version 3.1.2

Version Description

Download this release

Release Info

Developer Bueltge
Plugin Icon 128x128 Search & Replace
Version 3.1.2
Comparing to
See all releases

Code changes from version 3.1.1 to 3.1.2

Files changed (2) hide show
  1. inpsyde-search-replace.php +1 -1
  2. readme.txt +6 -2
inpsyde-search-replace.php CHANGED
@@ -6,7 +6,7 @@
6
  * Author: Inpsyde GmbH
7
  * Author URI: http://inpsyde.com
8
  * Contributors: s-hinse, derpixler, ChriCo, Bueltge, inpsyde
9
- * Version: 3.1.1
10
  * Text Domain: search-and-replace
11
  * Domain Path: /languages
12
  * License: GPLv3+
6
  * Author: Inpsyde GmbH
7
  * Author URI: http://inpsyde.com
8
  * Contributors: s-hinse, derpixler, ChriCo, Bueltge, inpsyde
9
+ * Version: 3.1.2
10
  * Text Domain: search-and-replace
11
  * Domain Path: /languages
12
  * License: GPLv3+
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: inpsyde, Bueltge, derpixler, ChriCo, s-hinse, Giede
3
  Tags: search, replace, backup, import, sql, migrate, multisite
4
  Requires at least: 4.0
5
- Tested up to: 4.7
6
  Stable tag: 3.1.1
7
 
8
  Search & Replace data in your database with WordPress admin, replace domains/URLs of your WordPress installation.
@@ -10,7 +10,7 @@ Search & Replace data in your database with WordPress admin, replace domains/URL
10
  == Description ==
11
  With Search & Replace you can search for everything and replace this with everything **but before** you do this you can easily **create** a simple **database backup** and restore it.
12
 
13
- **We have implements special features!**
14
  The first one is "Replace a Domain / Url" that is useful for a quick and simple transfer or a migration of an WordPress.
15
  The second is a full support for serialized data but there are a lot more features - find them!
16
 
@@ -49,6 +49,10 @@ You want to donate - we prefer a [positive review](https://wordpress.org/support
49
  5. Result screen after search or search and replace
50
 
51
  == Changelog ==
 
 
 
 
52
  = v3.1.1 (2016-12-24) =
53
  * Refactor Plugin loading [#67](https://github.com/inpsyde/search-and-replace/issues/67)
54
  * Display error notice is the search value the current domain and save changes to Database selected
2
  Contributors: inpsyde, Bueltge, derpixler, ChriCo, s-hinse, Giede
3
  Tags: search, replace, backup, import, sql, migrate, multisite
4
  Requires at least: 4.0
5
+ Tested up to: 4.9
6
  Stable tag: 3.1.1
7
 
8
  Search & Replace data in your database with WordPress admin, replace domains/URLs of your WordPress installation.
10
  == Description ==
11
  With Search & Replace you can search for everything and replace this with everything **but before** you do this you can easily **create** a simple **database backup** and restore it.
12
 
13
+ **We have implemented special features!**
14
  The first one is "Replace a Domain / Url" that is useful for a quick and simple transfer or a migration of an WordPress.
15
  The second is a full support for serialized data but there are a lot more features - find them!
16
 
49
  5. Result screen after search or search and replace
50
 
51
  == Changelog ==
52
+
53
+ = v3.1.1 (2016-12-31) =
54
+ * hotfix: prevent declaration error with Requisite
55
+
56
  = v3.1.1 (2016-12-24) =
57
  * Refactor Plugin loading [#67](https://github.com/inpsyde/search-and-replace/issues/67)
58
  * Display error notice is the search value the current domain and save changes to Database selected