Klick17 Core
Underlying Core functionality for Klick17 ecosystem
by Michael Presečan @ Klick17.com · github.com/k17-dev-projects/k17-100-core · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/k17-dev-projects/k17-100-core/archive/refs/heads/main.zipk17-core
Klick17 Core
Changelog
2.4.0 2024-02-28
- Feature: added is_admin() method to user class
2.3.1 2024-02-12
- Feature: added support for checkbox group (checkboxes)
- Feature: added support for group buttons on radio buttons and checkboxes
- Improvement: improved the use of the form javascript submit function
2.3.0 2024-02-09
- Feature: added support for plain text render field
2.2.4 2023-11-20
- Bugfix: radio buttons should not have div.form-check if they are without label
- Feature: added support for should_render_block filter given block object in parameters
- Bugfix: added support for associative array in k17_render_form function for data object / now arrays included
- Bugfix: value selected for radio buttons in it's render function
- Feature: added support for backend_url in K17_User class
2.2.3 2023-11-19
- Bugfix: fixed issue with K17_User::fill() function
2.2.2 2023-11-12
- Improvement: When form submitted in render framework, it will scroll up to the beginning of the form to show the appropriate message
2.2.1 2023-11-11
- Bugfix: fixed the issue with loading nonce of htmx forms
2.2.0 2023-11-10
- Improvement: Form Render functionality improved by adding correct place for form-check in checkbox
- Improvement: Added wrapper support for submit button in render form functionality
2.1.0 2023-11-08
- Bugfix: fixed undefined pages query in page manager, i.e. 404 page, $page not defined issue
2.1.0 2023-11-07
- Feature: Added support for custom classes in blocks
- Feature: Added support for block width
- Improvements: Refactored block rendering with private methods for applying filters and adding actions for the block system
2.0.0 2023-11-01
- Improvement: Refactored HTMX support
- Improvement: Added HTMX support for /hx/ template folder
1.3.0 2023-10-31
- Feature: Added support for page templating
- Improvement: HTMX supports also in templating system
1.2.1 2023-10-29
- Bugfix: k17_display_image() issue with thumbnail fixed
1.2.0 2023-10-26
- Feature: Added support for template assets folder for k17_get_assets_url() function
- Bugfix: remove windows dependency on template manager
1.1.1 2023-10-25
- Feature: Added k17_render_template and k17_display_template - simplifies template rendering
1.0.14 2023-10-23
- Feature: Added support for preventing block render based on hooks
1.0.13 2023-10-18
- Feature: Added support for block wrapping options
1.0.12 2023-10-17
- Bugfix: licensing check for development server
- Improvements: Intellisense for k17_array_any
1.0.11 2023-10-16
- Adds url, backend_url and title as a property of Klick17 class
- Migrates devtools from the dashboard page to the Tools section
- Implements new changelog functionality for all klick17 plugins
1.0.9 2023-10-15
- Fixes DX on render elements
1.0.8 2023-10-10
- Adds k17_windows_path_compatibility( $path ) function
1.0.7 2023-10-09
- Feature update: added support for block mandatory options apply_filters('k17/blocks/mandatory_options')
1.0.6 2023-10-08
- Bug fix with k17_get_image_url with thumbnails
1.0.5 2023-09-24
- Bug fix with licensing from development server, enables to use the plugin on development and local vvv servers
1.0.4 2023-09-22
- Bug fix with show images if using WordPress 6.3.0 or higher
1.0.2 2023-09-07
- Bug fix with certification check, which unnecessary gave error message when certificate was valid
1.0.1 2023-09-06
- Added support for HTMX framework
- Added plugin activation hook for base plugin
1.0.0
- Initial release of the plugin