Skip to content

Releases: bordoni/ai-prompts-library

Version: 1.0.1

08 Oct 04:49
1.0.1
f769125

Choose a tag to compare

Changes

Documentation

  • Added comprehensive docblocks with @since 1.0.0 tags to all PHP classes, methods, and functions
  • Added JSDoc documentation to all JavaScript files

Maintenance

  • Updated pup dependency to download as phar file instead of Composer package
  • Removed deprecated --no-suggest flag from GitHub Actions workflow

Version: 1.0.0

08 Oct 02:41
1.0.0
574d00e

Choose a tag to compare

Initial Release

AI Prompts Library is a WordPress plugin to create, organize, and reuse AI prompts with advanced management features.

Features

  • Custom Post Type - Dedicated post type for managing AI prompts
  • Compatibility Taxonomy - Tag prompts with compatible AI tools (Claude, ChatGPT, Cursor, etc.)
  • Custom Gutenberg Block - Block for displaying and editing prompt content with dual-mode behavior
  • Copy to Clipboard - Easy one-click copying of prompts from the block toolbar
  • Import/Export - Backup and share prompts via JSON format
  • REST API - Programmatic access to your prompts
  • Advanced Search - Search across prompt titles and content
  • Character/Word Count - Automatic tracking of prompt statistics
  • Block Bindings API - Seamless integration with WordPress 6.7+ Block Bindings

Requirements

  • WordPress 6.7 or higher
  • PHP 7.4 or higher

Installation

Download the ZIP file from this release and install it through the WordPress admin panel.

For more information, visit the GitHub repository.