Skip to content

Releases: hrsetyono/edje-wp-library

7.0.0

02 Dec 07:13
Compare
Choose a tag to compare
  • Removed all Timber-related code as Edje Theme 12.0 no longer uses Timber.
  • Added H::get_pagination function to mimic Timber::get_pagination.
  • Added Comment walker to slightly modify default comment template so it's easier to style.

6.1.9

04 Nov 03:06
Compare
Choose a tag to compare
- Fixed Recent Posts widget not outputting title
- Added Markdown rendering in Social Widget
- Fixed register_taxonomy function from being broken

6.1.8

16 Aug 12:12
Compare
Choose a tag to compare
- Fixed FAQ block render causing fatal error

6.1.5

28 Jul 08:38
Compare
Choose a tag to compare
- Fixed Icon block giving debug error when there's no description

6.1.2

24 Jul 09:28
Compare
Choose a tag to compare
- Fixed Icon Block showing SVG markup when choosing to use Image.

6.1.1

24 Jul 09:23
Compare
Choose a tag to compare
  • Added new toggle to Icon Block that replace SVG icon with uploaded Image.

6.1.0

23 Jul 15:07
Compare
Choose a tag to compare
- Changed `H::register_post_type()` to allow overriding of all arguments.
- Changed `H::register_taxonomy()` to allow overriding of all arguments.

6.0.0

21 Jun 15:40
Compare
Choose a tag to compare
ICON BLOCK

- Added "--iconColor" variable so the text and icon can be separate color.
- Removed "Color on Icon only" style, this is now the default styling.
- Removed "Smaller" style.
- Added "Boxed" style. This is the previous default styling.

FAQ BLOCK

- Added v2 which is a dynamic block and has more consistent class naming. Now require theme support "h-faq-block-v2".
- Added FAQ Schema parser for v2

WIDGET

- Changed the markup of Logo, Button, Recent Posts, and Socials widget to be similar to Block's markup. In preparation of Full Site Editing.
- Added more settings to Button, Recent Posts, and Socials widget to mirror the settings in respective Blocks. Such as Button having "outline" style.
- Added more social media choices in Socials widget.

5.2.0

17 Jun 15:38
Compare
Choose a tag to compare
- Added compatibility with WP 5.8
- Removed the list of blocks to be disabled. The filter "h_disallowed_blocks" still exists, but you need to define what blocks to disable in your theme.
- Renamed "/module-editor" folder into "/module-gutenberg"
- Changed Recent Posts widget to using the markup of core/latest-posts block

5.1.2

30 May 10:19
Compare
Choose a tag to compare
- Changed Recent Posts widget to mimic the WP5.7 Latest Posts block