Changeset 1695701
- Timestamp:
- 07/13/2017 11:16:55 AM (9 years ago)
- Location:
- activity-reactions-for-buddypress/trunk
- Files:
-
- 3 edited
-
activity-reactions-for-buddypress.php (modified) (1 diff)
-
class/class.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
activity-reactions-for-buddypress/trunk/activity-reactions-for-buddypress.php
r1695693 r1695701 6 6 Author: Paramveer Singh for Arete IT Private Limited 7 7 Author URI: https://www.areteit.com/ 8 Version:1.0.2 08 Version:1.0.21 9 9 License:GPL/MIT 10 10 */ -
activity-reactions-for-buddypress/trunk/class/class.php
r1695693 r1695701 9 9 { 10 10 GLOBAL $wpdb; 11 $version = '1.0.2 0';11 $version = '1.0.21'; 12 12 $settings = $wpdb->base_prefix . 'arete_buddypress_smiley_settings'; 13 13 $smiley_save = $wpdb->base_prefix . 'arete_buddypress_smileys'; -
activity-reactions-for-buddypress/trunk/readme.txt
r1695689 r1695701 6 6 Requires at least: 4.4 7 7 Tested up to: 4.8 8 Stable tag: 1.0.2 08 Stable tag: 1.0.21 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 118 118 == Changelog == 119 119 120 = 1.0.2 0- Release date: 13th July, 2017 =120 = 1.0.21 - Release date: 13th July, 2017 = 121 121 * FIX! - Fixes for undefined variable issues. 122 122 * FIX! - Compatibility with PHP 7 and latest WooCommerce.
Note: See TracChangeset
for help on using the changeset viewer.