Plugin Directory

Changeset 2954545


Ignore:
Timestamp:
08/16/2023 05:45:01 PM (3 years ago)
Author:
nullbyte
Message:

changing owner to WP Media: https://www.group.one/en/news/group-one-strengthens-wordpress-commitment-with-acquisition-of-backwpup

Location:
search-and-replace/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • search-and-replace/trunk/inpsyde-search-replace.php

    r2101415 r2954545  
    55 * Plugin URI:   https://wordpress.org/plugins/search-and-replace/
    66 * 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 GmbH
    8  * URI:          https://inpsyde.com
     7 * Author:       WP MEDIA SAS
     8 * Author URI:   https://wp-media.me/
    99 * Contributors: s-hinse, derpixler, ChriCo, Bueltge, inpsyde
    1010 * Version:      3.2.1
  • search-and-replace/trunk/readme.txt

    r2799024 r2954545  
    11=== Search & Replace ===
    2 Contributors: inpsyde, Bueltge, derpixler, ChriCo, s-hinse
     2Contributors: wp_media, krafit, Bueltge, derpixler, ChriCo, s-hinse
    33Tags: search, replace, backup, import, sql, migrate, multisite
    44Requires at least: 4.0
     
    1212
    1313== 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 
    2014With 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.
    2115
     
    4034> **Note:** This plugin requires PHP 5.6 or higher to be activated.
    4135
    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)
    4337
    4438= Features =
     
    5246- Localized and ready for your own language
    5347
    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)**.
    5650
    5751= Donation? =
     
    7367= 3.2.1 (2019-06-06) =
    7468* 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)
    7670* Fix small typos
    7771* Fix Throwable because we set as minimum php 5.6
    7872
    7973= 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).
    8175* Improve code structure, preparation for more solid UnitTests.
    8276* 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).
    8478* Fix several issues to run always with php 5.6 to 7.2.
    8579
     
    8882
    8983= 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)
    9185* Display error notice is the search value the current domain and save changes to Database selected
    9286
     
    9690* Prevent doing idle prozesses if search & replace pattern the same
    9791* 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)
    10195
    10296= 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)
    106100
    107101= v3.0.0 (2016-01-29) =
Note: See TracChangeset for help on using the changeset viewer.