Plugin Directory

Changeset 3398653


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

Improvements and bug fixes

Location:
scratch-win-giveaways-for-website-facebook/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scratch-win-giveaways-for-website-facebook/trunk/readme.txt

    r3388651 r3398653  
    55Requires at least: 3.0.1
    66Tested up to: 6.8
    7 Stable tag: 2.9.1
     7Stable tag: 2.9.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    157157
    158158== Changelog ==
     159= 2.9.2 =
     160Bug fixes and improvements
     161
    159162= 2.9.1 =
    160163WordPress version 6.8 release compatibility
     
    270273
    271274== Upgrade Notice ==
    272 = 2.9.1 =
    273 WordPress version 6.8 release compatibility
     275= 2.9.2 =
     276Bug fixes and improvements
  • scratch-win-giveaways-for-website-facebook/trunk/socialscratchwin.php

    r3274219 r3398653  
    22/**
    33 * @package Scratch & win giveaways
    4  * @version 2.9.1
     4 * @version 2.9.2
    55 */
    66/*
     
    88 Plugin URI: http://appsmav.com
    99 Description: LAUNCH AWESOME SCRATCH CARD GIVEAWAYS- BOOST LEADS AND CONVERSIONS! BUILD LISTS. GET REFERRAL SALES.
    10  Version: 2.9.1
     10 Version: 2.9.2
    1111 Author: Appsmav
    1212 Author URI: http://appsmav.com
     
    3535    class Appsmav_Scratchwin
    3636    {
    37         public static $_plugin_version  = '2.9.1';
     37        public static $_plugin_version  = '2.9.2';
    3838        public static $_callback_url = 'https://win.appsmav.com/';
    3939        public static $_api_version  = 'api/v1/';
    4040        protected static $_api_url  = 'https://clients.appsmav.com/api_v1.php';
    41         protected static $_c_sdk_url    = '//cdn.appsmav.com/win/assets/js/swin-widget-sdk.js?v=2.9.1';
     41        protected static $_c_sdk_url    = '//cdn.appsmav.com/win/assets/js/swin-widget-sdk.js?v=2.9.2';
    4242
    4343        /**
     
    623623                // Check if our plugin was updated
    624624                $plugin_path = plugin_basename(__FILE__);
    625                 if (in_array($plugin_path, $options['plugins'], true)) {
     625                if (isset($options['plugins']) && is_array($options['plugins']) && in_array($plugin_path, $options['plugins'], true)) {
    626626
    627627                    // Safely get plugin data
Note: See TracChangeset for help on using the changeset viewer.