Changeset 3335852
- Timestamp:
- 07/29/2025 10:43:46 AM (7 months ago)
- Location:
- customtables/trunk
- Files:
-
- 2 edited
-
CustomTables.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
customtables/trunk/CustomTables.php
r3335813 r3335852 4 4 Plugin URI: https://ct4.us 5 5 Description: Custom Tables solution for WordPress 6 Version: 1.6. 36 Version: 1.6.4 7 7 Requires at least: 6.0 8 8 Requires PHP: 7.4.0 … … 32 32 33 33 define(CTWP . 'PLUGIN_NAME', 'customtables'); 34 define(CTWP . 'PLUGIN_VERSION', '1.6. 3');34 define(CTWP . 'PLUGIN_VERSION', '1.6.4'); 35 35 define(CTWP . 'PLUGIN_NAME_DIR', plugin_dir_path(__FILE__)); 36 36 define(CTWP . 'PLUGIN_NAME_URL', plugin_dir_url(__FILE__)); … … 116 116 function enqueue_codemirror() 117 117 { 118 $version = '1.6. 3';118 $version = '1.6.4'; 119 119 wp_enqueue_style('customtables-js-modal', plugin_dir_url(__FILE__) . 'libraries/customtables/media/css/modal.css', false, $version); 120 120 wp_enqueue_style('customtables-js-layouteditor', plugin_dir_url(__FILE__) . 'libraries/customtables/media/css/layouteditor.css', false, $version); -
customtables/trunk/readme.txt
r3330755 r3335852 6 6 Requires at least: 6.0 7 7 Tested up to: 6.8.2 8 Stable tag: 1.6. 38 Stable tag: 1.6.4 9 9 Requires PHP: 7.4 10 10 License: GPLv2 … … 50 50 51 51 == Changelog == 52 53 = 1.6.4 = 54 - Output bug fixed. 52 55 53 56 = 1.6.3 =
Note: See TracChangeset
for help on using the changeset viewer.