Skip to content

Commit

Permalink
1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hemberger committed May 26, 2020
1 parent 47221ab commit 4a2ea05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions wampum-programs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 4a2ea05

Please sign in to comment.