Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Releases: alleyinteractive/wp-irving

0.12.0

29 Sep 16:53
Compare
Choose a tag to compare
  • Update: Frequency of Coral comment count cron to every 5 minutes (#345)
  • Add: Action hook for logging Pico API errors (#346)
  • Fix: Registration of Coral user post type (#350)
  • Update: Modify Coral setup to help accommodate avatar implementation (#351)
  • Add: Support for Jetpack's Site Verification Tools module (#353)
  • Fix: Don't camel case CSS custom properties (#354)
  • Add: Coral comment count threshold setting (#355)
  • Update: Refactor application passwords integration (#348)
  • Fix: Incorrect dockblock types (#349)

0.11.0

29 Jul 19:43
cf2c78b
Compare
Choose a tag to compare
  • Fix: Allow filter to handle generic objects instead of WP_Term objects (#340)
  • Add: Ability to fetch Coral comment counts for posts via cron and related component (#341)
  • Add: Support for additional Coral config and account for API fetch limit of 25 (#342)
  • Fix: Only update story URL in Coral for posts (#343)

0.10.0

14 Jul 16:00
Compare
Choose a tag to compare
  • Fix: Handle question mark edge case in usernames (#333)
  • Update: Refactor Post List to deduplicate posts more performantly (#335)
  • Update: Improve Coral integration to account for permalink modifications (#336)
  • Fix: Filter content type for Coral email (#337)
  • Fix: Only send Story ID for published posts (#338)

0.10.0 RC1

14 Jul 15:58
Compare
Choose a tag to compare
0.10.0 RC1 Pre-release
Pre-release
  • Fix: Handle question mark edge case in usernames (#333)
  • Update: Refactor Post List to deduplicate posts more performantly (#335)
  • Update: Improve Coral integration to account for permalink modifications (#336)
  • Fix: Filter content type for Coral email (#337)
  • Fix: Only send Story ID for published posts (#338)

0.9.0

12 May 23:07
Compare
Choose a tag to compare
  • Fix: Update the site theme to work for child themes
  • Fix: Remove check for page context in block library styles
  • Fix: Update New Relic integration to better typecast
  • Add: Integrate Application Passswords
  • Add: Initial support for FB Instant Articles
  • Fix: Bypass auth errors and return unauthenticated data if app pass is incorrect
  • Add: Display a message to users with an invalid auth token
  • Fix: Update WP Irving integration to only delete Irving app passwords
  • Remove: Feat/deprecate theme options

0.9.0 RC1

12 May 22:55
Compare
Choose a tag to compare
0.9.0 RC1 Pre-release
Pre-release
  • Fix: Update the site theme to work for child themes
  • Fix: Remove check for page context in block library styles
  • Fix: Update New Relic integration to better typecast
  • Add: Integrate Application Passswords
  • Add: Initial support for FB Instant Articles
  • Fix: Bypass auth errors and return unauthenticated data if app pass is incorrect
  • Add: Display a message to users with an invalid auth token
  • Fix: Update WP Irving integration to only delete Irving app passwords
  • Remove: Feat/deprecate theme options

0.8.0

25 Jan 16:25
Compare
Choose a tag to compare

Changelog

  • Add: Display a Welcome to Irving message when template files do not exist (#305)
  • Fix: Ensure children site-menu items are appended, not overwritten (#306)
  • Fix: Update recursive site theme loop so non-string values are skipped (#309)
  • Fix: Update site-menu component to allow explicitly setting the menu name (#307)
  • Fix: Cache full site theme value to improve performance (#310)
  • Add: Add script for drafting changelogs (#304)
  • Update: Update Pico staging URL in our integration (#311)
  • Fix: Decode HTML entities for title in social sharing component (#312)

0.7.0

15 Dec 14:57
Compare
Choose a tag to compare

Changelog

  • Add: CODEOWNERS file to the repo (#291)
  • Add: Implement redirect logic for old post slugs (#295)
  • Add: Support setting the theme in the component config object (#296)
  • Add: Backend functionality of new Parse.ly component (#297)
  • Fix: Don't unset theme config for the site-theme component (#298)
  • Update: Make Jetpack script async and deferred (#299)
  • Add: Ability to disable camel casing via filter (#300)
  • Update: Optimize Travis-CI builds (#301)
  • Fix: Ensure nonexistent URLs return a 404 (#302)
  • Fix: Ability to override theme in a config callback (#303)

0.6.0

13 Nov 19:02
a0b7379
Compare
Choose a tag to compare

Changelog

  • Add irving/template-part component (#281)
  • Fix redirects and improve performance (#283)
  • Update AMP integration (#284)
  • Update Alley Coding Standards (#285)
  • Update Localize sitetheme when enqueueing editor styles (#286)
  • Update caching in the Coral integration (#287)
  • Change default branch from 'master' to 'main' (#288)
  • Improve handling of empty paths by the component API (#289)
  • Fix WPCom Legacy Redirector integration (#290)
  • Add default analytics data to components (#276)
  • Add multi-key context support (#292)
  • Update Travis configuration (#293)

0.5.1

15 Oct 15:52
Compare
Choose a tag to compare

Changelog

  • Update: Change coding standard to Alley Interactive #285