Changeset 2463078
- Timestamp:
- 01/26/2021 06:35:52 PM (5 years ago)
- Location:
- schema-breadcrumbs
- Files:
-
- 6 added
- 2 edited
-
tags/1.8.2 (added)
-
tags/1.8.2/WDPanelAdmin.css (added)
-
tags/1.8.2/WDPanelAdmin.php (added)
-
tags/1.8.2/readme.txt (added)
-
tags/1.8.2/schema-breadcrumbs.php (added)
-
tags/1.8.2/script_link.png (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/schema-breadcrumbs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
schema-breadcrumbs/trunk/readme.txt
r2460472 r2463078 5 5 Requires at least: 2.2 6 6 Tested up to: 5.6 7 stable tag: 1.8. 17 stable tag: 1.8.2 8 8 9 9 Very easily add breadcrumbs to your site with valid Schema Breadcrumb Markup, this plugin is also a drop-in replacement for RDFa Breadcrumb, just install this and deactivate RDFa Breadcrumb. … … 31 31 32 32 == Changelog == 33 34 = 1.8.2 = 35 * Fixes 33 36 34 37 = 1.8 = -
schema-breadcrumbs/trunk/schema-breadcrumbs.php
r2460472 r2463078 3 3 Plugin URI: http://webdesires.co.uk 4 4 Description: Outputs a fully Schema valid breadcrumb 5 Version: 1.8. 15 Version: 1.8.2 6 6 Author: Dean Williams 7 7 Author URI: http://deano.me … … 757 757 "@id": "'.$actual_link.'", 758 758 "url": "'.$actual_link.'", 759 "name": " 1'.get_the_title().'"759 "name": "'.get_the_title().'" 760 760 } 761 761 }';
Note: See TracChangeset
for help on using the changeset viewer.