|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [3.9.1] (2025-11-14) |
| 4 | + |
| 5 | +### Changed |
| 6 | +* Migrated to native CSS direction handling (RTL/LTR) for improved compatibility and simpler styling |
| 7 | +* Updated dependencies to the latest compatible versions |
| 8 | + |
| 9 | +### Fixed |
| 10 | +* Fixed TinyMCE menu button registration to prevent initialization failure |
| 11 | +* Fixed the position of the 'code direction' control in the editor |
| 12 | + |
| 13 | +## [3.9.0] (2025-11-13) |
| 14 | + |
| 15 | +### Added |
| 16 | +* Added contextual notices in the Snippets list table to surface action results and warnings in the UI |
| 17 | +* Expanded Multisite Sharing settings for clearer control over network-wide snippet sharing |
| 18 | + |
| 19 | +### Changed |
| 20 | +* Modernized browser support targets and polished admin UI (clearer row-action badges, improved Pro badge hover, refined active snippet name styling) |
| 21 | + |
| 22 | +### Fixed |
| 23 | +* Fixed REST API pagination to return correct results and page counts |
| 24 | +* Resolved styling selector so the active snippet name highlights reliably |
| 25 | + |
| 26 | +## [3.9.0-beta.2] (2025-11-10) |
| 27 | + |
| 28 | +### Added |
| 29 | +* Added 'Snippets' row action to the Network Sites table |
| 30 | +* Improved snippet name visibility for network users |
| 31 | + |
| 32 | +### Changed |
| 33 | +* Refined badge styling and hover effects for row actions and badges |
| 34 | +* Impoved icon style and color usage for network snippets for clearer differentiation |
| 35 | + |
| 36 | +### Fixed |
| 37 | +* Improved network snippets management with better subsite menu permission checks |
| 38 | +* Fixed status labels for shared network snippets |
| 39 | +* Corrected network condition checks and improved snippet fetching logic |
| 40 | +* Handled fatal errors in file-based snippets to prevent crashes |
| 41 | + |
| 42 | +## [3.9.0-beta.1] (2025-11-03) |
| 43 | + |
| 44 | +### Added |
| 45 | +* Soft delete (Trash) functionality for snippets with ability to undo, restore or permanently delete. |
| 46 | +* Bulk actions for trashing, restoring, and permanently deleting multiple snippets. |
| 47 | +* Separate filtered view to manage trashed snippets. |
| 48 | + |
| 49 | +## [3.8.2] (2025-10-31) |
| 50 | + |
| 51 | +### Fixed |
| 52 | +* Improved namespaced PHP snippet handling with file based execution. |
| 53 | + |
3 | 54 | ## [3.8.1] (2025-10-28) |
4 | 55 |
|
5 | 56 | ### Added |
|
0 commit comments