Version 1.2.4 Release

This commit is contained in:
Stingray82 2025-07-26 14:33:21 +01:00
parent ecd18ffa53
commit c1c8df3678
7 changed files with 26 additions and 17 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -2,10 +2,10 @@
/**
* Plugin Name: MainWP Client Notes Pro Report Extension
* Description: This adds client notes to your pro report
* Tested up to: 6.8.1
* Tested up to: 6.8.2
* Requires at least: 6.5
* Requires PHP: 7.4
* Version: 1.2.4-beta
* Version: 1.2.4
* Author: reallyusefulplugins.com
* Author URI: https://reallyusefulplugins.com
* License: GPL-2.0-or-later
@ -221,7 +221,7 @@ global $mainwpclientnotesproreportExtensionActivator;
$mainwpclientnotesproreportExtensionActivator = new MainWP_Client_Pro_Report_Notes_Activator();
// Define plugin constants
define('RUP_MAINWP_CLIENT_NOTES_VERSION', '1.2.3');
define('RUP_MAINWP_CLIENT_NOTES_VERSION', '1.2.4');
// ──────────────────────────────────────────────────────────────────────────
// Updater bootstrap (plugins_loaded priority 1):

View file

@ -3,17 +3,16 @@ Contributors: reallyusefulplugins
Donate link: https://reallyusefulplugins.com/donate
Tags: MainWP, ClientNotes, Pro-report
Requires at least: 6.5
Tested up to: 6.8.1
Stable tag: 1.2.3
Tested up to: 6.8.2
Stable tag: 1.2.4
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Install on your dashboard and it will allow you to pull data from Cloudflare for your MainWP reports.
Install on your dashboard within client sites you will now have a new area to add work notes and you can use them in your reports too.
== Description ==
Install on your dashboard and it will allow you to pull data from Cloudflare for your MainWP reports.
Install on your dashboard within client sites you will now have a new area to add work notes and you can use them in your reports too.
== Installation ==
1. Upload the `mainwp-work-notes-proreports-extention` folder to the `/wp-content/plugins/` directory.
@ -23,6 +22,11 @@ Install on your dashboard and it will allow you to pull data from Cloudflare for
== Frequently Asked Questions ==
== Changelog ==
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

View file

@ -4,7 +4,7 @@ Donate link: https://reallyusefulplugins.com/donate
Tags: MainWP, ClientNotes, Pro-report
Requires at least: 6.5
Tested up to: 6.8.1
Stable tag: 1.2.2
Stable tag: 1.2.3
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@ -23,6 +23,7 @@ Install on your dashboard and it will allow you to pull data from Cloudflare for
== Frequently Asked Questions ==
== Changelog ==
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

View file

@ -1,8 +1,7 @@
Install on your dashboard and it will allow you to pull data from Cloudflare for your MainWP reports.
Install on your dashboard within client sites you will now have a new area to add work notes and you can use them in your reports too.
== Description ==
Install on your dashboard and it will allow you to pull data from Cloudflare for your MainWP reports.
Install on your dashboard within client sites you will now have a new area to add work notes and you can use them in your reports too.
== Installation ==
1. Upload the `mainwp-work-notes-proreports-extention` folder to the `/wp-content/plugins/` directory.

View file

@ -1,19 +1,19 @@
{
"slug": "MainWP-Client-Notes-For-Pro-Report",
"name": "MainWP Client Notes Pro Report Extension",
"version": "1.2.3",
"version": "1.2.4",
"author": "reallyusefulplugins.com",
"author_homepage": "https://reallyusefulplugins.com",
"requires_php": "7.4",
"requires": "6.5",
"tested": "6.8.1",
"tested": "6.8.2",
"sections": {
"description": "Install on your dashboard and it will allow you to pull data from Cloudflare for your MainWP reports.",
"description": "Install on your dashboard within client sites you will now have a new area to add work notes and you can use them in your reports too.",
"installation": "1. Upload the `mainwp-work-notes-proreports-extention` folder to the `/wp-content/plugins/` directory.<br />\r\n2. Activate the plugin through the 'Plugins' menu in WordPress.<br />\r\n3. Configure the plugin settings it is located in the Simply Static Menu",
"frequently_asked_questions": "",
"changelog": "<li>1.23 - Update: UUPD - 1.25 &amp; Improved: New Line Removal and Support for &lt;/br&gt; - S Najman</li><li>1.22 - Scoped UUPD to make it unique to my plugins</li><li>1.21 - added language support on the notes display stable</li><li>added: dutch translation</li><li>added: support for client report extension &lt; 4.0.15, needs the manual adding the token in client report admin</li><li>1.11 - V1.2 - Added automatic updates using GitHub to the plugin (Experimental)</li><li>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.</li>"
"changelog": "<li>1.2.4</li><li>- Added support for editing Work Notes using the WordPress visual editor (TinyMCE), enabling rich text formatting.</li><li>- Notes are now stored and displayed with HTML formatting, preserving line breaks, styling, and structure.</li><li>- Improved note editing logic to ensure existing notes (including index 0) are correctly updated instead of creating duplicates in HTML editor</li><li>- Update Plugin Description</li><li>1.23 - Update: UUPD - 1.25 &amp; Improved: New Line Removal and Support for &lt;/br&gt; - S Najman</li><li>1.22 - Scoped UUPD to make it unique to my plugins</li><li>1.21 - added language support on the notes display stable</li><li>added: dutch translation</li><li>added: support for client report extension &lt; 4.0.15, needs the manual adding the token in client report admin</li><li>1.11 - V1.2 - Added automatic updates using GitHub to the plugin (Experimental)</li><li>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.</li>"
},
"last_updated": "2025-07-14 05:23:26",
"last_updated": "2025-07-26 13:33:21",
"download_url": "https://github.com/stingray82/MainWP-Client-Notes-For-Pro-Report/releases/latest/download/mainwp-work-notes-proreports-extention.zip",
"banners": {
"low": "https://raw.githubusercontent.com/stingray82/MainWP-Client-Notes-For-Pro-Report/main/uupd/banner-772x250.png",