Version changes to 0.4.4

This commit is contained in:
Holger Könemann 2016-06-18 13:56:58 +02:00
parent f9a5eb626d
commit f9d28c76b5
5 changed files with 17 additions and 10 deletions

View File

@ -21,6 +21,14 @@ http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
## Changelog ## Changelog
- **0.4.4 Jun. 18th 2016 **
- Adding an empty.php page template. Comes just with header, footer and a content area without markup. Good for build up landingpages. An empty canvas for your Bootstrap markup.
- Bower update
- Adding Theter script as dependency for BS4 tooltip component
- Resorting gulpfile.js
- **0.4.0 Apr. 29th 2016 ** - **0.4.0 Apr. 29th 2016 **
- Switching from Bootstrap 3 to Bootstrap 4 - Switching from Bootstrap 3 to Bootstrap 4
- Adding BrowserSync to gulpfile (again thx to @dvlopes) - Adding BrowserSync to gulpfile (again thx to @dvlopes)

View File

@ -1,6 +1,6 @@
{ {
"name": "understrap", "name": "understrap",
"version": "0.4.3", "version": "0.4.4",
"homepage": "http://understrap.com", "homepage": "http://understrap.com",
"authors": [ "authors": [
"Holger Koenemann <office@holgerkoenemann.de>" "Holger Koenemann <office@holgerkoenemann.de>"
@ -24,7 +24,6 @@
"tests" "tests"
], ],
"dependencies": { "dependencies": {
"bootstrap-sass": "~3.3.6",
"fontawesome": "~4.6.3", "fontawesome": "~4.6.3",
"_s": "https://github.com/Automattic/_s.git", "_s": "https://github.com/Automattic/_s.git",
"OwlCarousel2": "https://github.com/smashingboxes/OwlCarousel2.git", "OwlCarousel2": "https://github.com/smashingboxes/OwlCarousel2.git",
@ -32,6 +31,6 @@
"tether": "~1.3.2" "tether": "~1.3.2"
}, },
"_source": "https://github.com/holger1411/understrap.git", "_source": "https://github.com/holger1411/understrap.git",
"_target": "~0.4.3", "_target": "~0.4.4",
"_originalSource": "understrap" "_originalSource": "understrap"
} }

View File

@ -6,9 +6,9 @@
*/ */
function understrap_scripts() { function understrap_scripts() {
wp_enqueue_style( 'understrap-styles', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), '0.4.3'); wp_enqueue_style( 'understrap-styles', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), '0.4.4');
wp_enqueue_script('jquery'); wp_enqueue_script('jquery');
wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . '/js/theme.min.js', array(), '0.4.3', true ); wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . '/js/theme.min.js', array(), '0.4.4', true );
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' ); wp_enqueue_script( 'comment-reply' );
@ -31,7 +31,7 @@ function understrap_slider(){
"items"=>get_theme_mod( 'understrap_theme_slider_count_setting', 1 ) "items"=>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.3'); wp_enqueue_script("understrap-slider-script", get_stylesheet_directory_uri() . '/js/slider_settings.js', array(), '0.4.4');
wp_localize_script( "understrap-slider-script", "understrap_slider_variables", $data ); wp_localize_script( "understrap-slider-script", "understrap_slider_variables", $data );
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "understrap", "name": "understrap",
"version": "0.4.3", "version": "0.4.4",
"description": "Wordpress Theme framework", "description": "Wordpress Theme framework",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -31,11 +31,11 @@
"gulp-plumber": "^1.1.0", "gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2", "gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.0", "gulp-rimraf": "^0.2.0",
"gulp-sass": "^2.3.1", "gulp-sass": "^2.3.2",
"gulp-uglify": "^1.5.3", "gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.6", "gulp-watch": "^4.3.6",
"gulp-cssnano": "^2.1.2", "gulp-cssnano": "^2.1.2",
"merge2": "^1.0.2", "merge2": "^1.0.2",
"browser-sync": "^2.12.10" "browser-sync": "^2.13.0"
} }
} }

View File

@ -5,7 +5,7 @@ Author: Holger Koenemann
Author URI: http://www.holgerkoenemann.de Author URI: http://www.holgerkoenemann.de
Description: Combination of Automattic´s _s theme and Bootstrap SASS. Made as a solid starting point for your next theme project and WordPress website. Including Font Awesome support, build-in widget slider and much more you need for basic websites. Description: Combination of Automattic´s _s theme and Bootstrap SASS. Made as a solid starting point for your next theme project and WordPress website. Including Font Awesome support, build-in widget slider and much more you need for basic websites.
A developer version (with Gulp/node and SASS sources) is available on github: https://github.com/holger1411/understrap A developer version (with Gulp/node and SASS sources) is available on github: https://github.com/holger1411/understrap
Version: 0.4.3 Version: 0.4.4
License: GNU General Public License v2 or later License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap Text Domain: understrap