Plugin Directory

Changeset 3432867


Ignore:
Timestamp:
01/05/2026 03:55:52 PM (6 weeks ago)
Author:
landwire
Message:

Git tag 2.1.4

Location:
block-logic
Files:
11 added
2 edited

Legend:

Unmodified
Added
Removed
  • block-logic/trunk/README.txt

    r3432865 r3432867  
    44Requires at least: 6.5
    55Tested up to: 6.9
    6 Stable tag: 2.1.3
     6Stable tag: 2.1.4
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    242242
    243243== Changelog ==
     244= 2.1.4 = Raised version to show updated readme.txt
     245
    244246= 2.1.3 = Raised version to show updated readme.txt
     247
     248= 2.1.2 = Raised version to show updated readme.txt
     249
     250= 2.1.1 = Raised version to show updated readme.txt
    245251
    246252= 2.1.0 =
  • block-logic/trunk/block-logic.php

    r3432855 r3432867  
    55 * Author: Sascha Paukner
    66 * Author URI: https://saschapaukner.de
    7  * Version: 2.1.3
     7 * Version: 2.1.4
    88 * License: GPL2+
    99 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt
     
    101101            esc_url(plugins_url('/build/js/block-logic.js', __FILE__)),
    102102            ['wp-blocks', 'wp-i18n', 'wp-element', 'wp-editor'],
    103             '2.1.3',
     103            '2.1.4',
    104104            false // Do not enqueue the script in the footer.
    105105        );
     
    109109            esc_url(plugins_url('/build/css/block-logic.css', __FILE__)),
    110110            [],
    111             '2.1.3',
     111            '2.1.4',
    112112        );
    113113
Note: See TracChangeset for help on using the changeset viewer.