hotfixing release 0.4.7
This commit is contained in:
parent
910f782934
commit
c9beb0307e
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "0.4.6",
|
||||
"version": "0.4.7",
|
||||
"homepage": "http://understrap.com",
|
||||
"authors": [
|
||||
"Holger Koenemann <office@holgerkoenemann.de>"
|
||||
|
@ -31,6 +31,6 @@
|
|||
"tether": "~1.3.2"
|
||||
},
|
||||
"_source": "https://github.com/holger1411/understrap.git",
|
||||
"_target": "~0.4.6",
|
||||
"_target": "~0.4.7",
|
||||
"_originalSource": "understrap"
|
||||
}
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
*/
|
||||
|
||||
function understrap_scripts() {
|
||||
wp_enqueue_style( 'understrap-styles', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), '0.4.6');
|
||||
wp_enqueue_style( 'understrap-styles', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), '0.4.7');
|
||||
wp_enqueue_script('jquery');
|
||||
wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . '/js/theme.min.js', array(), '0.4.6', true );
|
||||
wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . '/js/theme.min.js', array(), '0.4.7', true );
|
||||
|
||||
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
|
||||
wp_enqueue_script( 'comment-reply' );
|
||||
|
@ -31,7 +31,7 @@ function understrap_slider(){
|
|||
"items"=> intval( get_theme_mod( 'understrap_theme_slider_count_setting', 1 ))
|
||||
);
|
||||
|
||||
wp_enqueue_script("understrap-slider-script", get_stylesheet_directory_uri() . '/js/slider_settings.js', array(), '0.4.6');
|
||||
wp_enqueue_script("understrap-slider-script", get_stylesheet_directory_uri() . '/js/slider_settings.js', array(), '0.4.7');
|
||||
wp_localize_script( "understrap-slider-script", "understrap_slider_variables", $data );
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "0.4.6",
|
||||
"version": "0.4.7",
|
||||
"description": "Wordpress Theme framework",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -19,6 +19,10 @@ UnderStrap is released under the terms of the GPL version 2 or (at your option)
|
|||
http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
|
||||
|
||||
## Changelog
|
||||
- ** 0.4.7 Aug. 15the 2016 **
|
||||
- Fixing problem with tag page
|
||||
- Fixing Navbar "hopping"
|
||||
- Global bugfixing and streamlining performance issues
|
||||
|
||||
- ** 0.4.6 Aug. 1st 2016 **
|
||||
- Update to Bootstrap 4 Alpha 3
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a so
|
|||
That downloads everything and move it in place so that you can recompile your CSS and JS files;
|
||||
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/holger1411/understrap
|
||||
A child theme is available on Github, too: https://github.com/holger1411/understrap-child;
|
||||
Version: 0.4.6
|
||||
Version: 0.4.7
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: understrap
|
||||
|
|
Reference in New Issue