mirror of
https://gh.wpcy.net/https://github.com/stingray82/MainWP-Client-Notes-For-Pro-Report.git
synced 2026-05-07 07:11:15 +08:00
38 lines
2.1 KiB
Text
38 lines
2.1 KiB
Text
1.3.0
|
||
New:
|
||
- Migration system to move existing Work Notes from wp_options to a dedicated database table (wp_mainwp_work_notes)
|
||
- Admin toolbar button to trigger migration (only visible to admins if migration hasn't yet run)
|
||
- Support for Flatpickr-powered date selection with WordPress-compatible display format
|
||
- Automatically populate today’s date when creating a new note
|
||
- Version-based logic to clean up legacy data and remove migration code in future versions
|
||
|
||
Changed:
|
||
- Work Notes are now saved, retrieved, and displayed from a dedicated database table for performance and scalability
|
||
- JS form handling improved:
|
||
- Notes load correctly into the editor and date field when editing
|
||
- Form resets after save with today's date pre-filled
|
||
- Save button label dynamically changes between "Save Note" and "Update Note" based on context
|
||
|
||
Clean-up:
|
||
- Migration logic grouped and documented for future removal in v1.3.2
|
||
- Legacy wp_options notes will be removed automatically in v1.3.4+
|
||
- Date picker logic centralized and fallback-safe
|
||
- Enhanced UI interactivity with better error handling and feedback
|
||
|
||
1.2.5
|
||
New: Added Support for Preleases
|
||
New: Updated UUPD to 1.3.0
|
||
|
||
|
||
1.2.4
|
||
- Added support for editing Work Notes using the WordPress visual editor (TinyMCE), enabling rich text formatting.
|
||
- Notes are now stored and displayed with HTML formatting, preserving line breaks, styling, and structure.
|
||
- Improved note editing logic to ensure existing notes (including index 0) are correctly updated instead of creating duplicates in HTML editor
|
||
- Update Plugin Description
|
||
1.23 - Update: UUPD - 1.25 & Improved: New Line Removal and Support for </br> - S Najman
|
||
1.22 - Scoped UUPD to make it unique to my plugins
|
||
1.21 - added language support on the notes display stable
|
||
added: dutch translation
|
||
added: support for client report extension < 4.0.15, needs the manual adding the token in client report admin
|
||
1.11 - V1.2 - Added automatic updates using GitHub to the plugin (Experimental)
|
||
Over the next week or so this will slowly increase to V1.2 as I test a new deploy script and updater for GitHub repos.
|