chore: prepare AA Events 1.2.7

This commit is contained in:
Keith Solomon
2026-07-30 13:56:31 -05:00
parent b70112fba3
commit f84b6e8fbf
+2 -2
View File
@@ -3,7 +3,7 @@
* Plugin Name: AA Events
* Plugin URI: https://github.com/automattic/aa-events
* Description: An Events management plugin for WordPress, with accessible calendar (WCAG 2.2AA) and card grid views.
* Version: 1.2.6
* Version: 1.2.7
* Author: Keith Solomon
* Author URI: https://vincentdesign.ca
* License: GPL-2.0+
@@ -49,7 +49,7 @@ register_deactivation_hook( __FILE__, 'deactivate_aa_events' );
* Define Constants
*/
define( 'AA_EVENTS_PLUGIN_FILE', __FILE__ );
define( 'AA_EVENTS_VERSION', '1.2.6' );
define( 'AA_EVENTS_VERSION', '1.2.7' );
define( 'AA_EVENTS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'AA_EVENTS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );