Plugin Directory

Changeset 1695701


Ignore:
Timestamp:
07/13/2017 11:16:55 AM (9 years ago)
Author:
arete-it
Message:

Version 1.0.21 - Various fixes and PHP 7 Support and version update

Location:
activity-reactions-for-buddypress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • activity-reactions-for-buddypress/trunk/activity-reactions-for-buddypress.php

    r1695693 r1695701  
    66Author: Paramveer Singh for Arete IT Private Limited
    77Author URI: https://www.areteit.com/
    8 Version:1.0.20
     8Version:1.0.21
    99License:GPL/MIT
    1010*/
  • activity-reactions-for-buddypress/trunk/class/class.php

    r1695693 r1695701  
    99    {
    1010        GLOBAL $wpdb;
    11         $version = '1.0.20';
     11        $version = '1.0.21';
    1212        $settings        = $wpdb->base_prefix . 'arete_buddypress_smiley_settings';
    1313        $smiley_save     = $wpdb->base_prefix . 'arete_buddypress_smileys';
  • activity-reactions-for-buddypress/trunk/readme.txt

    r1695689 r1695701  
    66Requires at least: 4.4
    77Tested up to: 4.8
    8 Stable tag: 1.0.20
     8Stable tag: 1.0.21
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    118118== Changelog ==
    119119
    120 = 1.0.20 - Release date: 13th July, 2017 =
     120= 1.0.21 - Release date: 13th July, 2017 =
    121121* FIX! - Fixes for undefined variable issues.
    122122* FIX! - Compatibility with PHP 7 and latest WooCommerce.
Note: See TracChangeset for help on using the changeset viewer.