Plugin Directory

Changeset 2949367


Ignore:
Timestamp:
08/08/2023 01:18:04 PM (3 years ago)
Author:
archaeopath
Message:

init 1.2a

Location:
wp-tournament-registration/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-tournament-registration/trunk/readme.txt

    r2949303 r2949367  
    66Tested up to: 6.2.3
    77Requires PHP: 7.0
    8 Stable tag: 1.2.0a
     8Stable tag: 1.2a
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    172172== Changelog ==
    173173
    174 = 1.2.0a =
     174= 1.2a =
    175175
    176176* tested with WordPress 6.2.3
  • wp-tournament-registration/trunk/wp-tournament-registration.php

    r2948871 r2949367  
    66* Plugin Name:         WP Tournament Registration
    77* Plugin URI:          https://ingram-braun.net/erga/wp-tournament-registration-wordpress-plugin/
    8 * Version:             1.1.2
     8* Version:             1.2a
    99* Requires at least:   5.3
    1010* Requires PHP:        7.0
     
    2020/* VERSIONS */
    2121define( "WP_TOURNREG_DB_VER", 5 );
    22 define( "WP_TOURNREG_PLUGIN_VER", '1.1.2' );
     22define( "WP_TOURNREG_PLUGIN_VER", '1.2a' );
    2323define( "WP_TOURNREG_TBSORT_VER", '2.31.3' );
    2424
Note: See TracChangeset for help on using the changeset viewer.