Skip to content

Commit

Permalink
Changed the version to 3.8.2 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeluno committed Aug 24, 2016
1 parent 53b3621 commit 256cd58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions admin-page-framework-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author: Michael Uno
* Author URI: http://en.michaeluno.jp/
* Requirements: PHP 5.2.4 or above, WordPress 3.3 or above.
* Version: 3.8.2b01
* Version: 3.8.2
 */

/**
Expand All @@ -16,7 +16,7 @@
*/
class AdminPageFrameworkLoader_Registry_Base {

const VERSION = '3.8.2b01'; // <--- DON'T FORGET TO CHANGE THIS AS WELL!!
const VERSION = '3.8.2'; // <--- DON'T FORGET TO CHANGE THIS AS WELL!!
const NAME = 'Admin Page Framework - Loader'; // the name is not 'Admin Page Framework' because warning messages gets confusing.
const SHORTNAME = 'Admin Page Framework'; // used for a menu title etc.
const DESCRIPTION = 'Loads Admin Page Framework which facilitates WordPress plugin and theme development.';
Expand Down
4 changes: 2 additions & 2 deletions development/admin-page-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
* @download_latest https://github.com/michaeluno/admin-page-framework/archive/master.zip
* @download_stable http://downloads.wordpress.org/plugin/admin-page-framework.latest-stable.zip
* @catchcopy The framework for all WordPress developers.
* @version 3.8.2b01
* @version 3.8.2
*/
abstract class AdminPageFramework_Registry_Base {

const VERSION = '3.8.2b01'; // <--- DON'T FORGET TO CHANGE THIS AS WELL!!
const VERSION = '3.8.2'; // <--- DON'T FORGET TO CHANGE THIS AS WELL!!
const NAME = 'Admin Page Framework';
const DESCRIPTION = 'Facilitates WordPress plugin and theme development.';
const URI = 'http://en.michaeluno.jp/admin-page-framework';
Expand Down

0 comments on commit 256cd58

Please sign in to comment.