koenemann
be4f11c193
Edit changelog
2017-12-14 09:26:33 +01:00
koenemann
4b05927dc2
Re - add jQuery by default
2017-12-14 09:22:42 +01:00
koenemann
3247a5280e
Preparing 0.6.12 update
2017-12-14 09:06:02 +01:00
koenemann
0da90aa66c
Re-add understrap_setup_theme_default_settings
2017-12-14 08:59:29 +01:00
Holger
e9f3c41280
Merge pull request #495 from shansmith01/fix-bootstrap-navwalker-dividers
...
Fix divider in Bootstrap nav - Thx @shansmith01 !
2017-12-11 08:58:49 +01:00
koenemann
75660c5963
Adding changelog infos for 0.6.11
2017-12-11 08:50:55 +01:00
koenemann
29a94c1692
Preparing 0.6.11 update
2017-12-11 08:44:38 +01:00
koenemann
a8511cafa4
Cleanup functions.php
2017-12-11 08:44:03 +01:00
Shannon Smith
6d7783700c
Fix divider in Bootstrap nav
...
Bootstrap nav water was using the wrong class for the dropdown so I
have adjusted that.
2017-12-11 17:02:48 +13:00
koenemann
2ea24eecd2
Removing span duplicate
2017-12-08 14:29:57 +01:00
Holger Könemann
a97c485ea3
Fixing sanitizing, escaping and prefix´s issues
2017-12-06 10:20:33 +01:00
koenemann
44c38d710a
Sorry, fixing the right fn name...
2017-12-05 08:53:57 +01:00
koenemann
86caee1f17
Rename understrap_woocommerce_form_field_args function
2017-12-05 08:51:44 +01:00
koenemann
642af5fb61
Update to 0.6.10
2017-12-04 08:36:18 +01:00
koenemann
b95ee41617
Re-add themes default options
2017-12-01 14:32:22 +01:00
koenemann
ec3562fcd4
REbuild JS
2017-12-01 08:15:21 +01:00
koenemann
d381a39b58
Fixing some issues and rebuild
2017-12-01 08:09:06 +01:00
koenemann
b026c35106
Adding BS4 resources manually
2017-12-01 08:06:28 +01:00
koenemann
0b06405a91
Fixing gulp-copy assets error and rebuild
2017-12-01 08:01:04 +01:00
koenemann
d1d6f5603a
Change package.json version to a working one
2017-12-01 07:48:32 +01:00
Holger Könemann
152dc76c88
Last but not least: another hot fix release
2017-11-29 11:13:47 +01:00
Holger Könemann
869cade5e0
redeclare custom style support for editor
2017-11-29 11:09:11 +01:00
Holger Könemann
e2564c2005
preparing 0.6.9.2 - another hot fix release
2017-11-29 10:58:25 +01:00
Holger Könemann
0e9f845545
Remove unused files and add search form value
2017-11-29 10:56:38 +01:00
Holger Könemann
4685be4327
Fixing woo commerce declaration and rerelease it
2017-11-29 10:50:36 +01:00
Holger Könemann
1692e21d0c
redeclare woocommerce support
2017-11-29 10:42:52 +01:00
Holger Könemann
e9b8b037a8
remove prefix for internal editor function
2017-11-29 10:26:50 +01:00
Holger Könemann
6d953a08bd
preparing 0.6.9 update part 2
2017-11-29 10:24:45 +01:00
Holger Könemann
01621eaf37
Preparing 0.6.9 update
2017-11-29 10:09:01 +01:00
Holger Könemann
1094e5e601
disable theme-settings.php call
2017-11-29 09:43:44 +01:00
koenemann
1280c6d094
Update 0.6.8.2
2017-11-28 13:22:03 +01:00
koenemann
42ff6c8a36
Cleanup - removing unneeded files from /src
2017-11-28 13:13:05 +01:00
koenemann
ba5a30e657
Changing woo commerce text domain
2017-11-28 09:04:07 +01:00
koenemann
ce712644b5
Prerelease check for 0.6.8
2017-11-28 08:55:58 +01:00
koenemann
a761db175d
Regarding to https://themes.trac.wordpress.org/ticket/48576#comment:5
2017-11-28 08:52:50 +01:00
koenemann
ba75e8860b
Rename function
2017-11-27 09:24:49 +01:00
koenemann
21aa3dc318
Remove automatically db updates by theme
...
Due to conflicts with wp.org theme guidelines
2017-11-27 09:13:21 +01:00
koenemann
464086a40b
Update prefixes
2017-11-27 09:07:11 +01:00
koenemann
4c5c07baa1
Basic guideline adjustments
2017-11-27 09:02:16 +01:00
koenemann
2cf98ecc55
Update changeling to 0.6.7
2017-11-24 08:45:13 +01:00
koenemann
afe73c81a6
Test update to 0.6.7
2017-11-24 08:36:47 +01:00
koenemann
7a0b63c026
Removing * ´s
2017-11-24 08:31:05 +01:00
koenemann
9c66724092
Workaround for jQuery problem
...
Adding query slim 3.2.1 to make sure Bootstrap AND WordPress will work.
Its just a workaround till Bootstrap 4 Beta 3
2017-11-24 08:28:33 +01:00
koenemann
3baf902e94
Aha, wrong place. But now, see again here: https://github.com/holger1411/understrap/issues/466
2017-11-24 08:07:59 +01:00
koenemann
0e2077ff6d
See https://github.com/holger1411/understrap/issues/466
2017-11-24 08:05:20 +01:00
koenemann
94eba946ce
See https://github.com/holger1411/understrap/issues/461
2017-11-24 08:03:13 +01:00
koenemann
07f950730e
https://github.com/holger1411/understrap/issues/463
2017-11-24 07:55:53 +01:00
Holger
7d4c714cee
Merge pull request #467 from thedigitalengine/master
...
Making the class pluggable - Thx @bruceconlon !
2017-11-23 11:10:18 +01:00
bruceconlon
038675e6c9
Making the class pluggable
...
As it would not affect any other users of the parent/child theme, placing a request that the fucntion first checks if the class exits, so it could be overridden in a child theme if needed
2017-11-22 11:59:58 +13:00
koenemann
49e80e353b
Rebuild minified js
2017-11-10 14:38:27 +01:00