Plugin Directory

Changeset 2538420


Ignore:
Timestamp:
05/27/2021 08:30:52 AM (5 years ago)
Author:
deano1987
Message:

1.1.2

  • tags not visible if url is not set.
Location:
jsonld-semantic-tags/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • jsonld-semantic-tags/trunk/classes/ST_Taxonomy.php

    r2464564 r2538420  
    432432            $html = '';
    433433            ob_start();
     434            if ($semantictag_term_meta_link != '') {
    434435            ?>
    435436            <script type="application/ld+json">
     
    444445            <?
    445446            $html = ob_get_clean();
     447            }
    446448
    447449            return $html;
  • jsonld-semantic-tags/trunk/jsonld-semantic-tags.php

    r2464564 r2538420  
    55Plugin Name:  JSONLD Semantic Tags
    66Description:  Allows you to create semantic tags for posts and pages.
    7 Version:      1.1.1
     7Version:      1.1.2
    88Author:       Dean Williams
    99License:      GPL2
  • jsonld-semantic-tags/trunk/readme.txt

    r2464564 r2538420  
    22
    33Plugin Name: JSONLD Semantic Tags
    4 Version: 1.1.0
     4Version: 1.1.2
    55Author: Dean Williams
    66Author URI: https://webdesires.co.uk
    77Requires at least: 3.0
    88Tested up to: 5.3
    9 Stable tag: 1.1.1
     9Stable tag: 1.1.2
    1010Contributors: Dean Williams, Adamidis Athanasios
    1111Tags: semantic, tag, semantic web, tagging, jsonld, citation
     
    115115
    116116
     117= 1.1.2 =
     118
     119* tags not visible if url is not set.
     120
    117121= 1.1.0 =
    118122
Note: See TracChangeset for help on using the changeset viewer.