Plugin Directory

Changeset 2285558


Ignore:
Timestamp:
04/17/2020 09:50:26 AM (6 years ago)
Author:
sweans
Message:

1.0.3

  • Bug Fixes
Location:
wp-covid-19-schema/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-covid-19-schema/trunk/readme.txt

    r2282400 r2285558  
    55Tested up to: 5.3
    66Requires PHP: 5.3
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.3
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    5252== Changelog ==
    5353
     54= 1.0.3 =
     55
     56* Bug Fixes
     57
    5458= 1.0.2 =
    5559
  • wp-covid-19-schema/trunk/wp-covid19-schema.php

    r2282400 r2285558  
    66 * Author URI: https://sweans.com
    77 * Description: WP COVID-19 Schema plugin adds a schema snippet in the WordPress websites of schools and hospitals to serve the specific purpose of announcements.
    8  * Version: 1.0.2
     8 * Version: 1.0.3
    99 * Text Domain: wp-covid-schema
    1010 * License: GPL3
     
    117117            '@context' => 'http://schema.org',
    118118            '@type' => 'SpecialAnnouncement',
    119             'name' => esc_html(get_option('swwpcs_name')),
    120             'text' => esc_html(get_option('swwpcs_text')),
    121             'datePosted' => esc_html(get_option('swwpcs_date_posted')),
    122             'url' => esc_html(get_option('swwpcs_article_url')),
     119            'name' => esc_html(get_option('swwpcs_testing_facility_announcement_name')),
     120            'text' => esc_html(get_option('swwpcs_testing_facility_desc_text')),
     121            'datePosted' => esc_html(get_option('swwpcs_testing_facility_date_posted')),
     122            'url' => esc_html(get_option('swwpcs_testing_facility_article_url')),
    123123            'category' => 'https://www.wikidata.org/wiki/Q81068910',
    124124            'about' => array(
Note: See TracChangeset for help on using the changeset viewer.