File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33==========
44
5- - 2020.12.24 Add ApiController.
5+ - 2020.12.28 Add ApiController with /bhaa/v2 endpoints .
66- 2020.12.20 Small fixes.
77- 2020.03.07 Correct the generated plugin zip file name.
88- 2019.12.08 Rename plugin to bhaa_wordpress_plugin.
Original file line number Diff line number Diff line change 66 * Plugin Name: BHAA Wordpress Plugin
77 * Plugin URI: https://github.com/emeraldjava/bhaa-wordpress-plugin
88 * Description: Plugin for the Business House Athletic Association. Handles user registration, race results and leagues.
9- * Version: 2020.12.26
9+ * Version: 2020.12.28
1010 * Author: emeraldjava
1111 * Author URI: https://github.com/emeraldjava
1212 * License: GPL-2.0+
2424require_once plugin_dir_path ( __FILE__ ) . 'vendor/autoload.php ' ;
2525
2626/**
27- * Currently plugin version.
27+ * Current plugin version.
2828 */
29- define ( 'BHAA_WORDPRESS_PLUGIN_VERSION ' , '2020.12.20 ' );
29+ define ( 'BHAA_WORDPRESS_PLUGIN_VERSION ' , '2020.12.28 ' );
3030/**
3131 * The code that runs during plugin activation.
3232 * This action is documented in includes/class-plugin-name-activator.php
You can’t perform that action at this time.
0 commit comments