Plugin Directory

Changeset 3290053


Ignore:
Timestamp:
05/08/2025 05:02:25 PM (11 months ago)
Author:
galbc
Message:

Release version 1.0.10

Location:
sapientseo
Files:
6 edited
1 copied

Legend:

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

    r3290049 r3290053  
    7575
    7676        foreach ($yoast_keys as $key) {
    77             $seo[$key] = get_post_meta($post_id, $key, true);
    78         }
    79     }
    80 
    81     // You can optionally collect your own custom SEO keys here
     77            $seo[$key] = get_post_meta($post_id, $key, true) ?: '';
     78        }
     79    }
    8280
    8381    return $seo;
  • sapientseo/tags/1.0.10/readme.txt

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

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

    r3290049 r3290053  
    7575
    7676        foreach ($yoast_keys as $key) {
    77             $seo[$key] = get_post_meta($post_id, $key, true);
    78         }
    79     }
    80 
    81     // You can optionally collect your own custom SEO keys here
     77            $seo[$key] = get_post_meta($post_id, $key, true) ?: '';
     78        }
     79    }
    8280
    8381    return $seo;
  • sapientseo/trunk/readme.txt

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

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