Changeset 3078563
- Timestamp:
- 04/29/2024 10:11:25 AM (21 months ago)
- Location:
- motaword
- Files:
-
- 4 edited
- 15 copied
-
tags/2.0.1 (copied) (copied from motaword/trunk)
-
tags/2.0.1/LICENSE.txt (copied) (copied from motaword/trunk/LICENSE.txt)
-
tags/2.0.1/README.txt (copied) (copied from motaword/trunk/README.txt) (2 diffs)
-
tags/2.0.1/admin/class-motaword-admin.php (copied) (copied from motaword/trunk/admin/class-motaword-admin.php)
-
tags/2.0.1/admin/css/icon.svg (copied) (copied from motaword/trunk/admin/css/icon.svg)
-
tags/2.0.1/includes/class-motaword-active-serve.php (copied) (copied from motaword/trunk/includes/class-motaword-active-serve.php)
-
tags/2.0.1/includes/class-motaword-active.php (copied) (copied from motaword/trunk/includes/class-motaword-active.php) (1 diff)
-
tags/2.0.1/includes/class-motaword-api.php (copied) (copied from motaword/trunk/includes/class-motaword-api.php)
-
tags/2.0.1/includes/class-motaword-i18n.php (copied) (copied from motaword/trunk/includes/class-motaword-i18n.php)
-
tags/2.0.1/includes/class-motaword-loader.php (copied) (copied from motaword/trunk/includes/class-motaword-loader.php)
-
tags/2.0.1/includes/class-motaword.php (copied) (copied from motaword/trunk/includes/class-motaword.php) (3 diffs)
-
tags/2.0.1/languages/motaword.pot (copied) (copied from motaword/trunk/languages/motaword.pot)
-
tags/2.0.1/motaword.php (copied) (copied from motaword/trunk/motaword.php) (1 diff)
-
tags/2.0.1/public/class-motaword-public.php (copied) (copied from motaword/trunk/public/class-motaword-public.php)
-
tags/2.0.1/uninstall.php (copied) (copied from motaword/trunk/uninstall.php)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/class-motaword-active.php (modified) (1 diff)
-
trunk/includes/class-motaword.php (modified) (3 diffs)
-
trunk/motaword.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
motaword/tags/2.0.1/README.txt
r3069609 r3078563 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.5.2 7 Stable tag: 2.0. 07 Stable tag: 2.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 89 89 == Changelog == 90 90 91 = 2.0.1 = 92 * Handles Oxygen frontend editor better 93 91 94 = 2.0.0 = 92 95 * 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 42 42 $is_insert_active_js = $plugin->getOption(MotaWord_Admin::$options['is_insert_active_js']); 43 43 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'])) { 45 45 $is_insert_for_admin_when_disabled = $plugin->getOption(MotaWord_Admin::$options['is_insert_for_admin_when_disabled']); 46 46 if (!$is_insert_for_admin_when_disabled) { -
motaword/tags/2.0.1/includes/class-motaword.php
r3069609 r3078563 23 23 * version of the plugin. 24 24 * 25 * @version 2.0. 025 * @version 2.0.1 26 26 * @package motaword 27 27 * @subpackage motaword/includes … … 107 107 * @param string $pluginName 108 108 * 109 * @version 2.0. 0109 * @version 2.0.1 110 110 */ 111 111 public function __construct($pluginName = 'motaword/motaword.php') … … 113 113 114 114 $this->motaword = 'motaword'; 115 $this->version = '2.0. 0';115 $this->version = '2.0.1'; 116 116 117 117 $this->setPluginFile($pluginName); -
motaword/tags/2.0.1/motaword.php
r3069609 r3078563 16 16 * Plugin URI: https://www.motaword.com/developer 17 17 * Description: MotaWord plugin allows you to seamlessly submit your posts for translation to MotaWord. 18 * Version: 2.0. 018 * Version: 2.0.1 19 19 * Author: MotaWord Engineering <[email protected]> 20 20 * Author URI: https://www.motaword.com/developer -
motaword/trunk/README.txt
r3069609 r3078563 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.5.2 7 Stable tag: 2.0. 07 Stable tag: 2.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 89 89 == Changelog == 90 90 91 = 2.0.1 = 92 * Handles Oxygen frontend editor better 93 91 94 = 2.0.0 = 92 95 * 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 42 42 $is_insert_active_js = $plugin->getOption(MotaWord_Admin::$options['is_insert_active_js']); 43 43 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'])) { 45 45 $is_insert_for_admin_when_disabled = $plugin->getOption(MotaWord_Admin::$options['is_insert_for_admin_when_disabled']); 46 46 if (!$is_insert_for_admin_when_disabled) { -
motaword/trunk/includes/class-motaword.php
r3069609 r3078563 23 23 * version of the plugin. 24 24 * 25 * @version 2.0. 025 * @version 2.0.1 26 26 * @package motaword 27 27 * @subpackage motaword/includes … … 107 107 * @param string $pluginName 108 108 * 109 * @version 2.0. 0109 * @version 2.0.1 110 110 */ 111 111 public function __construct($pluginName = 'motaword/motaword.php') … … 113 113 114 114 $this->motaword = 'motaword'; 115 $this->version = '2.0. 0';115 $this->version = '2.0.1'; 116 116 117 117 $this->setPluginFile($pluginName); -
motaword/trunk/motaword.php
r3069609 r3078563 16 16 * Plugin URI: https://www.motaword.com/developer 17 17 * Description: MotaWord plugin allows you to seamlessly submit your posts for translation to MotaWord. 18 * Version: 2.0. 018 * Version: 2.0.1 19 19 * Author: MotaWord Engineering <[email protected]> 20 20 * Author URI: https://www.motaword.com/developer
Note: See TracChangeset
for help on using the changeset viewer.