Plugin Directory

Changeset 3292121


Ignore:
Timestamp:
05/12/2025 07:27:21 PM (11 months ago)
Author:
galbc
Message:

Release version 1.0.19

Location:
sapientseo
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sapientseo/tags/1.0.19/inc/api/get-schemas.php

    r3292096 r3292121  
    109109                '_yoast_wpseo_metadesc',
    110110                '_yoast_wpseo_focuskw',
     111                '_yoast_wpseo_focuskeywords',
    111112                '_yoast_wpseo_opengraph-title',
    112113                '_yoast_wpseo_opengraph-description',
    113                 '_yoast_wpseo_opengraph-image',
    114114                '_yoast_wpseo_twitter-title',
    115115                '_yoast_wpseo_twitter-description',
    116                 '_yoast_wpseo_twitter-image',
    117116                '_yoast_wpseo_schema_page_type',
    118                 '_yoast_wpseo_schema_article_type'
     117                '_yoast_wpseo_schema_article_type',
    119118            ];
    120119
  • sapientseo/tags/1.0.19/readme.txt

    r3292096 r3292121  
    44Tested up to: 6.8
    55Requires PHP: 7.4
    6 Stable tag: 1.0.18
     6Stable tag: 1.0.19
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • sapientseo/tags/1.0.19/sapientseo.php

    r3292096 r3292121  
    33 * Plugin Name: SapientSEO
    44 * Description: Connect your WordPress site to SapientSEO using secure custom REST API endpoints.
    5  * Version: 1.0.18
     5 * Version: 1.0.19
    66 * Author: SapientSEO
    77 * Plugin URI: https://sapientseo.ai
  • sapientseo/trunk/inc/api/get-schemas.php

    r3292096 r3292121  
    109109                '_yoast_wpseo_metadesc',
    110110                '_yoast_wpseo_focuskw',
     111                '_yoast_wpseo_focuskeywords',
    111112                '_yoast_wpseo_opengraph-title',
    112113                '_yoast_wpseo_opengraph-description',
    113                 '_yoast_wpseo_opengraph-image',
    114114                '_yoast_wpseo_twitter-title',
    115115                '_yoast_wpseo_twitter-description',
    116                 '_yoast_wpseo_twitter-image',
    117116                '_yoast_wpseo_schema_page_type',
    118                 '_yoast_wpseo_schema_article_type'
     117                '_yoast_wpseo_schema_article_type',
    119118            ];
    120119
  • sapientseo/trunk/readme.txt

    r3292096 r3292121  
    44Tested up to: 6.8
    55Requires PHP: 7.4
    6 Stable tag: 1.0.18
     6Stable tag: 1.0.19
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • sapientseo/trunk/sapientseo.php

    r3292096 r3292121  
    33 * Plugin Name: SapientSEO
    44 * Description: Connect your WordPress site to SapientSEO using secure custom REST API endpoints.
    5  * Version: 1.0.18
     5 * Version: 1.0.19
    66 * Author: SapientSEO
    77 * Plugin URI: https://sapientseo.ai
Note: See TracChangeset for help on using the changeset viewer.