Changeset 3398642
- Timestamp:
- 11/19/2025 08:25:57 AM (5 months ago)
- Location:
- gratisfaction-social-contests-referral-loyalty-rewards-program-by-appsmav/trunk
- Files:
-
- 2 edited
-
grappsmav.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gratisfaction-social-contests-referral-loyalty-rewards-program-by-appsmav/trunk/grappsmav.php
r3274305 r3398642 2 2 /** 3 3 * @package Gratisfaction AppsMav 4 * @version 3.5. 24 * @version 3.5.3 5 5 */ 6 6 /* … … 8 8 Plugin URI: http://appsmav.com 9 9 Description: Gratisfaction Loyalty Giveaways Rewards and Referral Program. 10 Version: 3.5. 210 Version: 3.5.3 11 11 Author: AppsMav 12 12 Author URI: http://appsmav.com … … 38 38 public static $_api_version = 'newapi/v2/'; 39 39 protected static $_api_url = 'https://clients.appsmav.com/api_v1.php'; 40 protected static $_c_sdk_url = '//cdn.appsmav.com/gr/assets/js/gr-widget-sdk.js?v=3.5. 2';41 public static $_plugin_version = '3.5. 2';40 protected static $_c_sdk_url = '//cdn.appsmav.com/gr/assets/js/gr-widget-sdk.js?v=3.5.3'; 41 public static $_plugin_version = '3.5.3'; 42 42 43 43 /** … … 73 73 // Check if our plugin was updated 74 74 $plugin_path = plugin_basename(__FILE__); 75 if (i n_array($plugin_path, $options['plugins'], true)) {75 if (isset($options['plugins']) && is_array($options['plugins']) && in_array($plugin_path, $options['plugins'], true)) { 76 76 77 77 // Safely get plugin data -
gratisfaction-social-contests-referral-loyalty-rewards-program-by-appsmav/trunk/readme.txt
r3388646 r3398642 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.8 7 Stable tag: 3.5. 27 Stable tag: 3.5.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 252 252 = 3.5.2 = 253 253 WordPress version 6.8 release compatibility 254 = 3.5.3 = 255 Improvements and bug fixes 254 256 255 257 == Upgrade Notice == 256 = 3.5. 2=257 WordPress version 6.8 release compatibility 258 = 3.5.3 = 259 Improvements and bug fixes
Note: See TracChangeset
for help on using the changeset viewer.