Update version to 0.1.3 with improved AI IDE context recommendations
This commit is contained in:
@ -1,5 +1,14 @@
|
|||||||
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.3] - 2025-04-19
|
||||||
|
#### Added
|
||||||
|
- Improved AI IDE context recommendations in documentation
|
||||||
|
- Enhanced STARTER-PROMPT.md with guidance on pinning .ai-assistant.md and .ai-workflows/
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
- Updated README.md and readme.txt with AI IDE context recommendations
|
||||||
|
- Improved documentation for AI-assisted development
|
||||||
|
|
||||||
#### [0.1.2] - 2025-04-18
|
#### [0.1.2] - 2025-04-18
|
||||||
#### Added
|
#### Added
|
||||||
- STARTER-PROMPT.md with comprehensive guide for customizing the template
|
- STARTER-PROMPT.md with comprehensive guide for customizing the template
|
||||||
|
@ -188,6 +188,12 @@ For more information on Git Updater integration, see the [Git Updater Required H
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 0.1.3
|
||||||
|
* Added: Improved AI IDE context recommendations in documentation
|
||||||
|
* Enhanced: STARTER-PROMPT.md with guidance on pinning .ai-assistant.md and .ai-workflows/
|
||||||
|
* Updated: README.md and readme.txt with AI IDE context recommendations
|
||||||
|
* Improved: Documentation for AI-assisted development
|
||||||
|
|
||||||
### 0.1.2
|
### 0.1.2
|
||||||
* Added: STARTER-PROMPT.md with comprehensive guide for customizing the template
|
* Added: STARTER-PROMPT.md with comprehensive guide for customizing the template
|
||||||
* Updated: Documentation files with improved instructions
|
* Updated: Documentation files with improved instructions
|
||||||
|
12
readme.txt
12
readme.txt
@ -5,7 +5,7 @@ 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.4
|
||||||
Requires PHP: 7.0
|
Requires PHP: 7.0
|
||||||
Stable tag: 0.1.2
|
Stable tag: 0.1.3
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
@ -131,6 +131,12 @@ You'll need to update all text domain references from 'wp-plugin-starter-templat
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 0.1.3 =
|
||||||
|
* Added: Improved AI IDE context recommendations in documentation
|
||||||
|
* Enhanced: STARTER-PROMPT.md with guidance on pinning .ai-assistant.md and .ai-workflows/
|
||||||
|
* Updated: README.md and readme.txt with AI IDE context recommendations
|
||||||
|
* Improved: Documentation for AI-assisted development
|
||||||
|
|
||||||
= 0.1.2 =
|
= 0.1.2 =
|
||||||
* Added: STARTER-PROMPT.md with comprehensive guide for customizing the template
|
* Added: STARTER-PROMPT.md with comprehensive guide for customizing the template
|
||||||
* Updated: Documentation files with improved instructions
|
* Updated: Documentation files with improved instructions
|
||||||
@ -151,8 +157,8 @@ You'll need to update all text domain references from 'wp-plugin-starter-templat
|
|||||||
|
|
||||||
== Upgrade Notice ==
|
== Upgrade Notice ==
|
||||||
|
|
||||||
= 0.1.2 =
|
= 0.1.3 =
|
||||||
Added STARTER-PROMPT.md with comprehensive guide for customizing the template and improved documentation.
|
Added improved AI IDE context recommendations and enhanced STARTER-PROMPT.md with guidance on pinning .ai-assistant.md and .ai-workflows/ files.
|
||||||
|
|
||||||
= 0.1.1 =
|
= 0.1.1 =
|
||||||
Updated LICENSE file with correct GPL-2.0 text.
|
Updated LICENSE file with correct GPL-2.0 text.
|
||||||
|
@ -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.1
|
* Version: 0.1.3
|
||||||
* 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/plugin.php';
|
require_once plugin_dir_path(__FILE__) . 'includes/plugin.php';
|
||||||
|
|
||||||
// Initialize the plugin
|
// Initialize the plugin
|
||||||
new WPALLSTARS\PluginStarterTemplate\Plugin(__FILE__, '0.1.1');
|
new WPALLSTARS\PluginStarterTemplate\Plugin(__FILE__, '0.1.3');
|
||||||
|
Reference in New Issue
Block a user