Changeset 1806407
- Timestamp:
- 01/20/2018 09:11:38 PM (8 years ago)
- Location:
- schema-app-structured-data-for-schemaorg/trunk
- Files:
-
- 3 edited
-
hunch-schema.php (modified) (1 diff)
-
lib/SchemaServer.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
schema-app-structured-data-for-schemaorg/trunk/hunch-schema.php
r1806006 r1806407 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. 37 * Version: 1.9.4 8 8 * Author: Hunch Manifest 9 9 * Author URI: https://www.hunchmanifest.com -
schema-app-structured-data-for-schemaorg/trunk/lib/SchemaServer.php
r1806006 r1806407 78 78 } 79 79 80 set_transient( $transient_id, $schemadata, 86400 );81 80 } 82 81 82 set_transient( $transient_id, $schemadata, 86400 ); 83 83 84 84 return $schemadata; -
schema-app-structured-data-for-schemaorg/trunk/readme.txt
r1806006 r1806407 7 7 Requires at least: 3.5 8 8 Tested up to: 4.8 9 Stable tag: 1.9. 39 Stable tag: 1.9.4 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.4 = 87 - Fix, caching when no Schema App data found 88 86 89 = 1.9.3 = 87 90 - Improve, switch remote schema lookup to faster Schema Delivery Network (CDN)
Note: See TracChangeset
for help on using the changeset viewer.