Changeset 1554965
- Timestamp:
- 12/14/2016 08:22:45 PM (9 years ago)
- Location:
- activity-reactions-for-buddypress/trunk
- Files:
-
- 9 deleted
- 3 edited
-
activity-reactions-for-buddypress.php (modified) (1 diff)
-
class/class.php (modified) (1 diff)
-
css/ai_custom_set_style.css (deleted)
-
css/tipsy.min.css (deleted)
-
css/vex-theme-flat-attack.css (deleted)
-
css/vex.css (deleted)
-
js/ai_custom.js (deleted)
-
js/jquery.mobile.min.js (deleted)
-
js/jquery.tipsy-min.js (deleted)
-
js/jquery.touch.min.js (deleted)
-
js/vex.combined.min.js (deleted)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
activity-reactions-for-buddypress/trunk/activity-reactions-for-buddypress.php
r1554929 r1554965 6 6 Author: Paramveer Singh for Arete IT Private Limited 7 7 Author URI: https://www.areteit.com/ 8 Version:1.0.1 88 Version:1.0.19 9 9 License:GPL/MIT 10 10 */ -
activity-reactions-for-buddypress/trunk/class/class.php
r1554929 r1554965 9 9 { 10 10 GLOBAL $wpdb; 11 $version = '1.0.1 8';11 $version = '1.0.19'; 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
r1554934 r1554965 6 6 Requires at least: 4.4 7 7 Tested up to: 4.7 8 Stable tag: 1.0.1 88 Stable tag: 1.0.19 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 114 114 == Changelog == 115 115 116 = 1.0.19 - Release date: 15th December, 2016 = 117 * Tweak! - Removal of old files and compressions. 118 116 119 = 1.0.18 - Release date: 15th December, 2016 = 117 120 * Fix! - PHP 7 issues fixed. Plugin now compatible till PHP 7. 118 121 119 122 = 1.0.17 - Release date: 14th December, 2016 = 123 * New! - Notifications for buddypress reactions. 120 124 * Fix! - Css issue for admin dashboard tables conflict. 121 125 * Fix! - Database table already exist errors.
Note: See TracChangeset
for help on using the changeset viewer.