Skip to content

Releases: hrsetyono/edje-wp-library

3.9.2

27 May 02:06
Compare
Choose a tag to compare
- [Comment] Changed the action to `wp` so it's only applied to frontend
- [Admin CSS] Removed the style that hides The SEO Framework tabs

3.9.1

22 May 04:13
Compare
Choose a tag to compare
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

21 May 16:12
Compare
Choose a tag to compare
New Module: COMMENT

- Add markdown toolbar at the comment form
- Require theme support `h-comment`
- Removed the script that toggles Name and Email field. Now all shown at the beginning

3.8.5

18 May 14:02
Compare
Choose a tag to compare

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 native wp_remote_post()
  • Refactored H::POST to use native wp_remote_post()

3.8.4

17 May 14:24
Compare
Choose a tag to compare
- Changed the editor styling to fit Custy 1.5.2

3.8.3

14 May 13:21
Compare
Choose a tag to compare
- [FAQ] Minor update to the editor's styling
- [Jetpack] Fixed Related posts not removed

3.8.2

13 May 09:13
Compare
Choose a tag to compare
- Fixed deprecated block functoins

3.8.1

13 May 08:44
Compare
Choose a tag to compare
- Fixed deprecated H::register_block setting
- Fixed FAQ Block being always opened
- Fixed FAQ Block from running in Blog page

3.8.0

11 Apr 12:24
Compare
Choose a tag to compare
POST COLUMN

- Refactored to have more friendly API.

EDITOR

- Temporarily removed "Slider" style in Gallery block.
- Added styling to fix the padding of ACF fields in sidebar.

3.7.3

03 Apr 10:16
Compare
Choose a tag to compare
  • [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 support h-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.