Releases: hrsetyono/edje-wp-library
Releases · hrsetyono/edje-wp-library
3.9.2
3.9.1
COMMENT EDITOR - Changed the conditional for Comment Editor from `h-comment` to `h-comment-editor` - Added conditional so the script is only enqueued if comment status is open. - Removed `h-wp.js` because most of its script are moved to this Comment module - Updated hEditor from 1.1.1 to 1.1.2
3.9.0
3.8.5
JETPACK
- Added a filter to insert SVG social icon in Sharing Buttons
- Removed all Jetpack blocks except Form and Star Rating
EDITOR
- Updated the Table styling to WP 5.4 class naming
- Added new filter
h_disallowed_blocks
that list out disabled blocks - Disabled Social Links block because giving CSS support for this is too heavy.
API
- Refactored
H::GET
to use nativewp_remote_post()
- Refactored H::POST to use native
wp_remote_post()
3.8.4
3.8.3
3.8.2
3.8.1
3.8.0
3.7.3
- [Vendor] Removed CSS dependency on Edje framework
- [Vendor] Replaced some value with CSS variable that's defined by Custy.
- [FAQ] Added a new FAQ Block that uses
<details>
tag. Require theme supporth-faq-block
. - [FAQ] Changed the FAQ Schema generator to work with the new format
- [FAQ] Deprecated - Pullquote custom styling to make it into FAQ block. If you still want to use this, simply do not add
h-faq-block
theme support.