Plugin Directory

Changeset 2393149


Ignore:
Timestamp:
10/04/2020 01:13:30 PM (5 years ago)
Author:
ash_hitch
Message:

Update to version 4.7.1 from GitHub

Location:
add-wpgraphql-seo
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • add-wpgraphql-seo/tags/4.7.1/CHANGELOG.md

    r2392982 r2393149  
    55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
    66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
     7
     8## [4.7.1] - 2020-10-04
     9
     10### Changes
     11
     12Fix categories
    713
    814## [4.7.0] - 2020-10-03
  • add-wpgraphql-seo/tags/4.7.1/readme.txt

    r2392982 r2393149  
    55Tested up to: 5.4
    66Requires PHP: 7.1
    7 Stable tag: 4.7.0
     7Stable tag: 4.7.1
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • add-wpgraphql-seo/tags/4.7.1/wp-graphql-yoast-seo.php

    r2392982 r2393149  
    99 * Text Domain:     wp-graphql-yoast-seo
    1010 * Domain Path:     /languages
    11  * Version:         4.7.0
     11 * Version:         4.7.1
    1212 *
    1313 * @package         WP_Graphql_YOAST_SEO
     
    462462
    463463          // Loop each taxonomy to register on the edge if a category is the primary one.
    464           $taxonomies = get_object_taxonomies($post_type, 'objects');
    465 
    466           foreach ($taxonomies as $tax) {
     464          $taxonomiesPostObj = get_object_taxonomies($post_type, 'objects');
     465
     466          foreach ($taxonomiesPostObj as $tax) {
    467467
    468468
  • add-wpgraphql-seo/trunk/CHANGELOG.md

    r2392982 r2393149  
    55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
    66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
     7
     8## [4.7.1] - 2020-10-04
     9
     10### Changes
     11
     12Fix categories
    713
    814## [4.7.0] - 2020-10-03
  • add-wpgraphql-seo/trunk/readme.txt

    r2392982 r2393149  
    55Tested up to: 5.4
    66Requires PHP: 7.1
    7 Stable tag: 4.7.0
     7Stable tag: 4.7.1
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • add-wpgraphql-seo/trunk/wp-graphql-yoast-seo.php

    r2392982 r2393149  
    99 * Text Domain:     wp-graphql-yoast-seo
    1010 * Domain Path:     /languages
    11  * Version:         4.7.0
     11 * Version:         4.7.1
    1212 *
    1313 * @package         WP_Graphql_YOAST_SEO
     
    462462
    463463          // Loop each taxonomy to register on the edge if a category is the primary one.
    464           $taxonomies = get_object_taxonomies($post_type, 'objects');
    465 
    466           foreach ($taxonomies as $tax) {
     464          $taxonomiesPostObj = get_object_taxonomies($post_type, 'objects');
     465
     466          foreach ($taxonomiesPostObj as $tax) {
    467467
    468468
Note: See TracChangeset for help on using the changeset viewer.