Skip to content

Commit f57926e

Browse files
committed
- Changed the version to 3.7.10 for release.
- Generated the library files.
1 parent 5efe6d2 commit f57926e

File tree

204 files changed

+209
-209
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+209
-209
lines changed

admin-page-framework-loader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Author: Michael Uno
77
Author URI: http://en.michaeluno.jp/
88
Requirements: PHP 5.2.4 or above, WordPress 3.3 or above.
9-
Version: 3.7.10b10
9+
Version: 3.7.10
1010
*/
1111

1212
/**
@@ -16,7 +16,7 @@
1616
*/
1717
class AdminPageFrameworkLoader_Registry_Base {
1818

19-
const VERSION = '3.7.10b10'; // <--- DON'T FORGET TO CHANGE THIS AS WELL!!
19+
const VERSION = '3.7.10'; // <--- DON'T FORGET TO CHANGE THIS AS WELL!!
2020
const NAME = 'Admin Page Framework - Loader'; // the name is not 'Admin Page Framework' because warning messages gets confusing.
2121
const SHORTNAME = 'Admin Page Framework'; // used for a menu title etc.
2222
const DESCRIPTION = 'Loads Admin Page Framework which facilitates WordPress plugin and theme development.';

development/admin-page-framework.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
* @download_latest https://github.com/michaeluno/admin-page-framework/archive/master.zip
3131
* @download_stable http://downloads.wordpress.org/plugin/admin-page-framework.latest-stable.zip
3232
* @catchcopy The framework for all WordPress developers.
33-
* @version 3.7.10b10
33+
* @version 3.7.10
3434
*/
3535
abstract class AdminPageFramework_Registry_Base {
3636

37-
const VERSION = '3.7.10b10'; // <--- DON'T FORGET TO CHANGE THIS AS WELL!!
37+
const VERSION = '3.7.10'; // <--- DON'T FORGET TO CHANGE THIS AS WELL!!
3838
const NAME = 'Admin Page Framework';
3939
const DESCRIPTION = 'Facilitates WordPress plugin and theme development.';
4040
const URI = 'http://en.michaeluno.jp/admin-page-framework';

library/apf/admin-page-framework.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22
/**
3-
Admin Page Framework v3.7.10b10 by Michael Uno
3+
Admin Page Framework v3.7.10 by Michael Uno
44
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
55
<http://en.michaeluno.jp/admin-page-framework>
66
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
77
if (!class_exists('AdminPageFramework_Registry', false)):
88
abstract class AdminPageFramework_Registry_Base {
9-
const VERSION = '3.7.10b10';
9+
const VERSION = '3.7.10';
1010
const NAME = 'Admin Page Framework';
1111
const DESCRIPTION = 'Facilitates WordPress plugin and theme development.';
1212
const URI = 'http://en.michaeluno.jp/admin-page-framework';

library/apf/factory/_common/_abstract/AdminPageFramework_Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
Admin Page Framework v3.7.10b10 by Michael Uno
3+
Admin Page Framework v3.7.10 by Michael Uno
44
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
55
<http://en.michaeluno.jp/admin-page-framework>
66
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */

library/apf/factory/_common/_abstract/_controller/AdminPageFramework_HelpPane_Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
Admin Page Framework v3.7.10b10 by Michael Uno
3+
Admin Page Framework v3.7.10 by Michael Uno
44
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
55
<http://en.michaeluno.jp/admin-page-framework>
66
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */

library/apf/factory/_common/_abstract/_controller/AdminPageFramework_Link_Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
Admin Page Framework v3.7.10b10 by Michael Uno
3+
Admin Page Framework v3.7.10 by Michael Uno
44
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
55
<http://en.michaeluno.jp/admin-page-framework>
66
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */

library/apf/factory/_common/_abstract/_controller/AdminPageFramework_Resource_Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
Admin Page Framework v3.7.10b10 by Michael Uno
3+
Admin Page Framework v3.7.10 by Michael Uno
44
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
55
<http://en.michaeluno.jp/admin-page-framework>
66
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */

library/apf/factory/_common/_abstract/_model/AdminPageFramework_Format_Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
Admin Page Framework v3.7.10b10 by Michael Uno
3+
Admin Page Framework v3.7.10 by Michael Uno
44
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
55
<http://en.michaeluno.jp/admin-page-framework>
66
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */

library/apf/factory/_common/_abstract/_model/AdminPageFramework_Message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
Admin Page Framework v3.7.10b10 by Michael Uno
3+
Admin Page Framework v3.7.10 by Michael Uno
44
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
55
<http://en.michaeluno.jp/admin-page-framework>
66
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */

library/apf/factory/_common/_abstract/_model/AdminPageFramework_Property_Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
Admin Page Framework v3.7.10b10 by Michael Uno
3+
Admin Page Framework v3.7.10 by Michael Uno
44
Generated by PHP Class Files Script Generator <https://github.com/michaeluno/PHP-Class-Files-Script-Generator>
55
<http://en.michaeluno.jp/admin-page-framework>
66
Copyright (c) 2013-2016, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */

0 commit comments

Comments
 (0)