Plugin Directory

Changeset 1122271


Ignore:
Timestamp:
03/27/2015 03:02:02 PM (11 years ago)
Author:
megainfo
Message:

Update version number 1.3.6

Location:
buddypress-activity-privacy/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • buddypress-activity-privacy/trunk/history.txt

    r1118269 r1122271  
    123123- Fix bug activity detail links caused by overidding  activity allowed_tags
    124124
     125Version 1.3.6 (Mar 27, 2015)
     126--------------------------------------------------------------
     127- Fix integration with Buddypress Follow
  • buddypress-activity-privacy/trunk/loader.php

    r1118269 r1122271  
    44Plugin URI:
    55Description: Add the ability for members to choose who can read/see his activities and media files.
    6 Version: 1.3.5
     6Version: 1.3.6
    77Requires at least:  WP 3.4, BuddyPress 1.5
    88Tested up to: BuddyPress 1.5, 2.2.1
     
    1919
    2020/*************************************************************************************************************
    21  --- BuddyPress Activity Privacy 1.35dev ---
     21 --- BuddyPress Activity Privacy 1.3.6 ---
    2222 *************************************************************************************************************/
    2323
     
    2727// Define a constant that will hold the current version number of the component
    2828// 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' );
     29define( 'BP_ACTIVITY_PRIVACY_VERSION', '1.3.6' );
    3030
    3131// Define a constant that we can use to construct file paths throughout the component
  • buddypress-activity-privacy/trunk/readme.txt

    r1118269 r1122271  
    44Requires at least: WordPress 3.4, BuddyPress 1.5
    55Tested up to: WordPress 3.4.1 / BuddyPress 2.2.1
    6 Stable tag: 1.3.5
     6Stable tag: 1.3.6
    77
    88
     
    8686
    8787== Changelog ==
     88= 1.3.6 =
     89- Fix integration with Buddypress Follow
     90
    8891= 1.3.5 =
    8992- Fix bug activity detail links caused by overidding activity allowed_tags
Note: See TracChangeset for help on using the changeset viewer.