Skip to content

Commit

Permalink
Built 3.8.13b07.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeluno committed Dec 13, 2016
1 parent c1c7a2a commit 2313019
Show file tree
Hide file tree
Showing 214 changed files with 218 additions and 218 deletions.
4 changes: 2 additions & 2 deletions admin-page-framework-loader.php
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.13b06
* Version: 3.8.13b07
 */

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

const VERSION = '3.8.13b06'; // <--- DON'T FORGET TO CHANGE THIS AS WELL!!
const VERSION = '3.8.13b07'; // <--- 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
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.13b06
* @version 3.8.13b07
*/
abstract class AdminPageFramework_Registry_Base {

const VERSION = '3.8.13b06'; // <--- DON'T FORGET TO CHANGE THIS AS WELL!!
const VERSION = '3.8.13b07'; // <--- 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
4 changes: 2 additions & 2 deletions library/apf/admin-page-framework.php
@@ -1,12 +1,12 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
if (!class_exists('AdminPageFramework_Registry', false)):
abstract class AdminPageFramework_Registry_Base {
const VERSION = '3.8.13b06';
const VERSION = '3.8.13b07';
const NAME = 'Admin Page Framework';
const DESCRIPTION = 'Facilitates WordPress plugin and theme development.';
const URI = 'http://en.michaeluno.jp/admin-page-framework';
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
Admin Page Framework v3.8.13b06 by Michael Uno
Admin Page Framework v3.8.13b07 by Michael Uno
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
<http://en.michaeluno.jp/admin-page-framework>
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
Expand Down

0 comments on commit 2313019

Please sign in to comment.