Skip to content

Commit

Permalink
Version bump to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
holger1411 committed May 8, 2019
1 parent 5f9b8b2 commit ef84a7c
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 2 deletions.
195 changes: 195 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,198 @@
- ** Release 0.9.2 May 8th 2019 **
Commits on Feb 16, 2019
@holgerkoenemann
holgerkoenemann
Rebuild header
e6c9552

Commits on Feb 19, 2019
Lon Koenig
Lon Koenig
Make understrap_mobile_web_app_meta() and understrap_pingback() plugg…
6fcf1e9

Commits on Feb 22, 2019
Noel Springer
Noel Springer
Update form-reset-password template for Woocommerce 3.5.5
85ef63c

Commits on Feb 27, 2019
@holger1411
holger1411
Merge pull request #921 from schnoggo/master
98b2107
@holger1411
holger1411
Merge pull request #922 from noelspringer/woocommerce-template-update
17eb1c5

Commits on Mar 08, 2019
@MarieComet
MarieComet
Add responsive embed support
f663655

Commits on Mar 11, 2019
@holger1411
holger1411
Merge pull request #935 from understrap/MarieComet-responsive-embed-s…
74b0d07

Commits on Mar 20, 2019
@holgerkoenemann
holgerkoenemann
Fixing problem with tiny col on mobile
fa0bef5

Commits on Apr 11, 2019
@KenEucker
KenEucker
Dependencies updates. Migrated to gulp4. Added compilation task.
fc08939

Commits on Apr 14, 2019
@holger1411
holger1411
Merge pull request #953 from KenEucker/master
317c136
@holger1411
holger1411
Update gulpfile.js
401bcc9
@holger1411
holger1411
Fixing #946
9f848d8
@holger1411
holger1411
Update enqueue.php
705bd72

Commits on Apr 17, 2019
@holger1411
holger1411
Update BS version #no
a4f20ac

Commits on Apr 19, 2019
Chris Bibby
Chris Bibby
initial
89f2509
Chris Bibby
Chris Bibby
Woocommerce 3.6.1 template changes
1ab2f98
Chris Bibby
Chris Bibby
Woocommerce 3.6.1 template changes
d60c6d4
Chris Bibby
Chris Bibby
woocommerce 3.6.1 template changes
cb67c41
Chris Bibby
Chris Bibby
woocommerce 3.6.1 template changes
7d8e00f
Chris Bibby
Chris Bibby
woocommerce 3.6.1 template changes
a28c44d
Chris Bibby
Chris Bibby
woocommerce 3.6.1 template changes
c500160
Commits on Apr 20, 2019
Chris Bibby
Chris Bibby
Woocommerce 3.6.1 updates
1fe315c
Chris Bibby
Chris Bibby
Merge branch 'woocommerce-3.6.1-updates' of https://github.com/chrism…
b8766a7

Commits on Apr 22, 2019
@holger1411
holger1411
Update Woocommerce version info
cac4962

Commits on Apr 28, 2019
@holger1411
holger1411
Merge branch 'master' into woocommerce-3.6.1-updates
c293c82
@holger1411
holger1411
Merge pull request #955 from chrismb75/woocommerce-3.6.1-updates
8af84c1
@holger1411
holger1411
Fixing watch-bs task
bbae68f

Commits on Apr 29, 2019
@IanDelMar
IanDelMar
WooCommerce backward compatibility. Fix for #961
8b841fb

Commits on Apr 30, 2019
@kelsS
kelsS
removed bower.json since bower is no longer used
7475ec1
@kelsS
kelsS
add php to allow the hero widgets to show on the fullwidth page templ…
2f5e018

Commits on May 01, 2019
@kelsS
kelsS
add babel, gulp-babel, autoprefixer, and gulp-postcss as dev dependen…
0ea4793
@kelsS
kelsS
add babel core, gulp-babel, autoprefixer, and gulp-postcss to gulp pr…
b179eaf
@IanDelMar
IanDelMar
Add support for wp_body_open
0e76b40

Commits on May 03, 2019
@IanDelMar
IanDelMar
Improve code simplicity
6076c91
Commits on May 08, 2019
@holger1411
holger1411
Merge pull request #967 from IanDelMar/wp_body_open
1e90d3c
@holger1411
holger1411
Merge pull request #965 from kelsS/master
a09fcbe
@holger1411
holger1411
Merge pull request #963 from IanDelMar/patch-6
2d80cf4
@holger1411
holger1411
Re-add customizer.js
01af1b4
@holger1411
holger1411
Clean rebuild
5f9b8b2


- ** Release 0.9.1 February 15th, 2019 - SECURITY UPDATE **
- Update to Bootstrap 4.3.1 - Fixes a XSS vulnerability in BS 4.3.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "understrap",
"version": "0.9.1",
"version": "0.9.2",
"description": "WordPress Theme framework",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a so
That downloads everything and moves 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/understrap/understrap
A child theme is available on Github, too: https://github.com/understrap/understrap-child;
Version: 0.9.1
Version: 0.9.2
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
UnderStrap is distributed under the terms of the GNU GPL version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit ef84a7c

Please sign in to comment.