Plugin Directory

Changeset 3441715


Ignore:
Timestamp:
01/17/2026 10:30:11 PM (3 months ago)
Author:
fahdi
Message:

Release v3.2.1: Enhanced WCAG compliance documentation

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

Legend:

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

    r3441638 r3441715  
    6363
    6464**🏦 Financial Services & FinTech**
     65
    6566* Live cryptocurrency prices and trading data (CoinGecko, Binance, Alpha Vantage APIs)
    6667* Stock market performance, portfolio tracking, and investment analytics
     
    6970
    7071**🛒 E-Commerce & Retail**
     72
    7173* Real-time inventory levels and product catalogs from external suppliers
    7274* Price comparison tables from multiple vendors and marketplaces
     
    7577
    7678**⚗️ Scientific & Research**
     79
    7780* Laboratory data analysis, experiment results, and research findings
    7881* Clinical trial data, patient records, and medical research statistics
     
    8184
    8285**🏢 Enterprise & SaaS**
     86
    8387* Client portals with usage metrics, billing information, and analytics dashboards
    8488* Employee directories, organizational charts, and HR management systems
     
    8791
    8892**🏘️ Real Estate & Property**
     93
    8994* MLS property listings with live market data and pricing trends
    9095* Rental property management, tenant information, and lease tracking
     
    9398
    9499**📺 Media & Publishing**
     100
    95101* Live sports scores, player statistics, and league standings
    96102* Social media metrics, engagement analytics, and influencer data
     
    99105
    100106**🎓 Education & Training**
     107
    101108* Student grade books, attendance records, and academic progress tracking
    102109* Course catalogs, class schedules, and enrollment management
     
    105112
    106113**🚀 Startups & Agencies**
     114
    107115* Client project portfolios, case studies, and testimonial databases
    108116* Freelancer marketplaces, service provider directories, and vendor listings
     
    129137
    130138### 🚀 Quick Start (Recommended)
     139
    1311401. **Install**: Go to **Plugins > Add New** in your WordPress admin, search for `TableCrafter`, and click **Install Now**.
    1321412. **Activate**: Click **Activate Plugin** on the confirmation screen.
     
    135144
    136145### 📥 Manual Installation
     146
    1371471. **Download**: Download the plugin ZIP file from WordPress.org or GitHub.
    1381482. **Upload**: Go to **Plugins > Add New > Upload Plugin** and select the ZIP file.
     
    141151
    142152### ✨ Next Steps After Installation (Works with ANY WordPress Setup!)
     153
    1431541. **Interactive Learning**: Use the welcome screen to explore features with live demo data.
    1441552. **Choose Your Perfect Integration Method**:
     
    152163
    153164### 🔧 For Developers
     165
    154166- **Theme Integration**: Use `[tablecrafter]` shortcodes in template files with PHP: `echo do_shortcode('[tablecrafter source="..."]');`
    155167- **Custom Styling**: Override CSS classes starting with `.tc-` to match your theme design
  • tablecrafter-wp-data-tables/tags/3.2.1/readme.txt

    r3441669 r3441715  
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 3.2.0
     6Stable tag: 3.2.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    2323**👆 TOUCH GESTURE SYSTEM** - Intuitive swipe gestures for mobile card interactions. Right swipe to expand/collapse, left swipe for quick actions, with visual feedback and haptic support on supported devices. The only WordPress table plugin with native touch gesture support.
    2424
    25 **♿ WCAG 2.1 AA ACCESSIBILITY COMPLIANCE** - Full accessibility compliance with 44px minimum touch targets, screen reader optimization, and keyboard navigation. Perfect for enterprises requiring accessibility standards compliance.
     25**♿ WCAG 2.1 AA ACCESSIBILITY COMPLIANCE** - Full accessibility compliance with 44px minimum touch targets, semantic ARIA labels, screen reader optimization, high contrast support, and comprehensive keyboard navigation. Perfect for enterprises and government organizations requiring strict accessibility standards compliance.
    2626
    2727**⚡ MOBILE PERFORMANCE OPTIMIZED** - 40%+ performance improvement on mobile devices with <150ms touch response times. Reduced memory footprint and optimized rendering for smooth 60fps interactions on all mobile devices.
     
    282282
    283283== Changelog ==
     284= 3.2.1 =
     285* 📋 **DOCUMENTATION ENHANCEMENT: Improved WCAG Compliance Details**
     286* **Enhanced:** More detailed WCAG 2.1 AA compliance documentation with semantic ARIA labels and high contrast support
     287* **Improved:** Better accessibility feature descriptions for enterprise and government use cases
     288
    284289= 3.2.0 =
    285290* 📱 **MAJOR MOBILE UX ENHANCEMENT: Mobile-First Responsive Design**
     
    766771== Upgrade Notice ==
    767772
     773= 3.2.1 =
     774Enhanced WCAG compliance documentation with detailed accessibility features for enterprise and government use cases.
     775
    768776= 3.2.0 =
    769777Major mobile user experience enhancement with mobile-first responsive design, touch gestures, and WCAG 2.1 accessibility compliance. 40%+ performance improvement on mobile devices.
  • tablecrafter-wp-data-tables/tags/3.2.1/tablecrafter.php

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

    r3441669 r3441715  
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 3.2.0
     6Stable tag: 3.2.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    2323**👆 TOUCH GESTURE SYSTEM** - Intuitive swipe gestures for mobile card interactions. Right swipe to expand/collapse, left swipe for quick actions, with visual feedback and haptic support on supported devices. The only WordPress table plugin with native touch gesture support.
    2424
    25 **♿ WCAG 2.1 AA ACCESSIBILITY COMPLIANCE** - Full accessibility compliance with 44px minimum touch targets, screen reader optimization, and keyboard navigation. Perfect for enterprises requiring accessibility standards compliance.
     25**♿ WCAG 2.1 AA ACCESSIBILITY COMPLIANCE** - Full accessibility compliance with 44px minimum touch targets, semantic ARIA labels, screen reader optimization, high contrast support, and comprehensive keyboard navigation. Perfect for enterprises and government organizations requiring strict accessibility standards compliance.
    2626
    2727**⚡ MOBILE PERFORMANCE OPTIMIZED** - 40%+ performance improvement on mobile devices with <150ms touch response times. Reduced memory footprint and optimized rendering for smooth 60fps interactions on all mobile devices.
     
    282282
    283283== Changelog ==
     284= 3.2.1 =
     285* 📋 **DOCUMENTATION ENHANCEMENT: Improved WCAG Compliance Details**
     286* **Enhanced:** More detailed WCAG 2.1 AA compliance documentation with semantic ARIA labels and high contrast support
     287* **Improved:** Better accessibility feature descriptions for enterprise and government use cases
     288
    284289= 3.2.0 =
    285290* 📱 **MAJOR MOBILE UX ENHANCEMENT: Mobile-First Responsive Design**
     
    766771== Upgrade Notice ==
    767772
     773= 3.2.1 =
     774Enhanced WCAG compliance documentation with detailed accessibility features for enterprise and government use cases.
     775
    768776= 3.2.0 =
    769777Major mobile user experience enhancement with mobile-first responsive design, touch gestures, and WCAG 2.1 accessibility compliance. 40%+ performance improvement on mobile devices.
  • tablecrafter-wp-data-tables/trunk/tablecrafter.php

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