Releases: Parsely/wp-parsely
Releases · Parsely/wp-parsely
1.14
- Updates AMP analytics implementation
- Adds ability to use a horizontal layout of the widget (for page footers)
- Adds itm campaign parameters to widget links for tracking performance
- Adds option to use original or resized thumbnail in widget
- Improves handling of missing taxonomy terms and other data
- Improves post status check
- Code cleanup to conform to WordPress VIP standards
Thanks to @davisshaver, @harrisdavid, and @srtfisher for the community contributions!
1.13.1
Small linting fixes and correct tag stripping
1.13
- makes amp integration optional
- adds support for publisher logo information
1.12.5
Fixes a bug in displaying dropdown menus on the setting page
1.12.4
Uses proper escaping functions as recommended by WordPress VIP review
1.12.3
Combine the php code snippets into one
1.12.2
Linter fixes and suggestions from WordPress VIP reviewers
1.12.1
- Some themes somehow set the frontpage's 2nd post as the canonical URL; this adds an explicit
is_archive
andis_frontpage
check to prevent the plugin from using that erroneous post metadata.
1.12
- Adds ability to use repeated meta tags instead of ld+json tags for metadata
- Code cleanup to conform to WordPress VIP standards
- Minor bugfixes