Plugin Directory

Changeset 3236494


Ignore:
Timestamp:
02/07/2025 09:28:43 AM (7 weeks ago)
Author:
applixir
Message:

updated to v1.6

Location:
applixir
Files:
11 added
3 edited

Legend:

Unmodified
Added
Removed
  • applixir/trunk/applixir.php

    r2888606 r3236494  
    44 * Plugin URI: https://applixir.com/
    55 * Description: Reward Video Ads by AppLixir
    6  * Version: 1.5
     6 * Version: 1.6
    77 * Requires at least: 4.9
    8  * Requires PHP:      5.6
     8 * Requires PHP:      5.7
    99 * Author:            Applixir
    1010 * License:           GPL v2 or later
  • applixir/trunk/inc/class-applixir-restriction.php

    r2888606 r3236494  
    2020    {
    2121        global $post;
    22         wp_enqueue_script('applixir-js', 'https://cdn.applixir.com/applixir.sdk3.0m.js', array('jquery'));
     22        wp_enqueue_script('applixir-js', 'https://cdn.applixir.com/applixir.sdk4.0m.js', array('jquery'));
    2323        wp_enqueue_script('applixir-ad', APPLIXIR_URL.'/js/applixir-ad.js', array('jquery'));
    2424        wp_localize_script(
  • applixir/trunk/readme.txt

    r3040061 r3236494  
    55Tested up to: 6.4
    66Requires PHP: 5.6
    7 Stable tag: 1.5
     7Stable tag: 1.6
    88License: GPL3
    99
Note: See TracChangeset for help on using the changeset viewer.