feat: Add more README badges and bump version to 0.1.8

This commit is contained in:
2025-04-18 20:35:21 +01:00
parent 1af79e0bfd
commit cb79402c5f
7 changed files with 78 additions and 16 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.7
* Version: 0.1.8
* 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.7' );
new WPALLSTARS\PluginStarterTemplate\Plugin( __FILE__, '0.1.8' );