### How to Use the New Shortcodes and Blocks
#### Shortcodes:
1. **Forgot License**: `[slm_forgot_license]`
- Displays a form where users can enter their email to retrieve license information.
- Can be added to any page or post manually.
2. **List Licenses**: `[slm_list_licenses]`
- Dynamically displays a table of licenses associated with the logged-in user.
- Useful for pages where users manage their licenses.
#### Blocks:
1. **Forgot License Block**:
- Found under the "SLM Plus" category in the block editor.
- Provides an interactive form preview in the editor.
- On the frontend, renders the `[slm_forgot_license]` shortcode.
improved: item reference (there were cases where it will return empty values)
improved: woocommerce support, now slm auto auto populates values from the settings panels when creating a new license product
improved: toggling off slm admin bar removes the shortcut link from the admin bar
improved: language internalization
Signed-off-by: Michel Velis <michel@epikly.com>
Fixed: Activation date was not displaying correctly when saving or adding new licenses
UPDATE: when a license is set to lifetime the expiration field will be disabled and ignore.
FIXED: when a license was set to lifetime the expiration was getting populated with a future date.
Improvement: fixed some typos and improved the Spanish language pack
Updated: updated the product type template to work with any theme.
- added: support for email reminder, user will receive an email when license has expired
- fixed: a bug where email will be send-out
- added: custom fields to woocommece order
- added: product type (license) for woocommerce
- rebuilt my licenses in my account page
- added: until version and current version to api
- ui: change styles to match more wp interface
fixed minor links giving 404 from jquery ui library
added: activity log for licenses api
added: woocommerce order details with license, status, and license type
added: subscribers, now you can manage licenses by subscribers
added: screen options
added: filter by tags inside the license table
added: admin stats dashboard
fixed: minor depreciation errors
bugs: fixed another minor errors and bugs
- removed auto update helper
- added activation date to license key
- deleted unnecessary code and files
- renamed some functions to keep consistancy
- fixed sql warnings and updated some classes
- improved api key and secret key
- added screen options to license list table
- added new utility classes and functions
improved api key and secret key
added screen options to license list table
removed unneeded files and code
removed auto updater
added new utility classes and functions
- added: new error codes to api listener
- added: export functionality for license
- added: form validation when creating a new license in wp admin
- fixes: cleaned code and improved ui
- added: license key is saved inside wc order as a custom field value
- added: license key added as a click-able note
- fixed: email notification when order is completed
- added: my subscriptions table to thank you order page
- fixed: license generation for wp-stores
- added: new error codes to api listener
- added: export functionality for license
- added: form validation when creating a new license in wp admin
- fixes: cleaned code and improved ui