Skip to content

Releases: hrsetyono/edje-wp-library

2.2.0

06 May 03:38
44856be
Compare
Choose a tag to compare

GUTENBERG

  • Added filter for the_content that replace Read More block with button.
  • Added JS to set default alignment.
  • Added JS to add Style in Columns block.

CSS

  • Added custom CSS so the edito fits the styling from Edje WP Theme

JS

  • Added script to toggle Read More block.

2.1.4

18 Apr 05:42
986bd13
Compare
Choose a tag to compare
  • [Activation Hook] Added "blog-nav" menu containing 2 links: All Posts and Uncategorized category
  • [Helper] Refactored Twig Helper

2.1.3

15 Apr 14:45
1754e59
Compare
Choose a tag to compare
- Fixed customizer code due to wrong type hint

2.1.2

11 Apr 03:32
bdb15f5
Compare
Choose a tag to compare
- Added proper PHPDoc for core features
- Refactored constructor for `acf-blocks.php` and `taxonomy.php`
- [CPT] The argument `show_in_rest` now defaults to true. Add the support `no-api` if you want to disable it

2.1.1

09 Apr 16:16
Compare
Choose a tag to compare
- Refactored PostType _create_wp_args()
- Changed button shortcode. Now support 2 additional classes
- Replaced class_exists() function with _H::is_plugin_active()
- Added CSS to modify ACF WYSIWYG field. In the wrapper, add `--basic` class to remove most buttons and add `--short` to reduce the height.
- Replaced Google+ link with Instagram link in default nav that is generated on activation hook.

2.1.0

02 Apr 02:24
Compare
Choose a tag to compare
- Added new module: Gutenberg.
- Moved Gutenberg related code from other module to the new one.
- Removed the dequeue script for Jetpack's responsive videos. Gutenberg's embed already support this.
- Renamed `h-jetpack.js` to `h-library.js`
- Refactored `h-library.js` to use pure JavaScript
- Fixed the Gallery block in sample post that is created on activation_hook.

2.0.2

27 Mar 09:35
Compare
Choose a tag to compare
- Fixed activation_hook not working due to wrong class scope.
- Changed [grid] shortcode format. Check wiki for details.
- Added [button] shortcode format. Check wiki for details.
- Fixed wrong return format on Post Type function create_labels();

2.0.1

20 Mar 05:11
a2b0a5e
Compare
Choose a tag to compare

Reduce composer/installers requirement to ~1.0 from >=1.6.0

2.0.0

19 Mar 02:24
47c9109
Compare
Choose a tag to compare
  • Changed the format of Post Type and Taxonomy.
  • Combined all _run.php to one in index file.

0.8.2

05 Jul 03:34
Compare
Choose a tag to compare
  • Added Customizer feature