Skip to content

Commit

Permalink
bump 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slaFFik committed May 17, 2017
1 parent 9961de7 commit 3e218e2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 4 additions & 4 deletions bp-default-data.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
/**
* Plugin Name: BuddyPress Default Data
* Plugin URI: http://ovirium.com
* Description: Plugin will create lots of users, groups, topics, activity items, profile data - useful for testing purpose.
* Plugin URI: https://ovirium.com
* Description: Create lots of users, groups, activity items, messages, profile data - useful for BuddyPress testing purpose.
* Author: slaFFik
* Version: 1.1.2
* Version: 1.2.0
* Author URI: https://ovirium.com
* Text Domain: bp-default-data
*/
Expand All @@ -16,7 +16,7 @@

require_once dirname( __FILE__ ) . '/vendor/bemailr/wp-requirements/wpr-loader.php';

define( 'BPDD_VERSION', '1.1.2' );
define( 'BPDD_VERSION', '1.2.0' );

/**
* Make the plugin translatable.
Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: slaFFik
Tags: buddypress, members, groups, bulk, messages, activity, forums, posts
Requires at least: WordPress 4.4
Tested up to: 4.7
Stable tag: 1.1.2
Stable tag: 1.2.0

Plugin will create lots of users, messages, friends connections, groups, topics, activity items, profile data - useful for testing purpose.

Expand Down Expand Up @@ -47,8 +47,16 @@ That's it!

== Changelog ==

= 1.2.0 (..2017) =
= 1.2.0 (17.05.2017) =
* Smarter data deletion - delete only IMPORTED data, and not everything
* Save, what was already imported, and prevent data duplication (re-run won't re-import data)
* Use <a href="https://github.com/bemailr/wp-requirements">bemailr/wp-requirements</a> to activate the plugin only when it's done on supported WP/BP versions
* Better code structure, easier to work with for future improvements (more to come)
* Improved labels for better readability
* Add "Import Data" quick link for BPDD plugin on Plugins page
* Improved plugin installation instructions
* More clear text what will be deleted
* Lots of other minor improvements everywhere

= 1.1.2 (19.04.2017) =
* Better active components check - no more failing if (for example) xProfile is disabled
Expand Down
2 changes: 1 addition & 1 deletion wp-requirements.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "5.3"
},
"wordpress": {
"version": "4.2",
"version": "4.4",
"plugins": {
"buddypress/bp-loader.php": "2.3"
}
Expand Down

0 comments on commit 3e218e2

Please sign in to comment.