Releases: hrsetyono/edje-wp-library
Releases · hrsetyono/edje-wp-library
2.2.0
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
2.1.3
2.1.2
2.1.1
- 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
- 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.