Changeset 2954545
- Timestamp:
- 08/16/2023 05:45:01 PM (3 years ago)
- Location:
- search-and-replace/trunk
- Files:
-
- 2 edited
-
inpsyde-search-replace.php (modified) (1 diff)
-
readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
search-and-replace/trunk/inpsyde-search-replace.php
r2101415 r2954545 5 5 * Plugin URI: https://wordpress.org/plugins/search-and-replace/ 6 6 * Description: Search & Replace data in your whole WordPress setup, backup and import your database, change table prefix or migrate your domain to another domain. 7 * Author: Inpsyde GmbH8 * URI: https://inpsyde.com7 * Author: WP MEDIA SAS 8 * Author URI: https://wp-media.me/ 9 9 * Contributors: s-hinse, derpixler, ChriCo, Bueltge, inpsyde 10 10 * Version: 3.2.1 -
search-and-replace/trunk/readme.txt
r2799024 r2954545 1 1 === Search & Replace === 2 Contributors: inpsyde, Bueltge, derpixler, ChriCo, s-hinse2 Contributors: wp_media, krafit, Bueltge, derpixler, ChriCo, s-hinse 3 3 Tags: search, replace, backup, import, sql, migrate, multisite 4 4 Requires at least: 4.0 … … 12 12 13 13 == Description == 14 15 > **Note:** This plugin is not maintained.16 17 The code will stay inside the SVN and also on Github if you are interested.18 19 20 14 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. 21 15 … … 40 34 > **Note:** This plugin requires PHP 5.6 or higher to be activated. 41 35 42 [**Checkout our GitHub Repository**](https://github.com/ inpsyde/search-and-replace)36 [**Checkout our GitHub Repository**](https://github.com/wp-media/search-and-replace) 43 37 44 38 = Features = … … 52 46 - Localized and ready for your own language 53 47 54 = Crafted by Inpsyde=55 The team at [Inpsyde](https://inpsyde.com) is engineering the web and WordPress since 2006.48 = Crafted by WP Media = 49 **Made by [WP Media](https://wp-media.me)**. 56 50 57 51 = Donation? = … … 73 67 = 3.2.1 (2019-06-06) = 74 68 * Update readme for tested up WP versions 75 * Add check for replace function to get more solid replace for custom tables. [#132](https://github.com/ inpsyde/search-and-replace/pull/132/files)69 * Add check for replace function to get more solid replace for custom tables. [#132](https://github.com/wp-media/search-and-replace/pull/132/files) 76 70 * Fix small typos 77 71 * Fix Throwable because we set as minimum php 5.6 78 72 79 73 = 3.2.0 (2019-01-17) = 80 * Added CSV format alternative for search/replace [#82](https://github.com/ inpsyde/search-and-replace/issues/82).74 * Added CSV format alternative for search/replace [#82](https://github.com/wp-media/search-and-replace/issues/82). 81 75 * Improve code structure, preparation for more solid UnitTests. 82 76 * Improve Modal Table UI. 83 * Added Multiline searching [#119](https://github.com/ inpsyde/search-and-replace/issues/119).77 * Added Multiline searching [#119](https://github.com/wp-media/search-and-replace/issues/119). 84 78 * Fix several issues to run always with php 5.6 to 7.2. 85 79 … … 88 82 89 83 = v3.1.1 (2016-12-24) = 90 * Refactor Plugin loading [#67](https://github.com/ inpsyde/search-and-replace/issues/67)84 * Refactor Plugin loading [#67](https://github.com/wp-media/search-and-replace/issues/67) 91 85 * Display error notice is the search value the current domain and save changes to Database selected 92 86 … … 96 90 * Prevent doing idle prozesses if search & replace pattern the same 97 91 * Implement better BigData handling. 98 * Implement better tab and adminpage handling [#33](https://github.com/ inpsyde/search-and-replace/issues/33)99 * Prepare the Plugin for localization, change Text-Domain.[#47](https://github.com/ inpsyde/search-and-replace/issues/47)100 * Remove difference in wordings for buttons between descriptions.[#46](https://github.com/ inpsyde/search-and-replace/issues/46)92 * Implement better tab and adminpage handling [#33](https://github.com/wp-media/search-and-replace/issues/33) 93 * Prepare the Plugin for localization, change Text-Domain.[#47](https://github.com/wp-media/search-and-replace/issues/47) 94 * Remove difference in wordings for buttons between descriptions.[#46](https://github.com/wp-media/search-and-replace/issues/46) 101 95 102 96 = v3.0.1 (2016-02-09) = 103 * Add support for Searchpattern with quotes. [#40](https://github.com/ inpsyde/search-and-replace/issues/40)104 * Basic travis support for travis was added. [#38](https://github.com/ inpsyde/search-and-replace/issues/38)105 * Fix Unittest [#37](https://github.com/ inpsyde/search-and-replace/issues/37)97 * Add support for Searchpattern with quotes. [#40](https://github.com/wp-media/search-and-replace/issues/40) 98 * Basic travis support for travis was added. [#38](https://github.com/wp-media/search-and-replace/issues/38) 99 * Fix Unittest [#37](https://github.com/wp-media/search-and-replace/issues/37) 106 100 107 101 = v3.0.0 (2016-01-29) =
Note: See TracChangeset
for help on using the changeset viewer.