Plugin Directory

Changeset 3441669


Ignore:
Timestamp:
01/17/2026 06:29:04 PM (3 months ago)
Author:
fahdi
Message:

Release v3.2.0: Corrected Version Numbering + Mobile-First Design

MAJOR VERSION CORRECTION:

  • Fixed version sequence: 3.1.4 → 3.2.0 (was incorrectly 2.4.5)
  • Mobile UX enhancement warrants major version bump
  • Proper semantic versioning maintained

MOBILE-FIRST RESPONSIVE DESIGN FEATURES:

  • Complete mobile-first responsive design with card layouts
  • Touch gesture system with swipe detection
  • WCAG 2.1 AA compliance with 44px touch targets
  • 40%+ mobile performance improvements
  • Toast notifications and mobile-optimized interactions

TECHNICAL IMPROVEMENTS:

  • Mobile-optimized breakpoint system (768px/900px/desktop)
  • Touch response <150ms across all devices
  • Reduced memory footprint for mobile browsers
  • Full screen reader and keyboard navigation support

This is the correct major release version for the mobile-first
transformation of TableCrafter.

Location:
tablecrafter-wp-data-tables
Files:
15 deleted
3 edited
17 copied

Legend:

Unmodified
Added
Removed
  • tablecrafter-wp-data-tables/tags/3.2.0/IMPACT_REPORT-mobile-user-experience.md

    r3441608 r3441669  
    11# Mobile User Experience Enhancement Impact Report
    22
    3 **TableCrafter v2.4.5 - Mobile-First Responsive Design Implementation**
     3**TableCrafter v3.2.0 - Mobile-First Responsive Design Implementation**
    44
    55---
     
    383383## Conclusion
    384384
    385 The mobile user experience implementation in TableCrafter v2.4.5 represents a **fundamental transformation** from desktop-centric to mobile-first design philosophy, directly addressing the largest usability barrier affecting 60%+ of potential users.
     385The mobile user experience implementation in TableCrafter v3.2.0 represents a **fundamental transformation** from desktop-centric to mobile-first design philosophy, directly addressing the largest usability barrier affecting 60%+ of potential users.
    386386
    387387**Immediate Impact:**
     
    403403*Report compiled by: TableCrafter Development Team* 
    404404*Date: January 17, 2026* 
    405 *Version: 2.4.5*
     405*Version: 3.2.0*
  • tablecrafter-wp-data-tables/tags/3.2.0/readme.txt

    r3441638 r3441669  
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 2.4.5
     6Stable tag: 3.2.0
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    1717[Try Live Demo](https://tastewp.org/plugins/tablecrafter-wp-data-tables)
    1818
    19 ### 📱 NEW: Mobile-First Excellence (v2.4.5)
     19### 📱 NEW: Mobile-First Excellence (v3.2.0)
    2020
    2121**🎯 MOBILE-FIRST RESPONSIVE DESIGN** - Complete mobile-first architecture with card-based layouts optimized for mobile devices. Seamlessly adapts from 320px mobile screens to 4K desktops with intelligent breakpoint system (≤768px mobile, 768-900px tablet, >900px desktop).
     
    282282
    283283== Changelog ==
    284 = 2.4.5 =
     284= 3.2.0 =
    285285* 📱 **MAJOR MOBILE UX ENHANCEMENT: Mobile-First Responsive Design**
    286286* **NEW:** Complete mobile-first responsive design with card-based layouts for mobile devices
     
    766766== Upgrade Notice ==
    767767
    768 = 2.4.5 =
     768= 3.2.0 =
    769769Major mobile user experience enhancement with mobile-first responsive design, touch gestures, and WCAG 2.1 accessibility compliance. 40%+ performance improvement on mobile devices.
    770770
  • tablecrafter-wp-data-tables/tags/3.2.0/tablecrafter.php

    r3441608 r3441669  
    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: 2.4.5
     6 * Version: 3.2.0
    77 * Author: TableCrafter Team
    88 * Author URI: https://github.com/fahdi
     
    1919 * Global Constants
    2020 */
    21 define('TABLECRAFTER_VERSION', '2.4.5');
     21define('TABLECRAFTER_VERSION', '3.2.0');
    2222define('TABLECRAFTER_URL', plugin_dir_url(__FILE__));
    2323define('TABLECRAFTER_PATH', plugin_dir_path(__FILE__));
  • tablecrafter-wp-data-tables/trunk/IMPACT_REPORT-mobile-user-experience.md

    r3441608 r3441669  
    11# Mobile User Experience Enhancement Impact Report
    22
    3 **TableCrafter v2.4.5 - Mobile-First Responsive Design Implementation**
     3**TableCrafter v3.2.0 - Mobile-First Responsive Design Implementation**
    44
    55---
     
    383383## Conclusion
    384384
    385 The mobile user experience implementation in TableCrafter v2.4.5 represents a **fundamental transformation** from desktop-centric to mobile-first design philosophy, directly addressing the largest usability barrier affecting 60%+ of potential users.
     385The mobile user experience implementation in TableCrafter v3.2.0 represents a **fundamental transformation** from desktop-centric to mobile-first design philosophy, directly addressing the largest usability barrier affecting 60%+ of potential users.
    386386
    387387**Immediate Impact:**
     
    403403*Report compiled by: TableCrafter Development Team* 
    404404*Date: January 17, 2026* 
    405 *Version: 2.4.5*
     405*Version: 3.2.0*
  • tablecrafter-wp-data-tables/trunk/readme.txt

    r3441638 r3441669  
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 2.4.5
     6Stable tag: 3.2.0
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    1717[Try Live Demo](https://tastewp.org/plugins/tablecrafter-wp-data-tables)
    1818
    19 ### 📱 NEW: Mobile-First Excellence (v2.4.5)
     19### 📱 NEW: Mobile-First Excellence (v3.2.0)
    2020
    2121**🎯 MOBILE-FIRST RESPONSIVE DESIGN** - Complete mobile-first architecture with card-based layouts optimized for mobile devices. Seamlessly adapts from 320px mobile screens to 4K desktops with intelligent breakpoint system (≤768px mobile, 768-900px tablet, >900px desktop).
     
    282282
    283283== Changelog ==
    284 = 2.4.5 =
     284= 3.2.0 =
    285285* 📱 **MAJOR MOBILE UX ENHANCEMENT: Mobile-First Responsive Design**
    286286* **NEW:** Complete mobile-first responsive design with card-based layouts for mobile devices
     
    766766== Upgrade Notice ==
    767767
    768 = 2.4.5 =
     768= 3.2.0 =
    769769Major mobile user experience enhancement with mobile-first responsive design, touch gestures, and WCAG 2.1 accessibility compliance. 40%+ performance improvement on mobile devices.
    770770
  • tablecrafter-wp-data-tables/trunk/tablecrafter.php

    r3441608 r3441669  
    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: 2.4.5
     6 * Version: 3.2.0
    77 * Author: TableCrafter Team
    88 * Author URI: https://github.com/fahdi
     
    1919 * Global Constants
    2020 */
    21 define('TABLECRAFTER_VERSION', '2.4.5');
     21define('TABLECRAFTER_VERSION', '3.2.0');
    2222define('TABLECRAFTER_URL', plugin_dir_url(__FILE__));
    2323define('TABLECRAFTER_PATH', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.