Changeset 1813014
- Timestamp:
- 01/31/2018 06:57:12 PM (8 years ago)
- Location:
- schema-app-structured-data-for-schemaorg/trunk
- Files:
-
- 3 edited
-
hunch-schema.php (modified) (1 diff)
-
lib/SchemaFront.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
schema-app-structured-data-for-schemaorg/trunk/hunch-schema.php
r1812232 r1813014 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.9. 67 * Version: 1.9.7 8 8 * Author: Hunch Manifest 9 9 * Author URI: https://www.hunchmanifest.com -
schema-app-structured-data-for-schemaorg/trunk/lib/SchemaFront.php
r1812232 r1813014 82 82 $SchemaMarkupType = ''; 83 83 84 if ( $SchemaMarkup === "" ) 85 { 84 // If Custom schema markup is empty or not found 85 if ( $SchemaMarkup === "" || $SchemaMarkup === false ) { 86 86 87 $SchemaMarkupCustom = get_post_meta( $post->ID, '_HunchSchemaMarkup', true ); 87 88 -
schema-app-structured-data-for-schemaorg/trunk/readme.txt
r1812232 r1813014 7 7 Requires at least: 3.5 8 8 Tested up to: 4.8 9 Stable tag: 1.9. 69 Stable tag: 1.9.7 10 10 License: GPL2 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 84 84 85 85 == Changelog == 86 = 1.9.7 = 87 - Fix, Improve cached data checking 88 86 89 = 1.9.6 = 87 90 - Fix, WooCommerce Activation error
Note: See TracChangeset
for help on using the changeset viewer.