feat: Alphabetize AI IDE list and bump version to 0.1.9
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
All notable changes to this project should be documented both here and in the main Readme files.
|
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
|
#### [0.1.8] - 2025-04-19
|
||||||
#### Added
|
#### Added
|
||||||
- More informative badges to README.md (Build Status, Requirements, WP.org placeholders, Release, Issues, Contributors, Wiki).
|
- More informative badges to README.md (Build Status, Requirements, WP.org placeholders, Release, Issues, Contributors, Wiki).
|
||||||
|
|||||||
15
README.md
15
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:
|
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
|
- [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
|
- [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
|
- [Cody](https://sourcegraph.com/cody) - Sourcegraph's AI coding assistant
|
||||||
- [Continue](https://continue.dev/) - Open-source 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.
|
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
|
## Changelog
|
||||||
|
|
||||||
|
### 0.1.9
|
||||||
|
* Changed: Alphabetized AI IDE list.
|
||||||
|
|
||||||
### 0.1.8
|
### 0.1.8
|
||||||
* Added: More informative badges (Build Status, Requirements, WP.org placeholders, Release, Issues, Contributors, Wiki).
|
* Added: More informative badges (Build Status, Requirements, WP.org placeholders, Release, Issues, Contributors, Wiki).
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "wpallstars/wp-plugin-starter-template-for-ai-coding",
|
"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",
|
"type": "wordpress-plugin",
|
||||||
"version": "0.1.8",
|
"version": "0.1.9",
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "wp-plugin-starter-template-for-ai-coding",
|
"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.",
|
"description": "A comprehensive starter template for WordPress plugins with best practices for AI-assisted development.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
16
readme.txt
16
readme.txt
@@ -3,10 +3,10 @@ Contributors: wpallstars
|
|||||||
Donate link: https://www.wpallstars.com/
|
Donate link: https://www.wpallstars.com/
|
||||||
Tags: starter, template, boilerplate, plugin development, ai coding
|
Tags: starter, template, boilerplate, plugin development, ai coding
|
||||||
Requires at least: 5.0
|
Requires at least: 5.0
|
||||||
Tested up to: 6.4
|
Tested up to: 6.5
|
||||||
Requires PHP: 7.0
|
Requires PHP: 7.4
|
||||||
Stable tag: 0.1.8
|
Stable tag: 0.1.9
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
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.
|
A comprehensive starter template for WordPress plugins with best practices for AI-assisted development.
|
||||||
@@ -205,6 +205,9 @@ npm run multisite
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 0.1.9 =
|
||||||
|
* Changed: Alphabetized AI IDE list in README.md
|
||||||
|
|
||||||
= 0.1.8 =
|
= 0.1.8 =
|
||||||
* Added: More informative badges to README.md (Build Status, Requirements, WP.org placeholders, Release, Issues, Contributors, Wiki).
|
* 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 ==
|
== Upgrade Notice ==
|
||||||
|
|
||||||
|
= 0.1.9 =
|
||||||
|
Alphabetized the list of recommended AI IDEs in README.md for better readability.
|
||||||
|
|
||||||
= 0.1.8 =
|
= 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 =
|
= 0.1.7 =
|
||||||
Fixed GitHub Actions tests workflow and improved workflow names for better clarity.
|
Fixed GitHub Actions tests workflow and improved workflow names for better clarity.
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
All notable changes to this project should be documented both here and in the main Readme files.
|
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
|
#### [0.1.8] - 2025-04-19
|
||||||
#### Added
|
#### Added
|
||||||
- More informative badges to README.md (Build Status, Requirements, WP.org placeholders, Release, Issues, Contributors, Wiki).
|
- More informative badges to README.md (Build Status, Requirements, WP.org placeholders, Release, Issues, Contributors, Wiki).
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
* Plugin Name: WordPress Plugin Starter Template
|
* Plugin Name: WordPress Plugin Starter Template
|
||||||
* Plugin URI: https://www.wpallstars.com
|
* Plugin URI: https://www.wpallstars.com
|
||||||
* Description: A comprehensive starter template for WordPress plugins with best practices for AI-assisted development.
|
* 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: Your Name & The WPALLSTARS Team
|
||||||
* Author URI: https://www.wpallstars.com
|
* Author URI: https://www.wpallstars.com
|
||||||
* License: GPL-2.0+
|
* License: GPL-2.0+
|
||||||
@@ -35,4 +35,4 @@ if ( ! defined( 'WPINC' ) ) {
|
|||||||
require_once plugin_dir_path( __FILE__ ) . 'includes/class-plugin.php';
|
require_once plugin_dir_path( __FILE__ ) . 'includes/class-plugin.php';
|
||||||
|
|
||||||
// Initialize the plugin.
|
// Initialize the plugin.
|
||||||
new WPALLSTARS\PluginStarterTemplate\Plugin( __FILE__, '0.1.8' );
|
new WPALLSTARS\PluginStarterTemplate\Plugin( __FILE__, '0.1.9' );
|
||||||
|
|||||||
Reference in New Issue
Block a user