Skip to content

Releases: mWasyluk/kodeleon-tables

Release list

v2.1.1

Choose a tag to compare

@mWasyluk mWasyluk released this 29 Mar 15:15

Kodeleon Tables v2.1.1

This is the first stable release under the Kodeleon Tables brand (previously Codove Tables). It includes a complete rewrite of the plugin architecture, major new features introduced in v2.0 and v2.1, and a stability patch addressing critical bugs found during manual testing.

Highlights

  • New plugin identity - renamed from codove-tables to kodeleon-tables with updated namespace, text domain, and file structure
  • API schemas - define multiple response shapes per table, controlling which fields and image sizes are returned
  • Multi-ratio srcset - media fields can return multiple crop ratios with responsive srcset data
  • Universal filter builder - visual rule builder with grouped AND/OR logic and 12 operators, used across schemas and sharing sessions
  • Redesigned sharing sessions - configurable public editor with accordion layout, edit status tracking, and deferred media upload
  • Admin review - field-by-field diff comparison for submitted session data with one-click approval
  • Bulk actions - mass operations on records (delete all, publish all, draft all)
  • REST API caching - transient-based cache layer with automatic invalidation on data changes
  • Role-based access control - three granular capabilities (kt_admin, kt_records_manage, kt_group_settings_manage)
  • Diagnostics panel - system info, database status, and debug log viewer

Bug fixes (v2.1.1)

  • fixed critical PHP error on the session review page
  • fixed session renewal generating incompatible tokens and malformed URLs
  • fixed incorrect created/updated counts when approving session data
  • fixed false crop data changes appearing in session diff
  • fixed missing "remove photo" button for newly selected files in public editor
  • added fullscreen upload overlay preventing premature page close during file transfer

Requirements

  • WordPress 5.8+
  • PHP 7.4+