Plugin Directory

Changeset 3391909


Ignore:
Timestamp:
11/07/2025 06:34:38 PM (4 months ago)
Author:
amanstacker
Message:

Version 1.0.24 Schema Package released

Location:
schema-package
Files:
57 added
3 edited

Legend:

Unmodified
Added
Removed
  • schema-package/trunk/admin/includes/properties.php

    r3387212 r3391909  
    608608        ],
    609609        'image' => [                                                     
    610             'label'       => 'Images',                   
     610            'label'       => 'Image',                   
    611611            'type'        => 'media',
    612612            'multiple'    => true,
     
    27392739
    27402740                case 'videoobject':
    2741 
    2742                     $image['label']    = 'Thumbnail Images';
     2741                   
    27432742                    $hours['label']    = 'Duration ( Hours )';
    27442743                    $minutes['label']  = 'Duration ( minutes )';
     
    27592758                            'content_url'      => $content_url,
    27602759                            'embed_url'        => $embed_url,
     2760                            'thumbnail_url'    => [                                                     
     2761                                    'label'       => 'Thumbnail URL',                   
     2762                                    'type'        => 'media',                                   
     2763                                    'multiple'    => false,
     2764                                    'value'       => [],
     2765                                    'recommended' => true,
     2766                                    'display'     => false,
     2767                                    'tooltip'     => 'An image of the item. This can be a URL or a fully described ImageObject.'
     2768                            ],
    27612769                            'upload_date'      => $upload_date,
    27622770                            'hours'            => $hours,
    27632771                            'minutes'          => $minutes,
    27642772                            'seconds'          => $seconds,
    2765                             'in_language'       => $in_language,
     2773                            'in_language'      => $in_language,
    27662774                            'image'            => $image,                           
    27672775                            'author_type'      => $author_type,
  • schema-package/trunk/readme.txt

    r3387212 r3391909  
    66Requires at least: 5.0
    77Tested up to: 6.8
    8 Stable tag: 1.0.23
     8Stable tag: 1.0.24
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    524524== Changelog ==
    525525
     526= 1.0.24 =
     527
     528* Fixed: Missing thumbnailUrl property in VideoObject schema.
     529* Fixed: Undefined variable.
     530* Added: Missing tooltip for few options.
     531
     532
    526533= 1.0.23 =
    527534
  • schema-package/trunk/schema-package.php

    r3387212 r3391909  
    33Plugin Name: Schema Package - Structured Data & Rich Snippets Tool for SEO
    44Description: Helps website owners automate and add versatile schema markup to their websites, enabling more informative and visually appealing search results.
    5 Version: 1.0.23
     5Version: 1.0.24
    66Text Domain: schema-package
    77Author: amanstacker
     
    1313if ( ! defined( 'ABSPATH' ) ) exit;
    1414
    15 define('SMPG_VERSION', '1.0.23');
     15define('SMPG_VERSION', '1.0.24');
    1616define('SMPG_DIR_NAME_FILE', __FILE__ );
    1717define('SMPG_DIR_NAME', dirname( __FILE__ ));
Note: See TracChangeset for help on using the changeset viewer.