Skip to content

Commit

Permalink
Update to 0.3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerkoenemann committed Jun 21, 2016
1 parent d640117 commit 0d132e4
Show file tree
Hide file tree
Showing 42 changed files with 8,542 additions and 484 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.brackets.json

.idea

.idea/.name

.idea/compiler.xml

.idea/copyright/profiles_settings.xml

.idea/encodings.xml

*.xml

*.iml

.idea/watcherTasks.xml

.idea/watcherTasks.xml

.sass-cache

bower_components

node_modules
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Child Theme Project: https://github.com/holger1411/understrap-child

Changelog
=
- **0.3.9 Jun. 21th 2016**
- Code Cleanup
- Fixing smaller bugs
- Complete credits/license infos


- **0.3.8.1 May. 10th 2016**
- Removing all unused CSS and JS files
- Fixing sub-submenu items display problems in dropdown menu
Expand Down Expand Up @@ -138,3 +144,13 @@ The frontpage slider is widget driven. Simply add more than one widget to widget
- Click on Appearance -> Widgets
- Add two or more widgets of any kind to widget area "Hero"
- Thats it

Licenses & Credits
=
- Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
- 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;

2 changes: 1 addition & 1 deletion archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<?php endwhile; ?>

<?php understrap_bs3_paging_nav(); ?>
<?php the_posts_navigation(); ?>

<?php else : ?>

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "understrap",
"version": "0.3.8.9",
"version": "0.3.9",
"homepage": "http://understrap.com",
"authors": [
"Holger Koenemann <[email protected]>"
Expand Down Expand Up @@ -31,6 +31,6 @@
"bootstrap": "v4.0.0-alpha.2"
},
"_source": "https://github.com/holger1411/understrap.git",
"_target": "~0.3.8.9",
"_target": "~0.3.9",
"_originalSource": "understrap"
}
44 changes: 0 additions & 44 deletions comment-form.php

This file was deleted.

Loading

0 comments on commit 0d132e4

Please sign in to comment.