Changeset 2538420
- Timestamp:
- 05/27/2021 08:30:52 AM (5 years ago)
- Location:
- jsonld-semantic-tags/trunk
- Files:
-
- 3 edited
-
classes/ST_Taxonomy.php (modified) (2 diffs)
-
jsonld-semantic-tags.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jsonld-semantic-tags/trunk/classes/ST_Taxonomy.php
r2464564 r2538420 432 432 $html = ''; 433 433 ob_start(); 434 if ($semantictag_term_meta_link != '') { 434 435 ?> 435 436 <script type="application/ld+json"> … … 444 445 <? 445 446 $html = ob_get_clean(); 447 } 446 448 447 449 return $html; -
jsonld-semantic-tags/trunk/jsonld-semantic-tags.php
r2464564 r2538420 5 5 Plugin Name: JSONLD Semantic Tags 6 6 Description: Allows you to create semantic tags for posts and pages. 7 Version: 1.1. 17 Version: 1.1.2 8 8 Author: Dean Williams 9 9 License: GPL2 -
jsonld-semantic-tags/trunk/readme.txt
r2464564 r2538420 2 2 3 3 Plugin Name: JSONLD Semantic Tags 4 Version: 1.1. 04 Version: 1.1.2 5 5 Author: Dean Williams 6 6 Author URI: https://webdesires.co.uk 7 7 Requires at least: 3.0 8 8 Tested up to: 5.3 9 Stable tag: 1.1. 19 Stable tag: 1.1.2 10 10 Contributors: Dean Williams, Adamidis Athanasios 11 11 Tags: semantic, tag, semantic web, tagging, jsonld, citation … … 115 115 116 116 117 = 1.1.2 = 118 119 * tags not visible if url is not set. 120 117 121 = 1.1.0 = 118 122
Note: See TracChangeset
for help on using the changeset viewer.