chore: prepare AA Events 1.2.7
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
|||||||
* Plugin Name: AA Events
|
* Plugin Name: AA Events
|
||||||
* Plugin URI: https://github.com/automattic/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.
|
* 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: Keith Solomon
|
||||||
* Author URI: https://vincentdesign.ca
|
* Author URI: https://vincentdesign.ca
|
||||||
* License: GPL-2.0+
|
* License: GPL-2.0+
|
||||||
@@ -49,7 +49,7 @@ register_deactivation_hook( __FILE__, 'deactivate_aa_events' );
|
|||||||
* Define Constants
|
* Define Constants
|
||||||
*/
|
*/
|
||||||
define( 'AA_EVENTS_PLUGIN_FILE', __FILE__ );
|
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_DIR', plugin_dir_path( __FILE__ ) );
|
||||||
define( 'AA_EVENTS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
define( 'AA_EVENTS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user