Plugin Directory

Changeset 2817677


Ignore:
Timestamp:
11/14/2022 01:07:37 PM (3 years ago)
Author:
convertize
Message:

Check for the prototype

Location:
nudgify
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • nudgify/tags/1.2.7/nudgify.php

    r2743679 r2817677  
    44Description: Install Nudgify on your WordPress website in less then 10 seconds. Integrate unique tracking code of Nudgify into every page of your website in one click.
    55Author: Nudgify
    6 Version: 1.2.6
     6Version: 1.2.7
    77Author URI: https://nudgify.com
    88License: GPLv2
     
    1212defined('ABSPATH') or die('Restricted access!');
    1313
    14 define('NUDGIFY_PLUGIN_VERSION', '1.2.6');
     14define('NUDGIFY_PLUGIN_VERSION', '1.2.7');
    1515define('NUDGIFY_PLUGIN_SLUG', 'nudgify');
    1616define('NUDGIFY_PLUGIN_URL', plugin_dir_url(__FILE__));
     
    179179                    '    (function ($) { ',
    180180                    '        if (! $) return;',
     181                    '        if (! typeof $.prototype.on === "function") return;',
    181182                    '        $(document).on("show_variation", function (event, variant) { ',
    182183                    '            if (!variant.is_in_stock) return; ',
  • nudgify/tags/1.2.7/readme.txt

    r2743679 r2817677  
    55Requires at least: 4.6
    66Tested up to: 6.0
    7 Stable tag: 1.2.6
     7Stable tag: 1.2.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • nudgify/trunk/nudgify.php

    r2743679 r2817677  
    44Description: Install Nudgify on your WordPress website in less then 10 seconds. Integrate unique tracking code of Nudgify into every page of your website in one click.
    55Author: Nudgify
    6 Version: 1.2.6
     6Version: 1.2.7
    77Author URI: https://nudgify.com
    88License: GPLv2
     
    1212defined('ABSPATH') or die('Restricted access!');
    1313
    14 define('NUDGIFY_PLUGIN_VERSION', '1.2.6');
     14define('NUDGIFY_PLUGIN_VERSION', '1.2.7');
    1515define('NUDGIFY_PLUGIN_SLUG', 'nudgify');
    1616define('NUDGIFY_PLUGIN_URL', plugin_dir_url(__FILE__));
     
    179179                    '    (function ($) { ',
    180180                    '        if (! $) return;',
     181                    '        if (! typeof $.prototype.on === "function") return;',
    181182                    '        $(document).on("show_variation", function (event, variant) { ',
    182183                    '            if (!variant.is_in_stock) return; ',
  • nudgify/trunk/readme.txt

    r2743679 r2817677  
    55Requires at least: 4.6
    66Tested up to: 6.0
    7 Stable tag: 1.2.6
     7Stable tag: 1.2.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.