Apply stashed changes after merging test workflow fix

This commit is contained in:
2025-04-18 17:54:07 +01:00
parent 4696cdfba6
commit 0874c4f59e
5 changed files with 148 additions and 148 deletions

View File

@@ -1,4 +1,4 @@
name: Release
name: Release - Build and publish plugin releases
on:
push:

View File

@@ -1,4 +1,4 @@
name: Sync Wiki
name: Sync Wiki - Update GitHub wiki from .wiki directory
on:
push:

View File

@@ -32,7 +32,7 @@ if (!defined('WPINC')) {
}
// Load the main plugin class
require_once plugin_dir_path(__FILE__) . 'includes/plugin.php';
require_once plugin_dir_path( __FILE__ ) . 'includes/class-plugin.php';
// Initialize the plugin
new WPALLSTARS\PluginStarterTemplate\Plugin(__FILE__, '0.1.7');