Skip to content

Commit

Permalink
Version bump and changelog for 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
polevaultweb committed May 21, 2019
1 parent a8013f2 commit cca4ad8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: deliciousbrains
Tags: gdpr, anonymization, anonymize, anonymizer, anonymise, migrate, migration, export, data dump, backup, database, mysql
Requires at least: 3.6
Tested up to: 4.9.8
Stable tag: 0.3.3
Tested up to: 5.2
Stable tag: 0.3.4
Requires PHP: 5.3.3
License: GPLv3

Expand Down Expand Up @@ -40,6 +40,10 @@ The configuration rules can be extended with a filter. [Learn how](https://githu

== Changelog ==

= 0.3.4 - 2019-05-21 =

* Improvement: Don't replace empty data with fake data

= 0.3.3 - 2018-11-21 =

* Bug Fix: Compatibility with WP Migrate DB 1.0.6
Expand Down
4 changes: 2 additions & 2 deletions wp-migrate-db-anonymization.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://deliciousbrains.com/wp-migrate-db-pro/
Description: An extension to WP Migrate DB and WP Migrate DB Pro that anonymizes user data.
Author: Delicious Brains
Version: 0.3.3
Version: 0.3.4
Author URI: https://deliciousbrains.com
Network: True
*/
Expand Down Expand Up @@ -35,7 +35,7 @@
function wpmdb_anonymize() {
// Namespaced class name as variable so it can be parsed in < PHP 5.3
$class = 'WPMDB\\Anonymization\\Plugin';
$version = '0.3.3';
$version = '0.3.4';

return call_user_func( array( $class, 'get_instance' ), __FILE__, $version );
}
Expand Down

0 comments on commit cca4ad8

Please sign in to comment.