Plugin Directory

Changeset 1554965


Ignore:
Timestamp:
12/14/2016 08:22:45 PM (9 years ago)
Author:
arete-it
Message:

Version 1.0.18 - Removal of old files and compressions

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

Legend:

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

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

    r1554929 r1554965  
    99    {
    1010        GLOBAL $wpdb;
    11         $version = '1.0.18';
     11        $version = '1.0.19';
    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

    r1554934 r1554965  
    66Requires at least: 4.4
    77Tested up to: 4.7
    8 Stable tag: 1.0.18
     8Stable tag: 1.0.19
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    114114== Changelog ==
    115115
     116= 1.0.19 - Release date: 15th December, 2016 =
     117* Tweak! - Removal of old files and compressions.
     118
    116119= 1.0.18 - Release date: 15th December, 2016 =
    117120* Fix! - PHP 7 issues fixed. Plugin now compatible till PHP 7.
    118121
    119122= 1.0.17 - Release date: 14th December, 2016 =
     123* New! - Notifications for buddypress reactions.
    120124* Fix! - Css issue for admin dashboard tables conflict.
    121125* Fix! - Database table already exist errors.
Note: See TracChangeset for help on using the changeset viewer.