Changeset 2511571
- Timestamp:
- 04/08/2021 03:23:54 PM (5 years ago)
- Location:
- add-wpgraphql-seo
- Files:
-
- 8 edited
- 1 copied
-
tags/4.13.1 (copied) (copied from add-wpgraphql-seo/trunk)
-
tags/4.13.1/CHANGELOG.md (modified) (1 diff)
-
tags/4.13.1/package.json (modified) (1 diff)
-
tags/4.13.1/readme.txt (modified) (1 diff)
-
tags/4.13.1/wp-graphql-yoast-seo.php (modified) (1 diff)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-graphql-yoast-seo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
add-wpgraphql-seo/tags/4.13.1/CHANGELOG.md
r2506472 r2511571 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and 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) 7 19 8 20 ## [4.12.1] - 2021-03-31 -
add-wpgraphql-seo/tags/4.13.1/package.json
r2433418 r2511571 1 1 { 2 2 "name": "wp-graphql-yoast-seo", 3 "version": "4.1 0.0",3 "version": "4.13.1", 4 4 "description": "A WPGraphQL Extension that adds support for Yoast SEO", 5 5 "scripts": { -
add-wpgraphql-seo/tags/4.13.1/readme.txt
r2506472 r2511571 5 5 Tested up to: 5.7 6 6 Requires PHP: 7.1 7 Stable tag: 4.1 2.17 Stable tag: 4.13.1 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
add-wpgraphql-seo/tags/4.13.1/wp-graphql-yoast-seo.php
r2511537 r2511571 9 9 * Text Domain: wp-graphql-yoast-seo 10 10 * Domain Path: /languages 11 * Version: 4.1 2.111 * Version: 4.13.1 12 12 * 13 13 * @package WP_Graphql_YOAST_SEO -
add-wpgraphql-seo/trunk/CHANGELOG.md
r2506472 r2511571 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and 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) 7 19 8 20 ## [4.12.1] - 2021-03-31 -
add-wpgraphql-seo/trunk/package.json
r2433418 r2511571 1 1 { 2 2 "name": "wp-graphql-yoast-seo", 3 "version": "4.1 0.0",3 "version": "4.13.1", 4 4 "description": "A WPGraphQL Extension that adds support for Yoast SEO", 5 5 "scripts": { -
add-wpgraphql-seo/trunk/readme.txt
r2506472 r2511571 5 5 Tested up to: 5.7 6 6 Requires PHP: 7.1 7 Stable tag: 4.1 2.17 Stable tag: 4.13.1 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
add-wpgraphql-seo/trunk/wp-graphql-yoast-seo.php
r2511537 r2511571 9 9 * Text Domain: wp-graphql-yoast-seo 10 10 * Domain Path: /languages 11 * Version: 4.1 2.111 * Version: 4.13.1 12 12 * 13 13 * @package WP_Graphql_YOAST_SEO
Note: See TracChangeset
for help on using the changeset viewer.