Plugin Directory

Changeset 3297616


Ignore:
Timestamp:
05/20/2025 06:55:23 PM (11 months ago)
Author:
galbc
Message:

Release version 1.0.28

Location:
sapientseo
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sapientseo/tags/1.0.28/inc/api/posts.php

    r3297606 r3297616  
    276276
    277277    // ACF fields (only if ACF plugin is active)
    278     $acf = [];
     278    $acf = new stdClass();
    279279    if (defined('ACF_VERSION') && class_exists('ACF') && function_exists('acf_get_field_groups')) {
    280280        $field_groups = acf_get_field_groups(['post_type' => $post->post_type]);
  • sapientseo/tags/1.0.28/readme.txt

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

    r3297606 r3297616  
    33 * Plugin Name: SapientSEO
    44 * Description: Connect your WordPress site to SapientSEO using secure custom REST API endpoints.
    5  * Version: 1.0.27
     5 * Version: 1.0.28
    66 * Author: SapientSEO
    77 * Plugin URI: https://sapientseo.ai
  • sapientseo/trunk/inc/api/posts.php

    r3297606 r3297616  
    276276
    277277    // ACF fields (only if ACF plugin is active)
    278     $acf = [];
     278    $acf = new stdClass();
    279279    if (defined('ACF_VERSION') && class_exists('ACF') && function_exists('acf_get_field_groups')) {
    280280        $field_groups = acf_get_field_groups(['post_type' => $post->post_type]);
  • sapientseo/trunk/readme.txt

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

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