Plugin Directory

Changeset 2511571


Ignore:
Timestamp:
04/08/2021 03:23:54 PM (5 years ago)
Author:
ash_hitch
Message:

Update to version 4.13.1 from GitHub

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

Legend:

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

    r2506472 r2511571  
    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.13.1] - 2021-05-06
     9
     10### Changed
     11
     12-   Version bump again, release failed
     13
     14## [4.13.0] - 2021-05-06
     15
     16### Added
     17
     18-   Yoast head meta fields as single string (same as get_head in rest API)
    719
    820## [4.12.1] - 2021-03-31
  • add-wpgraphql-seo/tags/4.13.1/package.json

    r2433418 r2511571  
    11{
    22    "name": "wp-graphql-yoast-seo",
    3     "version": "4.10.0",
     3    "version": "4.13.1",
    44    "description": "A WPGraphQL Extension that adds support for Yoast SEO",
    55    "scripts": {
  • add-wpgraphql-seo/tags/4.13.1/readme.txt

    r2506472 r2511571  
    55Tested up to: 5.7
    66Requires PHP: 7.1
    7 Stable tag: 4.12.1
     7Stable tag: 4.13.1
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • add-wpgraphql-seo/tags/4.13.1/wp-graphql-yoast-seo.php

    r2511537 r2511571  
    99 * Text Domain:     wp-graphql-yoast-seo
    1010 * Domain Path:     /languages
    11  * Version:         4.12.1
     11 * Version:         4.13.1
    1212 *
    1313 * @package         WP_Graphql_YOAST_SEO
  • add-wpgraphql-seo/trunk/CHANGELOG.md

    r2506472 r2511571  
    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.13.1] - 2021-05-06
     9
     10### Changed
     11
     12-   Version bump again, release failed
     13
     14## [4.13.0] - 2021-05-06
     15
     16### Added
     17
     18-   Yoast head meta fields as single string (same as get_head in rest API)
    719
    820## [4.12.1] - 2021-03-31
  • add-wpgraphql-seo/trunk/package.json

    r2433418 r2511571  
    11{
    22    "name": "wp-graphql-yoast-seo",
    3     "version": "4.10.0",
     3    "version": "4.13.1",
    44    "description": "A WPGraphQL Extension that adds support for Yoast SEO",
    55    "scripts": {
  • add-wpgraphql-seo/trunk/readme.txt

    r2506472 r2511571  
    55Tested up to: 5.7
    66Requires PHP: 7.1
    7 Stable tag: 4.12.1
     7Stable tag: 4.13.1
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • add-wpgraphql-seo/trunk/wp-graphql-yoast-seo.php

    r2511537 r2511571  
    99 * Text Domain:     wp-graphql-yoast-seo
    1010 * Domain Path:     /languages
    11  * Version:         4.12.1
     11 * Version:         4.13.1
    1212 *
    1313 * @package         WP_Graphql_YOAST_SEO
Note: See TracChangeset for help on using the changeset viewer.