Plugin Directory

Changeset 2295483


Ignore:
Timestamp:
04/30/2020 03:24:11 PM (6 years ago)
Author:
milanmk
Message:

Release 1.15.3

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

Legend:

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

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

    r2294038 r2295483  
    5252    public function add_meta_box($post_type) {
    5353        $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 );
    5555
    5656        if (in_array($post_type, $post_types)) {
  • schema-app-structured-data-for-schemaorg/trunk/readme.txt

    r2294038 r2295483  
    88Requires at least: 3.7
    99Requires PHP: 5.4
    10 Tested up to: 5.3
    11 Stable tag: 1.15.2
     10Tested up to: 5.4
     11Stable tag: 1.15.3
    1212License: GPL2
    1313License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8787== Changelog ==
    8888
     89= 1.15.3 =
     90- Fix, hunch_schema_meta_box_post_types filter error
     91
    8992= 1.15.2 =
    9093- Improve, Added back global options for Post/Page schema markup
     
    407410== Upgrade Notice ==
    408411
    409 = 1.15.2 =
     412= 1.15.3 =
    410413- 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.