Changeset 1474442
- Timestamp:
- 08/15/2016 07:36:59 AM (10 years ago)
- Location:
- apester-interactive-content
- Files:
-
- 2 edited
- 7 copied
-
tags/1.16 (copied) (copied from apester-interactive-content/trunk)
-
tags/1.16/inc/qmerce-admin-box.class.php (copied) (copied from apester-interactive-content/trunk/inc/qmerce-admin-box.class.php)
-
tags/1.16/inc/qmerce-settings.class.php (copied) (copied from apester-interactive-content/trunk/inc/qmerce-settings.class.php)
-
tags/1.16/inc/qmerce-widget.php (copied) (copied from apester-interactive-content/trunk/inc/qmerce-widget.php)
-
tags/1.16/public/js/metabox.js (copied) (copied from apester-interactive-content/trunk/public/js/metabox.js)
-
tags/1.16/qmerce.php (copied) (copied from apester-interactive-content/trunk/qmerce.php) (3 diffs)
-
tags/1.16/readme.txt (copied) (copied from apester-interactive-content/trunk/readme.txt) (1 diff)
-
trunk/qmerce.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apester-interactive-content/tags/1.16/qmerce.php
r1471868 r1474442 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 510 Version: 1.16 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 5' );34 define( 'QMERCE_VERSION', '1.16' ); 35 35 define( 'QMERCE_SDK_VERSION', 'v2.0' ); 36 36 // For dev: define( 'QMERCE_SDK_VERSION', 'dev' ); … … 59 59 require_once( QMERCE_PLUGIN_DIR . 'inc/qmerce-shortcodes.php' ); 60 60 61 add_action( 'wp_enqueue_scripts', 'qmerce_add_sdk_for_shortcode' ); 61 62 add_action('widgets_init', 'qmerce_register_widgets'); 62 63 add_filter('the_content', array(new QmerceAutomation(), 'renderHtml')); -
apester-interactive-content/tags/1.16/readme.txt
r1471868 r1474442 5 5 Requires at least: 2.8 6 6 Tested up to: 4.6 7 Stable tag: 1.1 57 Stable tag: 1.16 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
apester-interactive-content/trunk/qmerce.php
r1471868 r1474442 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 510 Version: 1.16 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 5' );34 define( 'QMERCE_VERSION', '1.16' ); 35 35 define( 'QMERCE_SDK_VERSION', 'v2.0' ); 36 36 // For dev: define( 'QMERCE_SDK_VERSION', 'dev' ); … … 59 59 require_once( QMERCE_PLUGIN_DIR . 'inc/qmerce-shortcodes.php' ); 60 60 61 add_action( 'wp_enqueue_scripts', 'qmerce_add_sdk_for_shortcode' ); 61 62 add_action('widgets_init', 'qmerce_register_widgets'); 62 63 add_filter('the_content', array(new QmerceAutomation(), 'renderHtml')); -
apester-interactive-content/trunk/readme.txt
r1471868 r1474442 5 5 Requires at least: 2.8 6 6 Tested up to: 4.6 7 Stable tag: 1.1 57 Stable tag: 1.16 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.