Skip to content

Releases: MintCondition/site-config-json-api

0.5.1 - Minor fix

Choose a tag to compare

@MintCondition MintCondition released this 31 May 22:32

Minor fix to resolve namespace related debug.log entries.

0.5.0 - Multiple endpoints and AI instructions

Choose a tag to compare

@MintCondition MintCondition released this 29 May 14:13

Major changes.

Added

Main Endpoint: Includes dynamic instructions with the API key.
Post Type List Endpoint: Provides an overview of all post types available in the WordPress installation.
Post Type Detail Endpoint: Delivers detailed information about a specific post type.
ACF or Meta Fields Endpoint: Lists all custom meta fields registered with the system, including origin and
association.
Users Endpoint: Provides a count of users by role.
Plugins Endpoint: Lists currently installed plugins with their version numbers and active status.
Theme List Endpoint: Lists all installed themes, indicating if they are active and if they are
child themes (with parent theme information).

Improved

Main endpoint now includes a prompt to the AI explaining what they are being given and how to access
other endpoints. Also dynamically includes the provided API key so it can generate endpoint URLs.

Notes

API key is now dynamically included in the instructions message.
Each endpoint requires the API key to be passed as a URL parameter for authentication.

0.2.3

Choose a tag to compare

@MintCondition MintCondition released this 27 May 19:25

Added limits to API Keys (5), and made links to copy key and link directly to the endpoint.

0.1.1 - Remove Debug Code

Choose a tag to compare

@MintCondition MintCondition released this 27 May 18:27

Removed code flooding the debug.log.

0.1.0 - Endpoint Functionality

Choose a tag to compare

@MintCondition MintCondition released this 27 May 18:03

Added the core Endpoint Functionality

0.0.3 - Version bump

Choose a tag to compare

@MintCondition MintCondition released this 27 May 17:57
Version change to test updater

0.0.2 - Update Checker

Choose a tag to compare

@MintCondition MintCondition released this 27 May 17:51

Adds Update Checker