Plugin Directory

Changeset 1962339


Ignore:
Timestamp:
10/24/2018 07:43:33 PM (7 years ago)
Author:
layotte
Message:

Tagging 2.0.12

Location:
ithemes-sync
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ithemes-sync/tags/2.0.12/api.php

    r1751911 r1962339  
    8989       
    9090        // 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' ) ) {
    9292            $this->default_verbs['get-yoast-seo-summary'] = 'Ithemes_Sync_Verb_Get_Yoast_SEO_Summary';
    9393        }
  • ithemes-sync/tags/2.0.12/init.php

    r1951509 r1962339  
    55Description: Manage updates to your WordPress sites easily in one place.
    66Author: iThemes
    7 Version: 2.0.11
     7Version: 2.0.12
    88Author URI: http://ithemes.com/
    99Domain Path: /lang/
  • ithemes-sync/tags/2.0.12/lang/ithemes-sync.pot

    r1951509 r1962339  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: iThemes Sync 2.0.11\n"
     5"Project-Id-Version: iThemes Sync 2.0.12\n"
    66"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"
    88"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
    99"MIME-Version: 1.0\n"
     
    3636msgstr ""
    3737
    38 #. #-#-#-#-#  ithemes-sync.pot (iThemes Sync 2.0.11)  #-#-#-#-#
     38#. #-#-#-#-#  ithemes-sync.pot (iThemes Sync 2.0.12)  #-#-#-#-#
    3939#. Plugin Name of the plugin/theme
    4040#: admin.php:169 admin.php:175 settings-page.php:268
  • ithemes-sync/tags/2.0.12/readme.txt

    r1951509 r1962339  
    44Requires at least: 4.5
    55Tested up to: 4.10
    6 Stable tag: 2.0.11
     6Stable tag: 2.0.12
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html
     
    8686
    8787== Changelog ==
     88
     89= 2.0.12 =
     90* Enhancement: Add check for Yoast SEO Premium plugin for Yoast SEO functionality
    8891
    8992= 2.0.11 =
  • ithemes-sync/tags/2.0.12/verbs/get-posts.php

    r1669854 r1962339  
    4242           
    4343            // 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' ) ) {
    4545                $post->yoast_seo = $this->add_yoast_seo_details( $post->ID );
    4646            }
  • ithemes-sync/trunk/api.php

    r1751911 r1962339  
    8989       
    9090        // 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' ) ) {
    9292            $this->default_verbs['get-yoast-seo-summary'] = 'Ithemes_Sync_Verb_Get_Yoast_SEO_Summary';
    9393        }
  • ithemes-sync/trunk/init.php

    r1951509 r1962339  
    55Description: Manage updates to your WordPress sites easily in one place.
    66Author: iThemes
    7 Version: 2.0.11
     7Version: 2.0.12
    88Author URI: http://ithemes.com/
    99Domain Path: /lang/
  • ithemes-sync/trunk/lang/ithemes-sync.pot

    r1951509 r1962339  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: iThemes Sync 2.0.11\n"
     5"Project-Id-Version: iThemes Sync 2.0.12\n"
    66"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"
    88"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
    99"MIME-Version: 1.0\n"
     
    3636msgstr ""
    3737
    38 #. #-#-#-#-#  ithemes-sync.pot (iThemes Sync 2.0.11)  #-#-#-#-#
     38#. #-#-#-#-#  ithemes-sync.pot (iThemes Sync 2.0.12)  #-#-#-#-#
    3939#. Plugin Name of the plugin/theme
    4040#: admin.php:169 admin.php:175 settings-page.php:268
  • ithemes-sync/trunk/readme.txt

    r1951509 r1962339  
    44Requires at least: 4.5
    55Tested up to: 4.10
    6 Stable tag: 2.0.11
     6Stable tag: 2.0.12
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html
     
    8686
    8787== Changelog ==
     88
     89= 2.0.12 =
     90* Enhancement: Add check for Yoast SEO Premium plugin for Yoast SEO functionality
    8891
    8992= 2.0.11 =
  • ithemes-sync/trunk/verbs/get-posts.php

    r1669854 r1962339  
    4242           
    4343            // 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' ) ) {
    4545                $post->yoast_seo = $this->add_yoast_seo_details( $post->ID );
    4646            }
Note: See TracChangeset for help on using the changeset viewer.