Plugin Directory

Changeset 2463078


Ignore:
Timestamp:
01/26/2021 06:35:52 PM (5 years ago)
Author:
deano1987
Message:

fixes

Location:
schema-breadcrumbs
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • schema-breadcrumbs/trunk/readme.txt

    r2460472 r2463078  
    55Requires at least: 2.2
    66Tested up to: 5.6
    7 stable tag: 1.8.1
     7stable tag: 1.8.2
    88
    99Very 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.
     
    3131
    3232== Changelog ==
     33
     34= 1.8.2 =
     35* Fixes
    3336
    3437= 1.8 =
  • schema-breadcrumbs/trunk/schema-breadcrumbs.php

    r2460472 r2463078  
    33Plugin URI:   http://webdesires.co.uk
    44Description:  Outputs a fully Schema valid breadcrumb
    5 Version:      1.8.1
     5Version:      1.8.2
    66Author:       Dean Williams
    77Author URI:   http://deano.me
     
    757757                                "@id": "'.$actual_link.'",
    758758                                    "url": "'.$actual_link.'",
    759                                 "name": "1'.get_the_title().'"
     759                                "name": "'.get_the_title().'"
    760760                                }
    761761                            }';
Note: See TracChangeset for help on using the changeset viewer.