Plugin Directory

Changeset 1042619


Ignore:
Timestamp:
12/11/2014 11:16:48 AM (11 years ago)
Author:
shushu.i
Message:

Rename

Location:
apester-interactive-content/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • apester-interactive-content/trunk/inc/qmerce-admin-box.class.php

    r1040207 r1042619  
    6767        }
    6868
    69         add_meta_box( 'qmerce_challenges', __( 'Qmerce Challenges', 'qmerce_text' ), array( $this, 'renderMetaBoxContent' ), $postType, 'advanced', 'high' );
     69        add_meta_box( 'qmerce_challenges', __( 'Apester Challenges', 'qmerce_text' ), array( $this, 'renderMetaBoxContent' ), $postType, 'advanced', 'high' );
    7070    }
    7171
     
    105105
    106106        if ( !$authToken ) {
    107             echo '<p>Please go to <a href="options-general.php?page=qmerce-settings-admin">Qmerce Settings</a> and update your access token</p>';
     107            echo '<p>Please go to <a href="options-general.php?page=qmerce-settings-admin">Apester Settings</a> and update your access token</p>';
    108108            return;
    109109        }
  • apester-interactive-content/trunk/inc/qmerce-settings.class.php

    r1040207 r1042619  
    2424        // This page will be under "Settings"
    2525        add_options_page(
    26             'Qmerce Settings',
    27             'Qmerce Settings',
     26            'Apester Settings',
     27            'Apester Settings',
    2828            'manage_options',
    2929            'qmerce-settings-admin',
     
    6363        add_settings_field(
    6464            'auth_token',
    65             'Qmerce authorization token',
     65            'Apester authorization token',
    6666            array( $this, 'authTokenCallback' ),
    6767            'qmerce-settings-admin',
     
    144144
    145145    /**
    146      * Validates Qmerce authToken
     146     * Validates Apester authToken
    147147     * @param string $value
    148148     * @return bool
  • apester-interactive-content/trunk/inc/qmerce-tag-composer.php

    r1040207 r1042619  
    2323
    2424    /**
    25      * Returns the user ID according to the given Qmerce Token (in settings panel)
     25     * Returns the user ID according to the given Apester Token (in settings panel)
    2626     * @return mixed|void
    2727     */
  • apester-interactive-content/trunk/inc/qmerce-widget.php

    r1040207 r1042619  
    1414    {
    1515        $this->tagComposer = new QmerceTagComposer();
    16         $this->WP_Widget('qmerce_widget', 'Qmerce Challenge Widget', array('description' => 'Chosen automated Qmerce challenge from your `My Stuff` inventory'));
     16        $this->WP_Widget('qmerce_widget', 'Apester Challenge Widget', array('description' => 'Chosen automated Apester challenge from your `My Stuff` inventory'));
    1717    }
    1818
  • apester-interactive-content/trunk/qmerce.php

    r1041012 r1042619  
    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.3
     10Version: 1.4
    1111Author: Apester
    1212Author URI: http://apester.co/
  • apester-interactive-content/trunk/readme.txt

    r1041012 r1042619  
    55Requires at least: 3.8
    66Tested up to: 4.0.1
    7 Stable tag: 1.3
     7Stable tag: 1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • apester-interactive-content/trunk/views/settings.tpl.php

    r1040207 r1042619  
    11<div class="wrap">
    2     <h2>Qmerce Settings</h2>
     2    <h2>Apester Settings</h2>
    33    <form method="post" action="options.php">
    44        <?php
Note: See TracChangeset for help on using the changeset viewer.