Plugin Directory

Changeset 1474442


Ignore:
Timestamp:
08/15/2016 07:36:59 AM (10 years ago)
Author:
shushu.i
Message:

Version 1.16

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

Legend:

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

    r1471868 r1474442  
    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.15
     10Version: 1.16
    1111Author: Apester
    1212Author URI: http://apester.com/
     
    3232
    3333define( 'QMERCE_MINIMUM_WORDPRESS_VERSION', '2.8' );
    34 define( 'QMERCE_VERSION', '1.15' );
     34define( 'QMERCE_VERSION', '1.16' );
    3535define( 'QMERCE_SDK_VERSION', 'v2.0' );
    3636// For dev: define( 'QMERCE_SDK_VERSION', 'dev' );
     
    5959require_once( QMERCE_PLUGIN_DIR . 'inc/qmerce-shortcodes.php' );
    6060
     61add_action( 'wp_enqueue_scripts', 'qmerce_add_sdk_for_shortcode' );
    6162add_action('widgets_init', 'qmerce_register_widgets');
    6263add_filter('the_content', array(new QmerceAutomation(), 'renderHtml'));
  • apester-interactive-content/tags/1.16/readme.txt

    r1471868 r1474442  
    55Requires at least: 2.8
    66Tested up to: 4.6
    7 Stable tag: 1.15
     7Stable tag: 1.16
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • apester-interactive-content/trunk/qmerce.php

    r1471868 r1474442  
    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.15
     10Version: 1.16
    1111Author: Apester
    1212Author URI: http://apester.com/
     
    3232
    3333define( 'QMERCE_MINIMUM_WORDPRESS_VERSION', '2.8' );
    34 define( 'QMERCE_VERSION', '1.15' );
     34define( 'QMERCE_VERSION', '1.16' );
    3535define( 'QMERCE_SDK_VERSION', 'v2.0' );
    3636// For dev: define( 'QMERCE_SDK_VERSION', 'dev' );
     
    5959require_once( QMERCE_PLUGIN_DIR . 'inc/qmerce-shortcodes.php' );
    6060
     61add_action( 'wp_enqueue_scripts', 'qmerce_add_sdk_for_shortcode' );
    6162add_action('widgets_init', 'qmerce_register_widgets');
    6263add_filter('the_content', array(new QmerceAutomation(), 'renderHtml'));
  • apester-interactive-content/trunk/readme.txt

    r1471868 r1474442  
    55Requires at least: 2.8
    66Tested up to: 4.6
    7 Stable tag: 1.15
     7Stable tag: 1.16
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.