Changeset 3236494
- Timestamp:
- 02/07/2025 09:28:43 AM (7 weeks ago)
- Location:
- applixir
- Files:
-
- 11 added
- 3 edited
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.