Plugin Directory

Changeset 3062160


Ignore:
Timestamp:
04/01/2024 02:55:02 PM (2 years ago)
Author:
davexpression
Message:

Update to version 1.1.2 from GitHub

Location:
todo-block
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • todo-block/tags/1.1.2/readme.txt

    r3062132 r3062160  
    33Tags:              block
    44Tested up to:      6.4
    5 Stable tag:        1.1
     5Stable tag:        1.1.1
    66License:           GPL-2.0-or-later
    77License URI:       https://www.gnu.org/licenses/gpl-2.0.html
  • todo-block/tags/1.1.2/todo-block.php

    r3062122 r3062160  
    1313 * Requires at least: 6.3
    1414 * Requires PHP:      7.0
    15  * Version:           1.1
     15 * Version:           1.1.1
    1616 * Author:            David Towoju
    1717 * Author URI:        https://pluginette.com
     
    2626
    2727if (!defined('TDB_VERSION')) {
    28   define('TDB_VERSION', '1.1');
     28  define('TDB_VERSION', '1.1.1');
    2929}
    3030
  • todo-block/trunk/readme.txt

    r3062132 r3062160  
    33Tags:              block
    44Tested up to:      6.4
    5 Stable tag:        1.1
     5Stable tag:        1.1.1
    66License:           GPL-2.0-or-later
    77License URI:       https://www.gnu.org/licenses/gpl-2.0.html
  • todo-block/trunk/todo-block.php

    r3062122 r3062160  
    1313 * Requires at least: 6.3
    1414 * Requires PHP:      7.0
    15  * Version:           1.1
     15 * Version:           1.1.1
    1616 * Author:            David Towoju
    1717 * Author URI:        https://pluginette.com
     
    2626
    2727if (!defined('TDB_VERSION')) {
    28   define('TDB_VERSION', '1.1');
     28  define('TDB_VERSION', '1.1.1');
    2929}
    3030
Note: See TracChangeset for help on using the changeset viewer.