Plugin Directory

Changeset 3335852


Ignore:
Timestamp:
07/29/2025 10:43:46 AM (7 months ago)
Author:
ivankomlev
Message:

Version changed. Output bug fixed.

Location:
customtables/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • customtables/trunk/CustomTables.php

    r3335813 r3335852  
    44Plugin URI: https://ct4.us
    55Description: Custom Tables solution for WordPress
    6 Version: 1.6.3
     6Version: 1.6.4
    77Requires at least: 6.0
    88Requires PHP: 7.4.0
     
    3232
    3333define(CTWP . 'PLUGIN_NAME', 'customtables');
    34 define(CTWP . 'PLUGIN_VERSION', '1.6.3');
     34define(CTWP . 'PLUGIN_VERSION', '1.6.4');
    3535define(CTWP . 'PLUGIN_NAME_DIR', plugin_dir_path(__FILE__));
    3636define(CTWP . 'PLUGIN_NAME_URL', plugin_dir_url(__FILE__));
     
    116116function enqueue_codemirror()
    117117{
    118     $version = '1.6.3';
     118    $version = '1.6.4';
    119119    wp_enqueue_style('customtables-js-modal', plugin_dir_url(__FILE__) . 'libraries/customtables/media/css/modal.css', false, $version);
    120120    wp_enqueue_style('customtables-js-layouteditor', plugin_dir_url(__FILE__) . 'libraries/customtables/media/css/layouteditor.css', false, $version);
  • customtables/trunk/readme.txt

    r3330755 r3335852  
    66Requires at least: 6.0
    77Tested up to: 6.8.2
    8 Stable tag: 1.6.3
     8Stable tag: 1.6.4
    99Requires PHP: 7.4
    1010License: GPLv2
     
    5050
    5151== Changelog ==
     52
     53= 1.6.4 =
     54- Output bug fixed.
    5255
    5356= 1.6.3 =
Note: See TracChangeset for help on using the changeset viewer.