Changeset 2679510
- Timestamp:
- 02/15/2022 11:30:49 PM (4 years ago)
- Location:
- auto-load-page-template
- Files:
-
- 4 edited
- 1 copied
-
tags/2.0.1 (copied) (copied from auto-load-page-template/trunk)
-
tags/2.0.1/auto-load-page-template.php (modified) (3 diffs)
-
tags/2.0.1/readme.txt (modified) (1 diff)
-
trunk/auto-load-page-template.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
auto-load-page-template/tags/2.0.1/auto-load-page-template.php
r2316307 r2679510 5 5 Description: If this plug-in is enabled, and there is a file on the same theme level as the static page URL level, then that theme file will automatically be loaded as the template file. 6 6 Author: Nakashima Masahiro 7 Version: 2.0. 07 Version: 2.0.1 8 8 Author URI: http://www.kigurumi.asia 9 9 License: GPLv2 or later … … 11 11 Domain Path: /languages/ 12 12 */ 13 define('ALPT_VERSION', '2.0. 0');13 define('ALPT_VERSION', '2.0.1'); 14 14 define('ALPT_PLUGIN_BASENAME', plugin_basename(__FILE__)); 15 15 define('ALPT_PLUGIN_NAME', trim(dirname(ALPT_PLUGIN_BASENAME), '/')); … … 35 35 register_activation_hook(__FILE__, array($this, 'activation_hook')); 36 36 register_deactivation_hook(__FILE__, array($this, 'deactivation_hook')); 37 register_uninstall_hook(__FILE__, array($this, 'uninstall_hook'));37 // register_uninstall_hook(__FILE__, array($this, 'uninstall_hook')); 38 38 } 39 39 -
auto-load-page-template/tags/2.0.1/readme.txt
r2316307 r2679510 4 4 Tags: : page, pages,theme, themes 5 5 Requires at least: 3.0 or higher 6 Tested up to: 5. 4.17 Stable tag: 2.0. 06 Tested up to: 5.9.0 7 Stable tag: 2.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
auto-load-page-template/trunk/auto-load-page-template.php
r2316307 r2679510 5 5 Description: If this plug-in is enabled, and there is a file on the same theme level as the static page URL level, then that theme file will automatically be loaded as the template file. 6 6 Author: Nakashima Masahiro 7 Version: 2.0. 07 Version: 2.0.1 8 8 Author URI: http://www.kigurumi.asia 9 9 License: GPLv2 or later … … 11 11 Domain Path: /languages/ 12 12 */ 13 define('ALPT_VERSION', '2.0. 0');13 define('ALPT_VERSION', '2.0.1'); 14 14 define('ALPT_PLUGIN_BASENAME', plugin_basename(__FILE__)); 15 15 define('ALPT_PLUGIN_NAME', trim(dirname(ALPT_PLUGIN_BASENAME), '/')); … … 35 35 register_activation_hook(__FILE__, array($this, 'activation_hook')); 36 36 register_deactivation_hook(__FILE__, array($this, 'deactivation_hook')); 37 register_uninstall_hook(__FILE__, array($this, 'uninstall_hook'));37 // register_uninstall_hook(__FILE__, array($this, 'uninstall_hook')); 38 38 } 39 39 -
auto-load-page-template/trunk/readme.txt
r2316307 r2679510 4 4 Tags: : page, pages,theme, themes 5 5 Requires at least: 3.0 or higher 6 Tested up to: 5. 4.17 Stable tag: 2.0. 06 Tested up to: 5.9.0 7 Stable tag: 2.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.