Changeset 3236494
- Timestamp:
- 02/07/2025 09:28:43 AM (14 months ago)
- Location:
- applixir
- Files:
-
- 11 added
- 3 edited
-
tags/1.6 (added)
-
tags/1.6/applixir.php (added)
-
tags/1.6/css (added)
-
tags/1.6/img (added)
-
tags/1.6/img/applixir-logo.png (added)
-
tags/1.6/inc (added)
-
tags/1.6/inc/class-applixir-restriction.php (added)
-
tags/1.6/inc/settings.php (added)
-
tags/1.6/js (added)
-
tags/1.6/js/applixir-ad.js (added)
-
tags/1.6/readme.txt (added)
-
trunk/applixir.php (modified) (1 diff)
-
trunk/inc/class-applixir-restriction.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applixir/trunk/applixir.php
r2888606 r3236494 4 4 * Plugin URI: https://applixir.com/ 5 5 * Description: Reward Video Ads by AppLixir 6 * Version: 1. 56 * Version: 1.6 7 7 * Requires at least: 4.9 8 * Requires PHP: 5. 68 * Requires PHP: 5.7 9 9 * Author: Applixir 10 10 * License: GPL v2 or later -
applixir/trunk/inc/class-applixir-restriction.php
r2888606 r3236494 20 20 { 21 21 global $post; 22 wp_enqueue_script('applixir-js', 'https://cdn.applixir.com/applixir.sdk 3.0m.js', array('jquery'));22 wp_enqueue_script('applixir-js', 'https://cdn.applixir.com/applixir.sdk4.0m.js', array('jquery')); 23 23 wp_enqueue_script('applixir-ad', APPLIXIR_URL.'/js/applixir-ad.js', array('jquery')); 24 24 wp_localize_script( -
applixir/trunk/readme.txt
r3040061 r3236494 5 5 Tested up to: 6.4 6 6 Requires PHP: 5.6 7 Stable tag: 1. 57 Stable tag: 1.6 8 8 License: GPL3 9 9
Note: See TracChangeset
for help on using the changeset viewer.