Releases: getstagent/stagent-wp
Releases · getstagent/stagent-wp
0.2.5
0.2.4
- Option to enable/disable 'Powered by Stagent'.
- Optimized and minified CSS.
0.2.3
- Adjusted minimum required versions
0.2.2
- Store widget script as URL and enqueue it.
- Add element existence checks in JS.
0.2.1
- Applied feedback from WordPress.org
0.2.0
- New shortcode attributes
show_past="true|false"to control visibility of "Past" and "Upcoming" toggle buttons (defaults totrueif past bookings are enabled in settings). - New shortcode attribute
dark_mode="true|false"to enable/disable dark mode per shortcode instance (overrides settings, defaults tofalse). - New shortcode generator located in the Settings > Stagent page under the "Shortcode Generator" tab.
- Added nonce security, migrated inline JS to
stagent-admin.js, refinedstagent_booking_widgetvalidation, and streamlined shortcode generator UI for better usability and compliance. - Enhanced template security with sanitization/escaping, added type safety, updated README with full
$attsdocs, fixed filename mismatches and 403 errors, and ensured widget display consistency.
0.1.0
- Initial pre-release