diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a69097..a83b241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ All notable changes to this project should be documented both here and in the main Readme files. +#### [0.1.9] - 2025-04-18 +#### Changed +- Alphabetized AI IDE list in README.md + #### [0.1.8] - 2025-04-19 #### Added - More informative badges to README.md (Build Status, Requirements, WP.org placeholders, Release, Issues, Contributors, Wiki). diff --git a/README.md b/README.md index ee59791..923fdfe 100644 --- a/README.md +++ b/README.md @@ -241,15 +241,15 @@ Contributions are welcome! Please feel free to submit a Pull Request. This repository is configured to work with various AI-powered development tools. You can use any of the following AI IDEs to contribute to this project: - [Augment Code](https://www.augmentcode.com/) - AI-powered coding assistant -- [Cursor](https://cursor.com/) - AI-first code editor -- [v0](https://v0.dev/) - AI-powered design and development tool -- [Windsurf](https://www.windsurf.com/) - AI coding assistant -- [Cline](https://cline.bot/) - AI terminal assistant -- [Roo Code](https://roocode.com/) - AI pair programmer -- [Loveable](https://lovable.dev/) - AI development environment - [Bolt](https://www.bolt.new/) - AI-powered code editor +- [Cline](https://cline.bot/) - AI terminal assistant - [Cody](https://sourcegraph.com/cody) - Sourcegraph's AI coding assistant - [Continue](https://continue.dev/) - Open-source AI coding assistant +- [Cursor](https://cursor.com/) - AI-first code editor +- [Loveable](https://lovable.dev/) - AI development environment +- [Roo Code](https://roocode.com/) - AI pair programmer +- [v0](https://v0.dev/) - AI-powered design and development tool +- [Windsurf](https://www.windsurf.com/) - AI coding assistant The repository includes configuration files for all these tools to ensure a consistent development experience. @@ -278,6 +278,9 @@ For more information on Git Updater integration, see the [Git Updater Required H ## Changelog +### 0.1.9 +* Changed: Alphabetized AI IDE list. + ### 0.1.8 * Added: More informative badges (Build Status, Requirements, WP.org placeholders, Release, Issues, Contributors, Wiki). diff --git a/composer.json b/composer.json index f998e8a..2872531 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "wpallstars/wp-plugin-starter-template-for-ai-coding", - "description": "A comprehensive starter template for WordPress plugins with best practices for AI-assisted development.", + "description": "A starter template for WordPress plugins with AI development workflows.", "type": "wordpress-plugin", - "version": "0.1.8", + "version": "0.1.9", "license": "GPL-2.0-or-later", "authors": [ { diff --git a/package.json b/package.json index f3b44f2..19f2677 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-plugin-starter-template-for-ai-coding", - "version": "0.1.8", + "version": "0.1.9", "description": "A comprehensive starter template for WordPress plugins with best practices for AI-assisted development.", "main": "index.js", "scripts": { diff --git a/readme.txt b/readme.txt index 62d2ca4..5b6c2e8 100644 --- a/readme.txt +++ b/readme.txt @@ -3,10 +3,10 @@ Contributors: wpallstars Donate link: https://www.wpallstars.com/ Tags: starter, template, boilerplate, plugin development, ai coding Requires at least: 5.0 -Tested up to: 6.4 -Requires PHP: 7.0 -Stable tag: 0.1.8 -License: GPL-2.0+ +Tested up to: 6.5 +Requires PHP: 7.4 +Stable tag: 0.1.9 +License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html A comprehensive starter template for WordPress plugins with best practices for AI-assisted development. @@ -205,6 +205,9 @@ npm run multisite == Changelog == += 0.1.9 = +* Changed: Alphabetized AI IDE list in README.md + = 0.1.8 = * Added: More informative badges to README.md (Build Status, Requirements, WP.org placeholders, Release, Issues, Contributors, Wiki). @@ -248,8 +251,11 @@ npm run multisite == Upgrade Notice == += 0.1.9 = +Alphabetized the list of recommended AI IDEs in README.md for better readability. + = 0.1.8 = -Added more informative badges to the plugin's README file. +Added several informative badges to README.md for better project visibility (Build Status, Requirements, WP.org placeholders, Release, Issues, Contributors, Wiki link). = 0.1.7 = Fixed GitHub Actions tests workflow and improved workflow names for better clarity. diff --git a/wiki/Changelog.md b/wiki/Changelog.md index 0a69097..23f3823 100644 --- a/wiki/Changelog.md +++ b/wiki/Changelog.md @@ -1,5 +1,11 @@ +# Changelog + All notable changes to this project should be documented both here and in the main Readme files. +#### [0.1.9] - 2025-04-18 +#### Changed +- Alphabetized AI IDE list in README.md + #### [0.1.8] - 2025-04-19 #### Added - More informative badges to README.md (Build Status, Requirements, WP.org placeholders, Release, Issues, Contributors, Wiki). diff --git a/wp-plugin-starter-template.php b/wp-plugin-starter-template.php index 54b78f4..4306acf 100644 --- a/wp-plugin-starter-template.php +++ b/wp-plugin-starter-template.php @@ -3,7 +3,7 @@ * Plugin Name: WordPress Plugin Starter Template * Plugin URI: https://www.wpallstars.com * Description: A comprehensive starter template for WordPress plugins with best practices for AI-assisted development. - * Version: 0.1.8 + * Version: 0.1.9 * Author: Your Name & The WPALLSTARS Team * Author URI: https://www.wpallstars.com * License: GPL-2.0+ @@ -35,4 +35,4 @@ if ( ! defined( 'WPINC' ) ) { require_once plugin_dir_path( __FILE__ ) . 'includes/class-plugin.php'; // Initialize the plugin. -new WPALLSTARS\PluginStarterTemplate\Plugin( __FILE__, '0.1.8' ); +new WPALLSTARS\PluginStarterTemplate\Plugin( __FILE__, '0.1.9' );