diff --git a/CHANGES.md b/CHANGES.md index d66e6c3..717f598 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changelog +#### 1.6.3 (4/26/20) +* Fixed: List table title CSS. + #### 1.6.2 (9/27/18) * Changed: Updater now only fires on backend, and doesn't use any GitHub tokens for security. * Fixed: Issue with wampum_get_user_programs() function return My Account page and non-wampum_program posts. diff --git a/wampum-programs.php b/wampum-programs.php index 0770b45..6e19128 100644 --- a/wampum-programs.php +++ b/wampum-programs.php @@ -16,7 +16,7 @@ * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * - * Version: 1.6.2 + * Version: 1.6.3 * * GitHub Plugin URI: https://github.com/bizbudding/wampum-programs * GitHub Branch master @@ -134,7 +134,7 @@ private function setup_constants() { // Plugin version. if ( ! defined( 'WAMPUM_VERSION' ) ) { - define( 'WAMPUM_VERSION', '1.6.2' ); + define( 'WAMPUM_VERSION', '1.6.3' ); } // Plugin Folder Path.