Changeset 2295483
- Timestamp:
- 04/30/2020 03:24:11 PM (6 years ago)
- Location:
- schema-app-structured-data-for-schemaorg
- Files:
-
- 26 added
- 3 edited
-
tags/1.15.3 (added)
-
tags/1.15.3/css (added)
-
tags/1.15.3/css/schemaStyle.css (added)
-
tags/1.15.3/data (added)
-
tags/1.15.3/data/tree.jsonld (added)
-
tags/1.15.3/hunch-schema.php (added)
-
tags/1.15.3/js (added)
-
tags/1.15.3/js/schema.js (added)
-
tags/1.15.3/js/schemaAdmin.js (added)
-
tags/1.15.3/js/schemaEditor.js (added)
-
tags/1.15.3/lib (added)
-
tags/1.15.3/lib/HunchSchema (added)
-
tags/1.15.3/lib/HunchSchema/Author.php (added)
-
tags/1.15.3/lib/HunchSchema/Blog.php (added)
-
tags/1.15.3/lib/HunchSchema/Category.php (added)
-
tags/1.15.3/lib/HunchSchema/Page.php (added)
-
tags/1.15.3/lib/HunchSchema/Post.php (added)
-
tags/1.15.3/lib/HunchSchema/Search.php (added)
-
tags/1.15.3/lib/HunchSchema/Tag.php (added)
-
tags/1.15.3/lib/HunchSchema/Thing.php (added)
-
tags/1.15.3/lib/SchemaEditor.php (added)
-
tags/1.15.3/lib/SchemaFront.php (added)
-
tags/1.15.3/lib/SchemaServer.php (added)
-
tags/1.15.3/lib/SchemaSettings.php (added)
-
tags/1.15.3/lib/classmap.php (added)
-
tags/1.15.3/readme.txt (added)
-
trunk/hunch-schema.php (modified) (1 diff)
-
trunk/lib/SchemaEditor.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
schema-app-structured-data-for-schemaorg/trunk/hunch-schema.php
r2294038 r2295483 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.15. 27 * Version: 1.15.3 8 8 * Author: Hunch Manifest 9 9 * Author URI: https://www.hunchmanifest.com -
schema-app-structured-data-for-schemaorg/trunk/lib/SchemaEditor.php
r2294038 r2295483 52 52 public function add_meta_box($post_type) { 53 53 $post_types = array('post', 'page'); //limit meta box to certain post types 54 $post_types = apply_filters( 'hunch_schema_meta_box_post_types', $post_type , $post_types);54 $post_types = apply_filters( 'hunch_schema_meta_box_post_types', $post_types, $post_type ); 55 55 56 56 if (in_array($post_type, $post_types)) { -
schema-app-structured-data-for-schemaorg/trunk/readme.txt
r2294038 r2295483 8 8 Requires at least: 3.7 9 9 Requires PHP: 5.4 10 Tested up to: 5. 311 Stable tag: 1.15. 210 Tested up to: 5.4 11 Stable tag: 1.15.3 12 12 License: GPL2 13 13 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 87 87 == Changelog == 88 88 89 = 1.15.3 = 90 - Fix, hunch_schema_meta_box_post_types filter error 91 89 92 = 1.15.2 = 90 93 - Improve, Added back global options for Post/Page schema markup … … 407 410 == Upgrade Notice == 408 411 409 = 1.15. 2=412 = 1.15.3 = 410 413 - Added back global options for Post/Page schema markup, CPT filter for schema metabox, Vimeo private video issue
Note: See TracChangeset
for help on using the changeset viewer.