Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slaFFik committed Nov 30, 2024
1 parent 333994a commit 54478c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bp-default-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Create lots of users, groups, activity items, messages, profile data - useful for BuddyPress testing purpose.
* Author: slaFFik
* Author URI: https://ovirium.com
* Version: 1.3.2
* Version: 1.4.0
* Requires at least: 4.4
* Requires PHP: 5.3
* Requires Plugins: buddypress
Expand All @@ -17,7 +17,7 @@
exit;
}

define( 'BPDD_VERSION', '1.3.2' );
define( 'BPDD_VERSION', '1.4.0' );

require_once __DIR__ . '/helpers.php';

Expand Down
7 changes: 4 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: slaFFik
Tags: buddypress, import, groups, messages, users
Requires at least: 4.4
Tested up to: 6.7
Stable tag: 1.3.2
Stable tag: 1.4.0
Requires PHP: 5.3
License: GNU General Public License v2.0 or later

Expand Down Expand Up @@ -49,10 +49,11 @@ That's it!

== Changelog ==

= 1.3.2 (30.11.2024) =
= 1.4.0 (30.11.2024) =
* Checked compatibility with WordPress 6.7.
* Checked compatibility with BuddyPress 14.x.
* Removed requirements library, plugin now uses built-in WordPress functionality.
* Removed requirements library, plugin now uses built-in WordPress functionality. Now the plugin loads less code.
* Fixed "headers already sent" error when importing messages.

= 1.3.1 (25.09.2020) =
* Checked compatibility with BuddyPress 6.x.
Expand Down

0 comments on commit 54478c9

Please sign in to comment.