Releases: dshanske/indieweb-post-kinds
Version 2.4.3
Minor Fixes to support changes in Micropub. Full support will require more work.
Version 2.4.2
- Fix text domain
- Compatibility check for 4.6
- Change default to article from note, per commentary.
Version 2.4.1
= Version 2.4.1 =
* Fix error where Twitter shim is not loaded if other version of MF2 Parser is loaded
* Reserve Recipe per Request
* Removed the word travel and replaced with trip and itinerary...(idea from @aaronpk).
Version 2.4.0
= Version 2.4.0 =
* Refactor to initialize classes in new plugin loading class
* Remove additional global functions
* Switch from inline SVG to an SVG sprite
* Switch icons back to new Genericon svg icon set with supplements from FontAwesome
* Switch like to a heart to be in line with current thinking on this
* Views now use a function that looks for a directory called kind_views in the theme in the event any theme wants to customize display kinds
* Mood was added as a reserved kind per request @acegiak
* Made some adjustments to the meta parsing to improve results
Version 2.3.7
Bug Fixes
Version 2.3.5
* Remove comment transition action in favor of proposing it be moved into webmentions plugin
* Replace send webmentions code with a hook
* Add PHP docblocks to php-mf-cleaner
* Update to latest version of MF2 Parser
* Theme Compatibility CSS separated from Basic CSS and Admin CSS again
* Remove helper functions no longer used
Version 2.3.4
= Version 2.3.4 =
* The CSS included with Post Kinds hides entry-title by default where applicable for non-aware themes.
* Attempted to fix reported issue with wrong URL being sent webmention
* Fix error with emoji decode test backcompat
* Separate parsing code into separate class
* Retire separate OGP Parser in favor of simpler built in code
Version 2.3.3
Since last release
= Version 2.3.3 =
* Fix issue with improper microformats generating bad parsed results.
* Add default kind option
* Change how plugin handles default options by adding Defaults function
* Bug fix by acegiak to content protection override
* Feature added by acegiak to set default kind if no kind is set when post is saved
* Add post_id to filter kind_response_display
* When retrieving information on a URL, set the title to the title of the URL if no title is set
* Add kindurl query variable to admin. If you add it to wp-admin/post-new.php with a URL then it will automatically put that URL in the URL box. For use by bookmarklets
= Version 2.3.2 =
* Fix rendering issues when no response
* Add support for Indieweb Plugin
* Special rendering for excerpts
= Version 2.3.1 =
* Changed method of retrieving svg files due server restrictions
* Jquery Date and Time Picker now enables when HTML5 input date/time not supported
Version 2.3.0
* Attempt to fix emoji issue reported by @acegiak
* Duration to be deprecated and replaced by start date and end date. The presence of a duration field will be used over start minus
end date..
* Start/Published Date and End/Updated Date have an updated input field instead of a text string
* Response caching removed due limited utility
* Removal of older code in favor of new templating system for each kind. Have tried this before, but really want to make it work.
* Font icon replaced with SVG icons.
* Retrieve button now generates an alert if the URL box is blank or does not have a URL.
* Start of help system
* Hooks for possible future author data to be stored/retrieved from a nicknames cache
* Activation of the jam post kind, previously reserved.
* Addition of the read post kind, reflecting having read a book, as opposed to shorter content.
* Reserving of the quote post kind, for excerpting. Will be added in future version
Version 2.2.0
* New Tabbed Metabox - More Fields are Always Desired and this new design
allows for more fields to be added without overwhelming the interface
* AJAX Enabled Retrieve Function instead of Automatic Retrieval
* New Fields for Citation (Published, Updated, Featured Image)