Final switch from BS3 to BS4

This commit is contained in:
koenemann 2016-04-28 15:58:52 +02:00
parent 14fd5ffe9a
commit a7b89ac1de
3 changed files with 4 additions and 4 deletions

View File

@ -31,6 +31,6 @@
"bootstrap": "v4.0.0-alpha.2"
},
"_source": "https://github.com/holger1411/understrap.git",
"_target": "~0.3.8",
"_target": "~0.4.0",
"_originalSource": "understrap"
}

View File

@ -6,9 +6,9 @@
*/
function understrap_scripts() {
wp_enqueue_style( 'understrap-styles', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), '0.3.8');
wp_enqueue_style( 'understrap-styles', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), '0.4.0');
wp_enqueue_script('jquery');
wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . '/js/theme.min.js', array(), '0.3.8', true );
wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . '/js/theme.min.js', array(), '0.4.0', true );
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' );

View File

@ -1,6 +1,6 @@
{
"name": "understrap",
"version": "0.3.8",
"version": "0.4.0",
"description": "Wordpress Theme framework",
"main": "index.js",
"scripts": {