Skip to content

Releases: dshanske/indieweb-post-kinds

Version 3.0.5

06 May 21:20
Compare
Choose a tag to compare

Add JSONFeed and Privacy enhancements

Version 3.0.3

14 Apr 15:28
Compare
Choose a tag to compare
  • Update PHP-MF2 and add HTML5 parser
  • Add support for checkedin-by property to parser
  • Add ate and drank properties to post kind discovery
  • Initial support for media files locally
  • Update Kind Archive and Description Display to support multiple terms passed through( example.com/kind/checkin,photo ) See notes on unsupported WordPress status( https://core.trac.wordpress.org/ticket/34587 )
  • Restore post type discovery behavior to note as testing seems to work now
  • Reserve acquisition kind per request @chrisaldrich and assign icon
  • Add hidden link with u-url to rich embeds in order to parse correctly

Version 3.0.0

24 Feb 23:04
Compare
Choose a tag to compare
  • Redo metabox into new more dynamic function
  • Move metabox to default above editor
  • Hide metabox when note or article is selected
  • Show RSVP only when RSVP option is selected
  • Show Duration and Start End only on appropriate kinds
  • Add Duration selection
  • Automatically retrieve details when URL box is updated allowing button to be removed
  • Validate URL in box client-side
  • Reserve question and sleep kind
  • Activate Issue Kind due Github publish support added to Bridgy
  • Override WordPress functionality to protect against empty posts if kind metadata is present
  • Split time related functions into their own global function file
  • Remove old tab templates and replace with new templates for dynamic functioning
  • Switch to dependency management for JS includes with npm
  • Remove/consolidate admin JS

Version 2.7.6

23 Dec 18:50
Compare
Choose a tag to compare

Template improvements and misc fixes

Version 2.7.2

01 Dec 03:31
Compare
Choose a tag to compare

Bugfixes for 2.7.0

Version 2.6.6

21 Oct 15:02
Compare
Choose a tag to compare

Bug fixes and refactoring based on PHPCS

Version 2.6.1

17 Jun 07:47
Compare
Choose a tag to compare
    = Version 2.6.1 =
            * Fix photo template
            * Add audio and video kind.
            * Reserve event and issue kind.
            * Fix overbroad u-photo.
    = Version 2.6.0 =
            * Remove h-as properties
            * Add basic templates for some different kinds
            * Improve duration display
            * If post_ID not passed to display function will use get_the_ID
            * Remove mf2 CSS from being styled
            * Allow for child themes to add kind templates
            * Photo post will now use either featured image or gallery of attached media automatically.

Version 2.5.2

14 Apr 17:49
Compare
Choose a tag to compare
    = Version 2.5.2 =
            * Generation of strings being moved from individual functions to one unified function to make management easier
            * Description now appears on Archives
            * Description now appears on settings page
            * Adding of `kind-type` css class only to posts
            * Enhance setting of kind based on micropub properties
            * Only set post format on initial save not subsequent ones
    = Version 2.5.1 =
            * Fix bug hiding metabox
            * Add drop down filter for Kinds to View Posts

Version 2.5.0

05 Mar 06:07
Compare
Choose a tag to compare
  • Parsing code now rewritten to add Parse This class based on Press This parsing code
  • MF2 parsing code rewritten and consolidated - future improvements coming
  • Link Preview class now supports AJAX over REST API instead of admin-ajax
  • Start/End and Published/Updated Separated in UI
  • Duration is calculated and saved when post is saved based on start and end dates
  • RSVP property created and the RSVP kind now available as an option
  • Tags now an option for a reply-context and will be displayed as hashtags in future.
  • Facebook manual embed code removed as Facebook is now supported by WordPress as of 4.7 for embeds
  • Google Plus manual embed code removed even though Google Plus is not supported mostly because did not wish to maintain as sole exception
  • Add whitelist - oembed will only be used if one of the officially whitelisted sites is there(Filter Available). Otherwise it will use the link-preview generation. Option to disable.
  • Set default post format based on post kind.
  • Redoing of options and removal of option to remove post formats support and theme compat
  • Update help description
  • Fix Mood SVG
  • Cleanup and removal of older code

Version 2.4.4

13 Feb 04:33
Compare
Choose a tag to compare
  • Simplify coding standards issues
  • Update settings
  • Add quote kind ( props @miklb )
  • Enhance parsing code in preparation for more enhancement