Plugin Directory

Changeset 2244269


Ignore:
Timestamp:
02/14/2020 06:27:38 AM (6 years ago)
Author:
kanakogi
Message:

1.1.2

Location:
wp-theme-test
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-theme-test/tags/1.1.2/readme.txt

    r1938976 r2244269  
    44Tags: : page, pages,theme, themes
    55Requires at least: 3.0 or higher
    6 Tested up to: 4.9.8
    7 Stable tag: 1.1.0
     6Tested up to: 5.3.2
     7Stable tag: 1.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wp-theme-test/tags/1.1.2/wp-theme-test.php

    r1938977 r2244269  
    55Description: The theme can be changed and displayed to only logged in users.
    66Author: Nakashima Masahiro
    7 Version: 1.1.0
     7Version: 1.1.2
    88Author URI: http://www.kigurumi.asia
    99Text Domain: wptt
    1010Domain Path: /languages/
    1111*/
    12 define( 'WPTT_VERSION', '1.1.0' );
     12define( 'WPTT_VERSION', '1.1.2' );
    1313define( 'WPTT_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
    1414define( 'WPTT_PLUGIN_NAME', trim( dirname( WPTT_PLUGIN_BASENAME ), '/' ) );
  • wp-theme-test/trunk/readme.txt

    r1938976 r2244269  
    44Tags: : page, pages,theme, themes
    55Requires at least: 3.0 or higher
    6 Tested up to: 4.9.8
    7 Stable tag: 1.1.0
     6Tested up to: 5.3.2
     7Stable tag: 1.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wp-theme-test/trunk/wp-theme-test.php

    r1938977 r2244269  
    55Description: The theme can be changed and displayed to only logged in users.
    66Author: Nakashima Masahiro
    7 Version: 1.1.0
     7Version: 1.1.2
    88Author URI: http://www.kigurumi.asia
    99Text Domain: wptt
    1010Domain Path: /languages/
    1111*/
    12 define( 'WPTT_VERSION', '1.1.0' );
     12define( 'WPTT_VERSION', '1.1.2' );
    1313define( 'WPTT_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
    1414define( 'WPTT_PLUGIN_NAME', trim( dirname( WPTT_PLUGIN_BASENAME ), '/' ) );
Note: See TracChangeset for help on using the changeset viewer.