Skip to content

Commit

Permalink
bump v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slaFFik committed Apr 19, 2017
1 parent f6a92f7 commit f29b1a5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
4 changes: 2 additions & 2 deletions bp-default-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: http://ovirium.com
* Description: Plugin will create lots of users, groups, topics, activity items, profile data - useful for testing purpose.
* Author: slaFFik
* Version: 1.1.1
* Version: 1.1.2
* Author URI: https://ovirium.com
* Text Domain: bp-default-data
*/
Expand All @@ -14,7 +14,7 @@
exit;
}

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

/**
* Make the plugin translatable.
Expand Down
6 changes: 3 additions & 3 deletions data/xprofile_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
'https://google.com',
'https://wordpress.com',
'https://wordpress.org',
'http://cosydale.com',
'http://ovirium.com',
'https://cosydale.com',
'https://ovirium.com',
'https://buddypress.org',
'https://wikipedia.org',
),
Expand Down Expand Up @@ -152,4 +152,4 @@
'radio 2',
'radio 3',
)
);
);
15 changes: 10 additions & 5 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.1
Stable tag: 1.1.2

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

Expand All @@ -13,11 +13,11 @@ Plugin will create lots of users, messages, friends connections, groups, topics,

All imported users will have avatars, generated by 8biticon.com and displayed by Gravatar.

Please use this plugin with caution and not on a live site!
Please use this plugin with caution and not on a live site! Again, USE FOR TESTING THEMES AND PLUGINGS, NOT ON A STAGING SITE WITH LIVE DATA.

Clear BuddyPress button will truncate tables: messages, groups, notifications, friends, forum posts, xprofile. All users except one with ID=1 and all corresponding data (usermeta, activity etc) will be deleted too.

And turn off email notifications in profile - or you will spam yourself :)
And turn off email notifications in profile (frienship accepted and messages received) - or you will spam yourself :) Imported users have these settings already turned off.

== Installation ==

Expand All @@ -31,8 +31,13 @@ And turn off email notifications in profile - or you will spam yourself :)

== Changelog ==

= 1.2.0 (__.04.2017) =
*
= 1.1.2 (19.04.2017) =
* Better active components check - no more failing if (for example) xProfile is disabled
* Fixed dates problem - now all dates are randomize in activity stream
* Fixed several notices and warnings that were generated under certain circumstances
* Better translation support
* Turned off emails for imported users
* Better code logic in various places, and code comments

= 1.1.1 (19.07.2015) =
* Adding Composer support
Expand Down

0 comments on commit f29b1a5

Please sign in to comment.