Changeset 1122271
- Timestamp:
- 03/27/2015 03:02:02 PM (11 years ago)
- Location:
- buddypress-activity-privacy/trunk
- Files:
-
- 3 edited
-
history.txt (modified) (1 diff)
-
loader.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buddypress-activity-privacy/trunk/history.txt
r1118269 r1122271 123 123 - Fix bug activity detail links caused by overidding activity allowed_tags 124 124 125 Version 1.3.6 (Mar 27, 2015) 126 -------------------------------------------------------------- 127 - Fix integration with Buddypress Follow -
buddypress-activity-privacy/trunk/loader.php
r1118269 r1122271 4 4 Plugin URI: 5 5 Description: Add the ability for members to choose who can read/see his activities and media files. 6 Version: 1.3. 56 Version: 1.3.6 7 7 Requires at least: WP 3.4, BuddyPress 1.5 8 8 Tested up to: BuddyPress 1.5, 2.2.1 … … 19 19 20 20 /************************************************************************************************************* 21 --- BuddyPress Activity Privacy 1.3 5dev---21 --- BuddyPress Activity Privacy 1.3.6 --- 22 22 *************************************************************************************************************/ 23 23 … … 27 27 // Define a constant that will hold the current version number of the component 28 28 // This can be useful if you need to run update scripts or do compatibility checks in the future 29 define( 'BP_ACTIVITY_PRIVACY_VERSION', '1.3. 5' );29 define( 'BP_ACTIVITY_PRIVACY_VERSION', '1.3.6' ); 30 30 31 31 // Define a constant that we can use to construct file paths throughout the component -
buddypress-activity-privacy/trunk/readme.txt
r1118269 r1122271 4 4 Requires at least: WordPress 3.4, BuddyPress 1.5 5 5 Tested up to: WordPress 3.4.1 / BuddyPress 2.2.1 6 Stable tag: 1.3. 56 Stable tag: 1.3.6 7 7 8 8 … … 86 86 87 87 == Changelog == 88 = 1.3.6 = 89 - Fix integration with Buddypress Follow 90 88 91 = 1.3.5 = 89 92 - Fix bug activity detail links caused by overidding activity allowed_tags
Note: See TracChangeset
for help on using the changeset viewer.