Plugin Directory

Changeset 2679510


Ignore:
Timestamp:
02/15/2022 11:30:49 PM (4 years ago)
Author:
kanakogi
Message:

2.0.1

Location:
auto-load-page-template
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • auto-load-page-template/tags/2.0.1/auto-load-page-template.php

    r2316307 r2679510  
    55Description: 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.
    66Author: Nakashima Masahiro
    7 Version: 2.0.0
     7Version: 2.0.1
    88Author URI: http://www.kigurumi.asia
    99License: GPLv2 or later
     
    1111Domain Path: /languages/
    1212 */
    13 define('ALPT_VERSION', '2.0.0');
     13define('ALPT_VERSION', '2.0.1');
    1414define('ALPT_PLUGIN_BASENAME', plugin_basename(__FILE__));
    1515define('ALPT_PLUGIN_NAME', trim(dirname(ALPT_PLUGIN_BASENAME), '/'));
     
    3535        register_activation_hook(__FILE__, array($this, 'activation_hook'));
    3636        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'));
    3838    }
    3939
  • auto-load-page-template/tags/2.0.1/readme.txt

    r2316307 r2679510  
    44Tags: : page, pages,theme, themes
    55Requires at least: 3.0 or higher
    6 Tested up to: 5.4.1
    7 Stable tag: 2.0.0
     6Tested up to: 5.9.0
     7Stable tag: 2.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • auto-load-page-template/trunk/auto-load-page-template.php

    r2316307 r2679510  
    55Description: 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.
    66Author: Nakashima Masahiro
    7 Version: 2.0.0
     7Version: 2.0.1
    88Author URI: http://www.kigurumi.asia
    99License: GPLv2 or later
     
    1111Domain Path: /languages/
    1212 */
    13 define('ALPT_VERSION', '2.0.0');
     13define('ALPT_VERSION', '2.0.1');
    1414define('ALPT_PLUGIN_BASENAME', plugin_basename(__FILE__));
    1515define('ALPT_PLUGIN_NAME', trim(dirname(ALPT_PLUGIN_BASENAME), '/'));
     
    3535        register_activation_hook(__FILE__, array($this, 'activation_hook'));
    3636        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'));
    3838    }
    3939
  • auto-load-page-template/trunk/readme.txt

    r2316307 r2679510  
    44Tags: : page, pages,theme, themes
    55Requires at least: 3.0 or higher
    6 Tested up to: 5.4.1
    7 Stable tag: 2.0.0
     6Tested up to: 5.9.0
     7Stable tag: 2.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.