Changeset 1158854
- Timestamp:
- 05/12/2015 02:28:02 PM (11 years ago)
- Location:
- apester-interactive-content
- Files:
-
- 2 edited
- 3 copied
-
tags/1.11 (copied) (copied from apester-interactive-content/trunk)
-
tags/1.11/qmerce.php (copied) (copied from apester-interactive-content/trunk/qmerce.php) (4 diffs)
-
tags/1.11/readme.txt (copied) (copied from apester-interactive-content/trunk/readme.txt) (2 diffs)
-
trunk/qmerce.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
apester-interactive-content/tags/1.11/qmerce.php
r1141916 r1158854 8 8 Description: 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. 9 9 If you wish for better engagement, virality, circulation, native advertisement campaigns and monetization results, you came to the right place! 10 Version: 1.1 010 Version: 1.11 11 11 Author: Apester 12 12 Author URI: http://apester.com/ … … 32 32 33 33 define( 'QMERCE_MINIMUM_WORDPRESS_VERSION', '2.8' ); 34 define( 'QMERCE_VERSION', '1.1 0' );34 define( 'QMERCE_VERSION', '1.11' ); 35 35 define( 'QMERCE_SDK_VERSION', 'v1.1' ); 36 36 // For dev: define( 'QMERCE_SDK_VERSION', 'dev' ); … … 39 39 define( 'QMERCE_USER_SERVICE', 'http://users.qmerce.com' ); 40 40 define( 'QMERCE_RENDERER_BASEURL', '//renderer.qmerce.com' ); 41 define( 'QMERCE_RANDOM_BASEURL', '//random.qmerce.com' ); 41 42 define( 'QMERCE_STATIC_BASEURL', '//d9etzk30b05yg.cloudfront.net/js/sdk' ); 42 43 define( 'QMERCE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); … … 65 66 $configuration = array( 66 67 'rendererBaseUrl' => QMERCE_RENDERER_BASEURL, 68 'randomBaseUrl' => QMERCE_RANDOM_BASEURL 67 69 ); 68 70 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 5 5 Requires at least: 2.8 6 6 Tested up to: 4.1 7 Stable tag: 1.1 07 Stable tag: 1.11 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 87 87 == Changelog == 88 88 89 = 1.11 = 90 * Support CDN and random interactions. 91 89 92 = 1.10 = 90 93 * Support both HTTP and HTTPS servers. -
apester-interactive-content/trunk/qmerce.php
r1141916 r1158854 8 8 Description: 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. 9 9 If you wish for better engagement, virality, circulation, native advertisement campaigns and monetization results, you came to the right place! 10 Version: 1.1 010 Version: 1.11 11 11 Author: Apester 12 12 Author URI: http://apester.com/ … … 32 32 33 33 define( 'QMERCE_MINIMUM_WORDPRESS_VERSION', '2.8' ); 34 define( 'QMERCE_VERSION', '1.1 0' );34 define( 'QMERCE_VERSION', '1.11' ); 35 35 define( 'QMERCE_SDK_VERSION', 'v1.1' ); 36 36 // For dev: define( 'QMERCE_SDK_VERSION', 'dev' ); … … 39 39 define( 'QMERCE_USER_SERVICE', 'http://users.qmerce.com' ); 40 40 define( 'QMERCE_RENDERER_BASEURL', '//renderer.qmerce.com' ); 41 define( 'QMERCE_RANDOM_BASEURL', '//random.qmerce.com' ); 41 42 define( 'QMERCE_STATIC_BASEURL', '//d9etzk30b05yg.cloudfront.net/js/sdk' ); 42 43 define( 'QMERCE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); … … 65 66 $configuration = array( 66 67 'rendererBaseUrl' => QMERCE_RENDERER_BASEURL, 68 'randomBaseUrl' => QMERCE_RANDOM_BASEURL 67 69 ); 68 70 wp_register_script( 'qmerce_js_sdk', QMERCE_STATIC_BASEURL . '/' . QMERCE_SDK_VERSION . '/apester-sdk.min.js' ); -
apester-interactive-content/trunk/readme.txt
r1141916 r1158854 5 5 Requires at least: 2.8 6 6 Tested up to: 4.1 7 Stable tag: 1.1 07 Stable tag: 1.11 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 87 87 == Changelog == 88 88 89 = 1.11 = 90 * Support CDN and random interactions. 91 89 92 = 1.10 = 90 93 * Support both HTTP and HTTPS servers.
Note: See TracChangeset
for help on using the changeset viewer.