Plugin Directory

Changeset 3398642


Ignore:
Timestamp:
11/19/2025 08:25:57 AM (5 months ago)
Author:
akashmalik
Message:

Improvements and bug fixes

Location:
gratisfaction-social-contests-referral-loyalty-rewards-program-by-appsmav/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gratisfaction-social-contests-referral-loyalty-rewards-program-by-appsmav/trunk/grappsmav.php

    r3274305 r3398642  
    22/**
    33 * @package Gratisfaction AppsMav
    4  * @version 3.5.2
     4 * @version 3.5.3
    55 */
    66/*
     
    88 Plugin URI: http://appsmav.com
    99 Description: Gratisfaction Loyalty Giveaways Rewards and Referral Program.
    10  Version: 3.5.2
     10 Version: 3.5.3
    1111 Author: AppsMav
    1212 Author URI: http://appsmav.com
     
    3838        public static $_api_version  = 'newapi/v2/';
    3939        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';
    4242
    4343        /**
     
    7373                    // Check if our plugin was updated
    7474                    $plugin_path = plugin_basename(__FILE__);
    75                     if (in_array($plugin_path, $options['plugins'], true)) {
     75                    if (isset($options['plugins']) && is_array($options['plugins']) && in_array($plugin_path, $options['plugins'], true)) {
    7676
    7777                        // Safely get plugin data
  • gratisfaction-social-contests-referral-loyalty-rewards-program-by-appsmav/trunk/readme.txt

    r3388646 r3398642  
    55Requires at least: 3.0.1
    66Tested up to: 6.8
    7 Stable tag: 3.5.2
     7Stable tag: 3.5.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    252252= 3.5.2 =
    253253WordPress version 6.8 release compatibility
     254= 3.5.3 =
     255Improvements and bug fixes
    254256
    255257== Upgrade Notice ==
    256 = 3.5.2 =
    257 WordPress version 6.8 release compatibility
     258= 3.5.3 =
     259Improvements and bug fixes
Note: See TracChangeset for help on using the changeset viewer.