Plugin Name: Blockr Helper Plugin
Description: This helper plugin is meant to use with Blockr Photo App to extend some the native REST API functions in WordPress
Version: 1.0.6
Requires PHP: 7.4
Author: Henri Tikkanen
Author URI: https://github.com/henritik/
License: License: GPLv2
Tested up to: WordPress 6.4.1
This tiny helper plugin is meant to use with my Blockr Vue App to extend native Rest API and some other functionalities on the WordPress side.
Also an another plugin called Attachment Taxonomies by Felix Arntz is required (version 1.2.0 or newer) to ensure that Blockr Vue App works properly. Optionally, a plugin called Media Library Assistant by David Lingren can be very useful when there is need to handle bigger amount of photos.
When you want to use OriginStamp timestamping service to proof the originality of your photos, please also check this plugin: OriginStamp attachments for WordPress
- Download zipped plugin files.
- Visit Plugins > Add New > Upload Plugin, search the zip file from your computer and click Install Now.
- Activate the plugin.
In order to update the plugin form an earlier version, please do the installation steps 1-2 and allow WordPress to replace existing files.
- Returned accidentally removed REST API route for category image
- Some unnecessary REST API functions removed due to major changes in the Attachment Taxonomies WordPress plugin (versions older than 1.2.0 are no longer supported)
- Added permission callbacks for REST routes
- Tested with WP 6.4.1
- Some minor fixes and cleaning
- Attachment taxonomy data added in search results response
- Changes on Rest route for search media
- Changed attachment taxonomy images to be medium size thumbnails
- Some other minor changes
- Minor fixes
- Initial release