This update brings improved compatibility with the new Widget Editor introduced in WordPress 5.8. It also improves compatibility with the Custom Entry Order addon.
This update also includes the following changes:
- TWEAK: Improve compatibility with WordPress >= 5.8 and the new Widgets admin page. Ensure the widget preview is properly refreshed after widget settings changes.
- TWEAK: Ensure variable is instance of
cnTemplate
before accessing it. - TWEAK: Add
suppress_filters
parameter to calls tocnRetrieve::entries()
. - TWEAK: Set
parse_request
to false when callingcnRetrieve::entries()
. - TWEAK: Add private widget id property to widget classes for consistency and code deduplication.
- TWEAK: Check for instance of
cnEntry_Date
before accessing object. - BUG: Ensure the “Link to Entry?” option in the widgets are correctly applied.
- OTHER: Remove commit meta from changelog.
- DEV: phpDoc corrections.
- DEV: Code formatting.
- DEV: Add newline for code formatting consistency.
- DEV: Correct inline doc.