Merge pull request #1 from wpallstars/version/0.1.7

Bump version to 0.1.7 with workflow name improvements and test fixes
This commit is contained in:
2025-04-18 15:22:29 +01:00
committed by GitHub
3 changed files with 17 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
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.7] - 2025-04-19
#### Fixed
- GitHub Actions tests workflow with proper file paths and dependencies
#### Improved
- Workflow names for better clarity in GitHub Actions UI
#### [0.1.6] - 2025-04-19 #### [0.1.6] - 2025-04-19
#### Fixed #### Fixed
- GitHub Actions workflows permissions for releases and wiki sync - GitHub Actions workflows permissions for releases and wiki sync

View File

@@ -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.6 Stable tag: 0.1.7
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
@@ -205,6 +205,10 @@ npm run multisite
== Changelog == == Changelog ==
= 0.1.7 =
* Fixed: GitHub Actions tests workflow with proper file paths and dependencies
* Improved: Workflow names for better clarity in GitHub Actions UI
= 0.1.6 = = 0.1.6 =
* Fixed: GitHub Actions workflows permissions for releases and wiki sync * Fixed: GitHub Actions workflows permissions for releases and wiki sync
@@ -241,6 +245,9 @@ npm run multisite
== Upgrade Notice == == Upgrade Notice ==
= 0.1.7 =
Fixed GitHub Actions tests workflow and improved workflow names for better clarity.
= 0.1.6 = = 0.1.6 =
Fixed GitHub Actions workflows permissions for releases and wiki sync. Fixed GitHub Actions workflows permissions for releases and wiki sync.

View File

@@ -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.6 * Version: 0.1.7
* 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.6'); new WPALLSTARS\PluginStarterTemplate\Plugin(__FILE__, '0.1.7');