Refine UI: Fix plugin icon position, increase plugin name width, synchronize version display

This commit is contained in:
Marcus Quinn
2025-03-17 02:58:52 +00:00
parent c15ccc1233
commit 0099ed96c3
2 changed files with 8 additions and 7 deletions

View File

@ -20,7 +20,7 @@ if ( ! defined( 'WPINC' ) ) {
}
// Define plugin version
define( 'WP_ALLSTARS_VERSION', '1.0.0' );
define( 'WP_ALLSTARS_VERSION', '0.1 (Beta)' );
// Activation hook
function wp_allstars_activate() {