Skip to content

Commit 8bbfd28

Browse files
committed
Set version to 2020.12.28
1 parent eecbab4 commit 8bbfd28

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.

bhaa-wordpress-plugin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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+
@@ -24,9 +24,9 @@
2424
require_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

0 commit comments

Comments
 (0)