preparing 0.6.9 update part 2
This commit is contained in:
parent
01621eaf37
commit
6d953a08bd
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,3 +1,18 @@
|
||||||
|
- ** Release 0.6.9 November 28th 2017 **
|
||||||
|
- Basic guideline adjustments
|
||||||
|
- Update prefixes
|
||||||
|
- Remove automatically db updates by theme
|
||||||
|
- Rename and streamline functions
|
||||||
|
- Changing WooCommerce text domain to "understrap"
|
||||||
|
- Disable theme-settings.php call
|
||||||
|
- Remove jQuery 3.2.1 slim and switch back to WP core jQuery version
|
||||||
|
- Update Bootstrap 4 Beta 2 to commit which fixes jQuery conflict
|
||||||
|
|
||||||
|
|
||||||
|
- ** Release 0.6.8 November 27th 2017 **
|
||||||
|
- Theme check updates
|
||||||
|
- Bugfix release
|
||||||
|
|
||||||
- ** Release 0.6.7 November 24th 2017 **
|
- ** Release 0.6.7 November 24th 2017 **
|
||||||
- Workaround for jQuery inconsistency problem between Bootstrap Beta 2 and WordPress in noConflict mode
|
- Workaround for jQuery inconsistency problem between Bootstrap Beta 2 and WordPress in noConflict mode
|
||||||
- Adding jQuery slim 3.2.1
|
- Adding jQuery slim 3.2.1
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
function understrap_wpdocs_theme_add_editor_styles() {
|
function understrap_wpdocs_theme_add_editor_styles() {
|
||||||
add_editor_style( 'css/custom-editor-style.css' );
|
add_editor_style( 'css/custom-editor-style.css' );
|
||||||
}
|
}
|
||||||
add_action( 'admin_init', 'wpdocs_theme_add_editor_styles' );
|
add_action( 'admin_init', 'understrap_wpdocs_theme_add_editor_styles' );
|
||||||
|
|
||||||
// Add TinyMCE style formats.
|
// Add TinyMCE style formats.
|
||||||
add_filter( 'mce_buttons_2', 'understrap_tiny_mce_style_formats' );
|
add_filter( 'mce_buttons_2', 'understrap_tiny_mce_style_formats' );
|
||||||
|
|
Reference in New Issue