Plugin Directory

Changeset 3078563


Ignore:
Timestamp:
04/29/2024 10:11:25 AM (21 months ago)
Author:
motaword
Message:

v2.0.1 with better Oxygen editor support

Location:
motaword
Files:
4 edited
15 copied

Legend:

Unmodified
Added
Removed
  • motaword/tags/2.0.1/README.txt

    r3069609 r3078563  
    55Requires at least: 3.0.1
    66Tested up to: 6.5.2
    7 Stable tag: 2.0.0
     7Stable tag: 2.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8989== Changelog ==
    9090
     91= 2.0.1 =
     92* Handles Oxygen frontend editor better
     93
    9194= 2.0.0 =
    9295* New major release! MotaWord WordPress plugin now supports MotaWord's Active ecosystem, including Active Serve for backend integrations.
  • motaword/tags/2.0.1/includes/class-motaword-active.php

    r3069621 r3078563  
    4242        $is_insert_active_js = $plugin->getOption(MotaWord_Admin::$options['is_insert_active_js']);
    4343        if (!$is_insert_active_js) {
    44             if (current_user_can('administrator') && !is_admin() && empty($_GET['et_fb'])) {
     44            if (current_user_can('administrator') && !is_admin() && empty($_GET['et_fb']) && empty($_GET['ct_builder']) && empty($_GET['oxygen_iframe'])) {
    4545                $is_insert_for_admin_when_disabled = $plugin->getOption(MotaWord_Admin::$options['is_insert_for_admin_when_disabled']);
    4646                if (!$is_insert_for_admin_when_disabled) {
  • motaword/tags/2.0.1/includes/class-motaword.php

    r3069609 r3078563  
    2323 * version of the plugin.
    2424 *
    25  * @version    2.0.0
     25 * @version    2.0.1
    2626 * @package    motaword
    2727 * @subpackage motaword/includes
     
    107107     * @param string $pluginName
    108108     *
    109      * @version    2.0.0
     109     * @version    2.0.1
    110110     */
    111111    public function __construct($pluginName = 'motaword/motaword.php')
     
    113113
    114114        $this->motaword = 'motaword';
    115         $this->version = '2.0.0';
     115        $this->version = '2.0.1';
    116116
    117117        $this->setPluginFile($pluginName);
  • motaword/tags/2.0.1/motaword.php

    r3069609 r3078563  
    1616 * Plugin URI:        https://www.motaword.com/developer
    1717 * Description:       MotaWord plugin allows you to seamlessly submit your posts for translation to MotaWord.
    18  * Version:           2.0.0
     18 * Version:           2.0.1
    1919 * Author:            MotaWord Engineering <[email protected]>
    2020 * Author URI:        https://www.motaword.com/developer
  • motaword/trunk/README.txt

    r3069609 r3078563  
    55Requires at least: 3.0.1
    66Tested up to: 6.5.2
    7 Stable tag: 2.0.0
     7Stable tag: 2.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8989== Changelog ==
    9090
     91= 2.0.1 =
     92* Handles Oxygen frontend editor better
     93
    9194= 2.0.0 =
    9295* New major release! MotaWord WordPress plugin now supports MotaWord's Active ecosystem, including Active Serve for backend integrations.
  • motaword/trunk/includes/class-motaword-active.php

    r3069621 r3078563  
    4242        $is_insert_active_js = $plugin->getOption(MotaWord_Admin::$options['is_insert_active_js']);
    4343        if (!$is_insert_active_js) {
    44             if (current_user_can('administrator') && !is_admin() && empty($_GET['et_fb'])) {
     44            if (current_user_can('administrator') && !is_admin() && empty($_GET['et_fb']) && empty($_GET['ct_builder']) && empty($_GET['oxygen_iframe'])) {
    4545                $is_insert_for_admin_when_disabled = $plugin->getOption(MotaWord_Admin::$options['is_insert_for_admin_when_disabled']);
    4646                if (!$is_insert_for_admin_when_disabled) {
  • motaword/trunk/includes/class-motaword.php

    r3069609 r3078563  
    2323 * version of the plugin.
    2424 *
    25  * @version    2.0.0
     25 * @version    2.0.1
    2626 * @package    motaword
    2727 * @subpackage motaword/includes
     
    107107     * @param string $pluginName
    108108     *
    109      * @version    2.0.0
     109     * @version    2.0.1
    110110     */
    111111    public function __construct($pluginName = 'motaword/motaword.php')
     
    113113
    114114        $this->motaword = 'motaword';
    115         $this->version = '2.0.0';
     115        $this->version = '2.0.1';
    116116
    117117        $this->setPluginFile($pluginName);
  • motaword/trunk/motaword.php

    r3069609 r3078563  
    1616 * Plugin URI:        https://www.motaword.com/developer
    1717 * Description:       MotaWord plugin allows you to seamlessly submit your posts for translation to MotaWord.
    18  * Version:           2.0.0
     18 * Version:           2.0.1
    1919 * Author:            MotaWord Engineering <[email protected]>
    2020 * Author URI:        https://www.motaword.com/developer
Note: See TracChangeset for help on using the changeset viewer.