Changeset 1962339
- Timestamp:
- 10/24/2018 07:43:33 PM (7 years ago)
- Location:
- ithemes-sync
- Files:
-
- 10 edited
- 1 copied
-
tags/2.0.12 (copied) (copied from ithemes-sync/trunk)
-
tags/2.0.12/api.php (modified) (1 diff)
-
tags/2.0.12/init.php (modified) (1 diff)
-
tags/2.0.12/lang/ithemes-sync.pot (modified) (2 diffs)
-
tags/2.0.12/readme.txt (modified) (2 diffs)
-
tags/2.0.12/verbs/get-posts.php (modified) (1 diff)
-
trunk/api.php (modified) (1 diff)
-
trunk/init.php (modified) (1 diff)
-
trunk/lang/ithemes-sync.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/verbs/get-posts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ithemes-sync/tags/2.0.12/api.php
r1751911 r1962339 89 89 90 90 // Yoast SEO Verbs 91 if ( is_plugin_active( 'wordpress-seo/wp-seo.php' ) ) {91 if ( is_plugin_active( 'wordpress-seo/wp-seo.php' ) || is_plugin_active( 'wordpress-seo-premium/wp-seo-premium.php' ) ) { 92 92 $this->default_verbs['get-yoast-seo-summary'] = 'Ithemes_Sync_Verb_Get_Yoast_SEO_Summary'; 93 93 } -
ithemes-sync/tags/2.0.12/init.php
r1951509 r1962339 5 5 Description: Manage updates to your WordPress sites easily in one place. 6 6 Author: iThemes 7 Version: 2.0.1 17 Version: 2.0.12 8 8 Author URI: http://ithemes.com/ 9 9 Domain Path: /lang/ -
ithemes-sync/tags/2.0.12/lang/ithemes-sync.pot
r1951509 r1962339 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: iThemes Sync 2.0.1 1\n"5 "Project-Id-Version: iThemes Sync 2.0.12\n" 6 6 "Report-Msgid-Bugs-To: http://ithemes.com/support/\n" 7 "POT-Creation-Date: 2018-10- 04 14:52:21+00:00\n"7 "POT-Creation-Date: 2018-10-24 19:39:21+00:00\n" 8 8 "PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n" 9 9 "MIME-Version: 1.0\n" … … 36 36 msgstr "" 37 37 38 #. #-#-#-#-# ithemes-sync.pot (iThemes Sync 2.0.1 1) #-#-#-#-#38 #. #-#-#-#-# ithemes-sync.pot (iThemes Sync 2.0.12) #-#-#-#-# 39 39 #. Plugin Name of the plugin/theme 40 40 #: admin.php:169 admin.php:175 settings-page.php:268 -
ithemes-sync/tags/2.0.12/readme.txt
r1951509 r1962339 4 4 Requires at least: 4.5 5 5 Tested up to: 4.10 6 Stable tag: 2.0.1 16 Stable tag: 2.0.12 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html … … 86 86 87 87 == Changelog == 88 89 = 2.0.12 = 90 * Enhancement: Add check for Yoast SEO Premium plugin for Yoast SEO functionality 88 91 89 92 = 2.0.11 = -
ithemes-sync/tags/2.0.12/verbs/get-posts.php
r1669854 r1962339 42 42 43 43 // Yoast SEO Verbs 44 if ( is_plugin_active( 'wordpress-seo/wp-seo.php' ) ) {44 if ( is_plugin_active( 'wordpress-seo/wp-seo.php' ) || is_plugin_active( 'wordpress-seo-premium/wp-seo-premium.php' ) ) { 45 45 $post->yoast_seo = $this->add_yoast_seo_details( $post->ID ); 46 46 } -
ithemes-sync/trunk/api.php
r1751911 r1962339 89 89 90 90 // Yoast SEO Verbs 91 if ( is_plugin_active( 'wordpress-seo/wp-seo.php' ) ) {91 if ( is_plugin_active( 'wordpress-seo/wp-seo.php' ) || is_plugin_active( 'wordpress-seo-premium/wp-seo-premium.php' ) ) { 92 92 $this->default_verbs['get-yoast-seo-summary'] = 'Ithemes_Sync_Verb_Get_Yoast_SEO_Summary'; 93 93 } -
ithemes-sync/trunk/init.php
r1951509 r1962339 5 5 Description: Manage updates to your WordPress sites easily in one place. 6 6 Author: iThemes 7 Version: 2.0.1 17 Version: 2.0.12 8 8 Author URI: http://ithemes.com/ 9 9 Domain Path: /lang/ -
ithemes-sync/trunk/lang/ithemes-sync.pot
r1951509 r1962339 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: iThemes Sync 2.0.1 1\n"5 "Project-Id-Version: iThemes Sync 2.0.12\n" 6 6 "Report-Msgid-Bugs-To: http://ithemes.com/support/\n" 7 "POT-Creation-Date: 2018-10- 04 14:52:21+00:00\n"7 "POT-Creation-Date: 2018-10-24 19:39:21+00:00\n" 8 8 "PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n" 9 9 "MIME-Version: 1.0\n" … … 36 36 msgstr "" 37 37 38 #. #-#-#-#-# ithemes-sync.pot (iThemes Sync 2.0.1 1) #-#-#-#-#38 #. #-#-#-#-# ithemes-sync.pot (iThemes Sync 2.0.12) #-#-#-#-# 39 39 #. Plugin Name of the plugin/theme 40 40 #: admin.php:169 admin.php:175 settings-page.php:268 -
ithemes-sync/trunk/readme.txt
r1951509 r1962339 4 4 Requires at least: 4.5 5 5 Tested up to: 4.10 6 Stable tag: 2.0.1 16 Stable tag: 2.0.12 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html … … 86 86 87 87 == Changelog == 88 89 = 2.0.12 = 90 * Enhancement: Add check for Yoast SEO Premium plugin for Yoast SEO functionality 88 91 89 92 = 2.0.11 = -
ithemes-sync/trunk/verbs/get-posts.php
r1669854 r1962339 42 42 43 43 // Yoast SEO Verbs 44 if ( is_plugin_active( 'wordpress-seo/wp-seo.php' ) ) {44 if ( is_plugin_active( 'wordpress-seo/wp-seo.php' ) || is_plugin_active( 'wordpress-seo-premium/wp-seo-premium.php' ) ) { 45 45 $post->yoast_seo = $this->add_yoast_seo_details( $post->ID ); 46 46 }
Note: See TracChangeset
for help on using the changeset viewer.