Plugin Directory

Changeset 3442063


Ignore:
Timestamp:
01/18/2026 06:44:05 PM (2 months ago)
Author:
fahdi
Message:

Release v3.3.2 - HOTFIX: Button text truncation in admin interface

Location:
tablecrafter-wp-data-tables
Files:
15 deleted
2 edited
18 copied

Legend:

Unmodified
Added
Removed
  • tablecrafter-wp-data-tables/tags/3.3.2/readme.txt

    r3441951 r3442063  
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 3.3.1
     6Stable tag: 3.3.2
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    282282
    283283== Changelog ==
     284= 3.3.2 =
     285* 🔧 **HOTFIX: Button Text Truncation in Admin Interface**
     286* **Fixed:** Button text no longer truncated in 300px sidebar - "Upload File (CSV/JSON)" and "Google Sheets" now display fully
     287* **Enhanced:** Improved button layout by stacking vertically in constrained sidebar width
     288* **UX:** Better readability and usability for admin interface controls
     289
    284290= 3.3.1 =
    285291* 🎨 **ADMIN UX IMPROVEMENTS: Responsive Layout & Button Handling**
  • tablecrafter-wp-data-tables/tags/3.3.2/tablecrafter.php

    r3441951 r3442063  
    44 * Plugin URI: https://github.com/TableCrafter/wp-data-tables
    55 * Description: Transform any data source into responsive WordPress tables. WCAG 2.1 compliant, advanced export (Excel/PDF), keyboard navigation, screen readers.
    6  * Version: 3.3.1
     6 * Version: 3.3.2
    77 * Author: TableCrafter Team
    88 * Author URI: https://github.com/fahdi
     
    1919 * Global Constants
    2020 */
    21 define('TABLECRAFTER_VERSION', '3.3.1');
     21define('TABLECRAFTER_VERSION', '3.3.2');
    2222define('TABLECRAFTER_URL', plugin_dir_url(__FILE__));
    2323define('TABLECRAFTER_PATH', plugin_dir_path(__FILE__));
  • tablecrafter-wp-data-tables/trunk/readme.txt

    r3441951 r3442063  
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 3.3.1
     6Stable tag: 3.3.2
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    282282
    283283== Changelog ==
     284= 3.3.2 =
     285* 🔧 **HOTFIX: Button Text Truncation in Admin Interface**
     286* **Fixed:** Button text no longer truncated in 300px sidebar - "Upload File (CSV/JSON)" and "Google Sheets" now display fully
     287* **Enhanced:** Improved button layout by stacking vertically in constrained sidebar width
     288* **UX:** Better readability and usability for admin interface controls
     289
    284290= 3.3.1 =
    285291* 🎨 **ADMIN UX IMPROVEMENTS: Responsive Layout & Button Handling**
  • tablecrafter-wp-data-tables/trunk/tablecrafter.php

    r3441951 r3442063  
    44 * Plugin URI: https://github.com/TableCrafter/wp-data-tables
    55 * Description: Transform any data source into responsive WordPress tables. WCAG 2.1 compliant, advanced export (Excel/PDF), keyboard navigation, screen readers.
    6  * Version: 3.3.1
     6 * Version: 3.3.2
    77 * Author: TableCrafter Team
    88 * Author URI: https://github.com/fahdi
     
    1919 * Global Constants
    2020 */
    21 define('TABLECRAFTER_VERSION', '3.3.1');
     21define('TABLECRAFTER_VERSION', '3.3.2');
    2222define('TABLECRAFTER_URL', plugin_dir_url(__FILE__));
    2323define('TABLECRAFTER_PATH', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.