From 85a325af1446af5fbb49d69c019a191d0730505d Mon Sep 17 00:00:00 2001 From: koenemann Date: Fri, 24 Jun 2016 07:53:19 +0200 Subject: [PATCH] Ready cleanup --- README.md | 6 +++--- readme.txt | 12 ++++++------ style.css | 11 +++++++---- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index eb133d5..f74d1b0 100644 --- a/README.md +++ b/README.md @@ -110,9 +110,9 @@ http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html ## Basic Features - Combines Underscore’s PHP/JS files and Bootstrap’s HTML/CSS/JS. -- Comes with Bootstrap (v3.3.6) Sass source files and additional .scss files. Nicely sorted and ready to add your own variables and customize the Bootstrap variables. +- Comes with Bootstrap (v4) Sass source files and additional .scss files. Nicely sorted and ready to add your own variables and customize the Bootstrap variables. - Uses a single and minified CSS file for all the basic stuff. -- [Font Awesome](http://fortawesome.github.io/Font-Awesome/) integration (v4.5.0) +- [Font Awesome](http://fortawesome.github.io/Font-Awesome/) integration (v4.6.0) - Comes with extra slider script by [Owl Carousel](http://www.owlcarousel.owlgraphic.com/) (v2.0.0-beta.2.4) - Simple RTL file. - Jetpack ready. @@ -151,7 +151,7 @@ Some basics about the Sass and CSS files that come with UnderStrap: - Go to Appearance → Themes - Activate the UnderStrap theme -## Developing With NPM, Bower, Gulp and SASS and [Browser Sync][1] +## Developing With npm, Bower, Gulp and SASS and [Browser Sync][1] ### Installing Dependencies - Make sure you have installed Node.js, Bower, and Browser-Sync on your computer globally diff --git a/readme.txt b/readme.txt index 80b13e3..5881656 100644 --- a/readme.txt +++ b/readme.txt @@ -1,3 +1,4 @@ + ## About I’m a huge fan of Underscores, Bootstrap, and Sass. Why not combine these into a solid WordPress Theme Framework? @@ -19,7 +20,7 @@ http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html ## Changelog - - ** Prerelease 0.4.5 Jun. 18th 2016 ** + - ** Pre-Release 0.4.5 Jun. 20th 2016 ** - Adding right sanitizing function for customizer - Fixing some escaping problems - Removing "add script" customizer function @@ -108,9 +109,9 @@ http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html ## Basic Features - Combines Underscore’s PHP/JS files and Bootstrap’s HTML/CSS/JS. -- Comes with Bootstrap (v3.3.6) Sass source files and additional .scss files. Nicely sorted and ready to add your own variables and customize the Bootstrap variables. +- Comes with Bootstrap (v4) Sass source files and additional .scss files. Nicely sorted and ready to add your own variables and customize the Bootstrap variables. - Uses a single and minified CSS file for all the basic stuff. -- [Font Awesome](http://fortawesome.github.io/Font-Awesome/) integration (v4.5.0) +- [Font Awesome](http://fortawesome.github.io/Font-Awesome/) integration (v4.6.0) - Comes with extra slider script by [Owl Carousel](http://www.owlcarousel.owlgraphic.com/) (v2.0.0-beta.2.4) - Simple RTL file. - Jetpack ready. @@ -149,7 +150,7 @@ Some basics about the Sass and CSS files that come with UnderStrap: - Go to Appearance → Themes - Activate the UnderStrap theme -## Developing With NPM, Bower, Gulp and SASS and [Browser Sync][1] +## Developing With npm, Bower, Gulp and SASS and [Browser Sync][1] ### Installing Dependencies - Make sure you have installed Node.js, Bower, and Browser-Sync on your computer globally @@ -187,5 +188,4 @@ Licenses & Credits - Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT documentation under CC BY 3.0.) - Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT) and of course -- jQuery: https://jquery.org | (Code licensed under MIT) -- WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL +- jQuery: https://jquery.org | (Code licensed under MIT) \ No newline at end of file diff --git a/style.css b/style.css index 0f26a08..cf23f52 100644 --- a/style.css +++ b/style.css @@ -3,8 +3,10 @@ Theme Name: UnderStrap Theme URI: http://understrap.com Author: Holger Koenemann 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. -A developer version (with Gulp/node and SASS sources) is available on github: https://github.com/holger1411/understrap +Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as parent theme. It is up to you. +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 child theme is available on Github, too: https://github.com/holger1411/understrap-child; Version: 0.4.4 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -20,10 +22,11 @@ Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/mast Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT) and of course jQuery: https://jquery.org | (Code licensed under MIT) - +WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL */ -/*This file is just used to identify the theme in WordPress. The compiled CSS output can be found in /css/theme.css +/* +This file is just used to identify the theme in WordPress. The compiled CSS output can be found in /css/theme.css The SASS sources for it can be found in this folder: /sass/ ...and no go out and play!