Plugin Directory

Changeset 2731437


Ignore:
Timestamp:
05/26/2022 06:52:00 AM (4 years ago)
Author:
milanmk
Message:

Release 1.17.15

Location:
schema-app-structured-data-for-schemaorg
Files:
27 added
3 edited

Legend:

Unmodified
Added
Removed
  • schema-app-structured-data-for-schemaorg/trunk/hunch-schema.php

    r2666834 r2731437  
    55 * Plugin URI: http://www.schemaapp.com
    66 * Description: This plugin adds http://schema.org structured data to your website
    7  * Version: 1.17.14
     7 * Version: 1.17.15
    88 * Author: Hunch Manifest
    99 * Author URI: https://www.hunchmanifest.com
  • schema-app-structured-data-for-schemaorg/trunk/lib/SchemaFront.php

    r2666834 r2731437  
    120120        // Check for Account Id
    121121        $account_id         = trim( str_replace( array( 'http://schemaapp.com/db/', 'https://schemaapp.com/db/' ), '', $this->Settings['graph_uri'] ), '/' );
    122         $request_account_id = trim( str_ireplace( array( 'https://data.schemaapp.com/', $request_data->{"base64encode"} ), '', $request_data->{"url"} ), '/' );
     122        $request_account_id = trim( str_ireplace( array( 'https://data.schemaapp.com/', '__highlighter_js', $request_data->{"base64encode"} ), '', $request_data->{"url"} ), '/' );
    123123
    124124        if ( $request_account_id != $account_id ) {
  • schema-app-structured-data-for-schemaorg/trunk/readme.txt

    r2666834 r2731437  
    88Requires at least: 4.1
    99Requires PHP: 5.4
    10 Tested up to: 5.8
    11 Stable tag: 1.17.14
     10Tested up to: 5.9
     11Stable tag: 1.17.15
    1212License: GPL2
    1313License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8080== Changelog ==
    8181
     82= 1.17.15 =
     83Release Date - 23 May 2022
     84
     85- Fix, Cache REST API Account Id validation for Highlighter JS
     86
    8287= 1.17.14 =
    8388Release Date - 27 January 2022
     
    555560== Upgrade Notice ==
    556561
    557 = 1.17.14 =
    558 - Fix WooCommerce notices not showing on my account and checkout pages
     562= 1.17.15 =
     563- Fix Cache REST API Account Id validation for Highlighter JS
Note: See TracChangeset for help on using the changeset viewer.