Changeset 2731437
- Timestamp:
- 05/26/2022 06:52:00 AM (4 years ago)
- Location:
- schema-app-structured-data-for-schemaorg
- Files:
-
- 27 added
- 3 edited
-
tags/1.17.15 (added)
-
tags/1.17.15/css (added)
-
tags/1.17.15/css/schemaStyle.css (added)
-
tags/1.17.15/data (added)
-
tags/1.17.15/data/tree.jsonld (added)
-
tags/1.17.15/hunch-schema.php (added)
-
tags/1.17.15/js (added)
-
tags/1.17.15/js/schema.js (added)
-
tags/1.17.15/js/schemaAdmin.js (added)
-
tags/1.17.15/js/schemaEditor.js (added)
-
tags/1.17.15/lib (added)
-
tags/1.17.15/lib/HunchSchema (added)
-
tags/1.17.15/lib/HunchSchema/Author.php (added)
-
tags/1.17.15/lib/HunchSchema/Blog.php (added)
-
tags/1.17.15/lib/HunchSchema/Category.php (added)
-
tags/1.17.15/lib/HunchSchema/Page.php (added)
-
tags/1.17.15/lib/HunchSchema/Post.php (added)
-
tags/1.17.15/lib/HunchSchema/Search.php (added)
-
tags/1.17.15/lib/HunchSchema/Tag.php (added)
-
tags/1.17.15/lib/HunchSchema/Thing.php (added)
-
tags/1.17.15/lib/SchemaCron.php (added)
-
tags/1.17.15/lib/SchemaEditor.php (added)
-
tags/1.17.15/lib/SchemaFront.php (added)
-
tags/1.17.15/lib/SchemaServer.php (added)
-
tags/1.17.15/lib/SchemaSettings.php (added)
-
tags/1.17.15/lib/classmap.php (added)
-
tags/1.17.15/readme.txt (added)
-
trunk/hunch-schema.php (modified) (1 diff)
-
trunk/lib/SchemaFront.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
schema-app-structured-data-for-schemaorg/trunk/hunch-schema.php
r2666834 r2731437 5 5 * Plugin URI: http://www.schemaapp.com 6 6 * Description: This plugin adds http://schema.org structured data to your website 7 * Version: 1.17.1 47 * Version: 1.17.15 8 8 * Author: Hunch Manifest 9 9 * Author URI: https://www.hunchmanifest.com -
schema-app-structured-data-for-schemaorg/trunk/lib/SchemaFront.php
r2666834 r2731437 120 120 // Check for Account Id 121 121 $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"} ), '/' ); 123 123 124 124 if ( $request_account_id != $account_id ) { -
schema-app-structured-data-for-schemaorg/trunk/readme.txt
r2666834 r2731437 8 8 Requires at least: 4.1 9 9 Requires PHP: 5.4 10 Tested up to: 5. 811 Stable tag: 1.17.1 410 Tested up to: 5.9 11 Stable tag: 1.17.15 12 12 License: GPL2 13 13 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 80 80 == Changelog == 81 81 82 = 1.17.15 = 83 Release Date - 23 May 2022 84 85 - Fix, Cache REST API Account Id validation for Highlighter JS 86 82 87 = 1.17.14 = 83 88 Release Date - 27 January 2022 … … 555 560 == Upgrade Notice == 556 561 557 = 1.17.1 4=558 - Fix WooCommerce notices not showing on my account and checkout pages562 = 1.17.15 = 563 - Fix Cache REST API Account Id validation for Highlighter JS
Note: See TracChangeset
for help on using the changeset viewer.