| @@ -1,11 +1,11 @@ | ||
| 1 | 1 | === TableKit – WordPress Table Builder for Data Tables, WooCommerce Product Tables & Post Tables === |
| 2 | 2 | Contributors: Roxnor, Ataurr, aion11 |
| 3 | -Tags: table, table builder block, post table, woocommerce product table, datatable, pricing table, | |
| 3 | +Tags: table, table builder block, post table, woocommerce product table, data table, pricing table, | |
| 4 | 4 | Requires at least: 6.1 |
| 5 | 5 | Tested up to: 7.0 |
| 6 | 6 | Requires PHP: 7.4 |
| 7 | -Stable tag: 2.2.8 | |
| 7 | +Stable tag: 2.2.14 | |
| 8 | 8 | License: GPLv3 or later |
| 9 | 9 | License URI: https://www.gnu.org/licenses/gpl-3.0.html |
| 10 | 10 | |
| 11 | 11 | Visually build any type of table in WordPress data tables, WooCommerce product tables, and post tables from scratch or use table templates. |
| @@ -237,8 +237,37 @@ | ||
| 237 | 237 | == Screenshots == |
| 238 | 238 | |
| 239 | 239 | |
| 240 | 240 | == Changelog == |
| 241 | += TableKit 2.2.14 (2026-09-20) = | |
| 242 | +* Improved: Border styles and search behavior for Table Builder blocks | |
| 243 | +* Improved: Removed incompatible row actions for virtual posts to prevent unexpected behavior | |
| 244 | +* Fixed: Table border not properly overriding theme default borders | |
| 245 | +* Fixed: Missing text domain for translatable strings in the bundled utility-package. | |
| 246 | + | |
| 247 | += TableKit 2.2.13 (2026-08-31) = | |
| 248 | +* Fixed: Dashboard "Need Help?" / "Blog" / "Facebook Community" links weren't translatable — they used a different plugin's text domain (elementskit-lite); now resolved with TableKit's own text domain. | |
| 249 | +* Improved: Bundled dependencies refreshed. | |
| 250 | + | |
| 251 | += TableKit 2.2.12 (2026-08-17) = | |
| 252 | +* Added: Chart View — switch between table and chart (bar, line, pie, radar, and more) display of your data. | |
| 253 | +* Improved: Security — sanitized and escaped output across print export, UI, and admin utilities. | |
| 254 | +* Fixed: Strings from the plugin's shared utility library were not available for translation on WordPress.org. | |
| 255 | +* Fixed: Column resizing and freeze functionality were being forced on small/mobile screens; now respects a mobile breakpoint. | |
| 256 | + | |
| 257 | += TableKit 2.2.11 (2026-08-11) = | |
| 258 | +* Fixed: Translated tab titles affecting the CSS classes. | |
| 259 | + | |
| 260 | += TableKit 2.2.10 (2026-08-05) = | |
| 261 | +* Improved: Multi-language support (i18n) implementation in JavaScript, enabling localized editor and frontend user experiences. | |
| 262 | + | |
| 263 | += TableKit 2.2.9 (2026-07-28) = | |
| 264 | +* Added: PHPDoc and JSDoc documentation across PHP classes and JS files for better maintainability. | |
| 265 | +* Improved: JavaScript/PHP internationalization — consistent text domain usage across editor and frontend strings. | |
| 266 | +* Improved: Security — sanitized post_type and other request inputs before use. | |
| 267 | +* Improved: Code style normalized (array syntax, coding standards checks) across Admin, Config, and CPT classes. | |
| 268 | +* Improved: Plugin filters documented with PHPDoc for developer reference. | |
| 269 | +* Improved: JavaScript translation support across the editor and frontend. | |
| 241 | 270 | |
| 242 | 271 | = TableKit 2.2.8 (2026-07-26) = |
| 243 | 272 | * Added: Plugin deactivation feedback modal to gather user insights and help improve future releases. |
| 244 | 273 | * Improved: JavaScript internationalization (i18n) support for translated editor and frontend experiences. |