Plugin Directory

Changeset 1158854


Ignore:
Timestamp:
05/12/2015 02:28:02 PM (11 years ago)
Author:
shushu.i
Message:

Version 1.11 - CDN and random urls

Location:
apester-interactive-content
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • apester-interactive-content/tags/1.11/qmerce.php

    r1141916 r1158854  
    88Description: The Apester Interactive Content plugin allows anyone to easily and freely create, embed and share interactive, playful and related content items (polls, trivia, etc.) into posts and articles, in a matter of seconds.
    99If you wish for better engagement, virality, circulation, native advertisement campaigns and monetization results, you came to the right place!
    10 Version: 1.10
     10Version: 1.11
    1111Author: Apester
    1212Author URI: http://apester.com/
     
    3232
    3333define( 'QMERCE_MINIMUM_WORDPRESS_VERSION', '2.8' );
    34 define( 'QMERCE_VERSION', '1.10' );
     34define( 'QMERCE_VERSION', '1.11' );
    3535define( 'QMERCE_SDK_VERSION', 'v1.1' );
    3636// For dev: define( 'QMERCE_SDK_VERSION', 'dev' );
     
    3939define( 'QMERCE_USER_SERVICE', 'http://users.qmerce.com' );
    4040define( 'QMERCE_RENDERER_BASEURL', '//renderer.qmerce.com' );
     41define( 'QMERCE_RANDOM_BASEURL', '//random.qmerce.com' );
    4142define( 'QMERCE_STATIC_BASEURL', '//d9etzk30b05yg.cloudfront.net/js/sdk' );
    4243define( 'QMERCE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
     
    6566    $configuration = array(
    6667        'rendererBaseUrl' => QMERCE_RENDERER_BASEURL,
     68        'randomBaseUrl' => QMERCE_RANDOM_BASEURL
    6769    );
    6870    wp_register_script( 'qmerce_js_sdk', QMERCE_STATIC_BASEURL . '/' . QMERCE_SDK_VERSION . '/apester-sdk.min.js' );
  • apester-interactive-content/tags/1.11/readme.txt

    r1141916 r1158854  
    55Requires at least: 2.8
    66Tested up to: 4.1
    7 Stable tag: 1.10
     7Stable tag: 1.11
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8787== Changelog ==
    8888
     89= 1.11 =
     90* Support CDN and random interactions.
     91
    8992= 1.10 =
    9093* Support both HTTP and HTTPS servers.
  • apester-interactive-content/trunk/qmerce.php

    r1141916 r1158854  
    88Description: The Apester Interactive Content plugin allows anyone to easily and freely create, embed and share interactive, playful and related content items (polls, trivia, etc.) into posts and articles, in a matter of seconds.
    99If you wish for better engagement, virality, circulation, native advertisement campaigns and monetization results, you came to the right place!
    10 Version: 1.10
     10Version: 1.11
    1111Author: Apester
    1212Author URI: http://apester.com/
     
    3232
    3333define( 'QMERCE_MINIMUM_WORDPRESS_VERSION', '2.8' );
    34 define( 'QMERCE_VERSION', '1.10' );
     34define( 'QMERCE_VERSION', '1.11' );
    3535define( 'QMERCE_SDK_VERSION', 'v1.1' );
    3636// For dev: define( 'QMERCE_SDK_VERSION', 'dev' );
     
    3939define( 'QMERCE_USER_SERVICE', 'http://users.qmerce.com' );
    4040define( 'QMERCE_RENDERER_BASEURL', '//renderer.qmerce.com' );
     41define( 'QMERCE_RANDOM_BASEURL', '//random.qmerce.com' );
    4142define( 'QMERCE_STATIC_BASEURL', '//d9etzk30b05yg.cloudfront.net/js/sdk' );
    4243define( 'QMERCE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
     
    6566    $configuration = array(
    6667        'rendererBaseUrl' => QMERCE_RENDERER_BASEURL,
     68        'randomBaseUrl' => QMERCE_RANDOM_BASEURL
    6769    );
    6870    wp_register_script( 'qmerce_js_sdk', QMERCE_STATIC_BASEURL . '/' . QMERCE_SDK_VERSION . '/apester-sdk.min.js' );
  • apester-interactive-content/trunk/readme.txt

    r1141916 r1158854  
    55Requires at least: 2.8
    66Tested up to: 4.1
    7 Stable tag: 1.10
     7Stable tag: 1.11
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8787== Changelog ==
    8888
     89= 1.11 =
     90* Support CDN and random interactions.
     91
    8992= 1.10 =
    9093* Support both HTTP and HTTPS servers.
Note: See TracChangeset for help on using the changeset viewer.