Changeset 2817677
- Timestamp:
- 11/14/2022 01:07:37 PM (3 years ago)
- Location:
- nudgify
- Files:
-
- 4 edited
- 1 copied
-
tags/1.2.7 (copied) (copied from nudgify/trunk)
-
tags/1.2.7/nudgify.php (modified) (3 diffs)
-
tags/1.2.7/readme.txt (modified) (1 diff)
-
trunk/nudgify.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nudgify/tags/1.2.7/nudgify.php
r2743679 r2817677 4 4 Description: 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. 5 5 Author: Nudgify 6 Version: 1.2. 66 Version: 1.2.7 7 7 Author URI: https://nudgify.com 8 8 License: GPLv2 … … 12 12 defined('ABSPATH') or die('Restricted access!'); 13 13 14 define('NUDGIFY_PLUGIN_VERSION', '1.2. 6');14 define('NUDGIFY_PLUGIN_VERSION', '1.2.7'); 15 15 define('NUDGIFY_PLUGIN_SLUG', 'nudgify'); 16 16 define('NUDGIFY_PLUGIN_URL', plugin_dir_url(__FILE__)); … … 179 179 ' (function ($) { ', 180 180 ' if (! $) return;', 181 ' if (! typeof $.prototype.on === "function") return;', 181 182 ' $(document).on("show_variation", function (event, variant) { ', 182 183 ' if (!variant.is_in_stock) return; ', -
nudgify/tags/1.2.7/readme.txt
r2743679 r2817677 5 5 Requires at least: 4.6 6 6 Tested up to: 6.0 7 Stable tag: 1.2. 67 Stable tag: 1.2.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
nudgify/trunk/nudgify.php
r2743679 r2817677 4 4 Description: 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. 5 5 Author: Nudgify 6 Version: 1.2. 66 Version: 1.2.7 7 7 Author URI: https://nudgify.com 8 8 License: GPLv2 … … 12 12 defined('ABSPATH') or die('Restricted access!'); 13 13 14 define('NUDGIFY_PLUGIN_VERSION', '1.2. 6');14 define('NUDGIFY_PLUGIN_VERSION', '1.2.7'); 15 15 define('NUDGIFY_PLUGIN_SLUG', 'nudgify'); 16 16 define('NUDGIFY_PLUGIN_URL', plugin_dir_url(__FILE__)); … … 179 179 ' (function ($) { ', 180 180 ' if (! $) return;', 181 ' if (! typeof $.prototype.on === "function") return;', 181 182 ' $(document).on("show_variation", function (event, variant) { ', 182 183 ' if (!variant.is_in_stock) return; ', -
nudgify/trunk/readme.txt
r2743679 r2817677 5 5 Requires at least: 4.6 6 6 Tested up to: 6.0 7 Stable tag: 1.2. 67 Stable tag: 1.2.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.