Version 0.1.10 - Fixed formatting issues in markdown files

This commit is contained in:
2025-04-19 21:52:20 +01:00
parent 45feb7b550
commit c930a5484a
6 changed files with 74 additions and 20 deletions

View File

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