Commit Graph

1550 Commits

Author SHA1 Message Date
Thomas A. Reinert 30103651df
Merge pull request #988 from jweston491/add-babel
Fix for #987. Thanks for submitting the issue, testing it and helping out with a pull request to @jweston491
2019-06-11 23:51:31 +02:00
Jake Weston 40029f5072 Fix for #987 2019-06-11 11:34:40 -07:00
Thomas A. Reinert cd49f5adfc
Deleted due to #956 2019-06-09 01:11:44 +02:00
Thomas A. Reinert 369a06d182
Merge pull request #977 from IanDelMar/patch-7
Fix for #976
2019-06-07 01:06:49 +02:00
Thomas A. Reinert ab9c9a3c78 Fixes #973 2019-06-04 12:55:00 +02:00
IanDelMar 2334f6a9c4
Fix for #976
Declare `wc_reviews_enabled()` and `wc_reviews_enabled()` on frontend only.
2019-05-18 10:36:25 +02:00
Holger Koenemann 577eea7f47 preparing hotfix release 2019-05-11 20:33:57 +02:00
Holger 4becdb504c
Merge pull request #969 from chrisjimallen/master
Fix theme support for WooCommerce
2019-05-09 06:15:02 +02:00
Chris Allen 447674355c
Fix theme support for WooCommerce
Looks like the add_theme_support() call should be 'woocommerce' and not 'understrap'.
2019-05-08 20:56:21 +01:00
Holger Koenemann ef84a7cac6 Version bump to 0.9.2 2019-05-08 20:09:57 +02:00
Holger Koenemann 5f9b8b22a7 Clean rebuild
Version bump preparations
2019-05-08 20:05:58 +02:00
Holger Koenemann 01af1b4da5 Re-add customizer.js
according to: https://github.com/understrap/understrap/issues/966
2019-05-08 20:04:08 +02:00
Holger 2d80cf410b
Merge pull request #963 from IanDelMar/patch-6
WooCommerce backward compatibility. Fix for #961 - Thx @IanDelMar !
2019-05-08 14:31:01 +02:00
Holger a09fcbecf3
Merge pull request #965 from kelsS/master
Removed bower.json and updated fullwidthpage.php - Thx @kelsS !
2019-05-08 14:30:01 +02:00
Holger 1e90d3c65f
Merge pull request #967 from IanDelMar/wp_body_open
Add support for wp_body_open - thx @IanDelMar !
2019-05-08 14:17:09 +02:00
IanDelMar 6076c91553
Improve code simplicity
It is sufficient to call the `do_action( 'wp_body_open' )` directly instead of the wrapper. See https://make.wordpress.org/themes/2019/03/29/addition-of-new-wp_body_open-hook/#comment-43714
2019-05-03 08:33:40 +02:00
IanDelMar 0e76b4008d
Add support for wp_body_open
5.2 will introduce a new `wp_body_open()` function that is used to trigger a `wp_body_open` action. This action is intended to allow developers to inject code immediately following the opening `<body>` tag. Themes are encouraged to begin using this hook as soon as 5.2 is released.

See https://make.wordpress.org/core/2019/04/24/miscellaneous-developer-updates-in-5-2/
2019-05-01 19:03:52 +02:00
kelsS b179eaffe4 add babel core, gulp-babel, autoprefixer, and gulp-postcss to gulp process, add gulp babel so that ES6 can be used, convert gulp-autoprefixer to autoprefixer in conjunction with gulp-postcss, add .browserlistsrc based on suggestions from autoprefixer/postcss/browserlists docs. 2019-05-01 11:44:03 -04:00
kelsS 0ea47933a1 add babel, gulp-babel, autoprefixer, and gulp-postcss as dev dependencies 2019-05-01 11:41:53 -04:00
kelsS 2f5e0182e2 add php to allow the hero widgets to show on the fullwidth page template when the page using this template is set to the front page 2019-04-30 14:04:30 -04:00
kelsS 7475ec18da removed bower.json since bower is no longer used 2019-04-30 14:03:51 -04:00
IanDelMar 8b841fb3e2
WooCommerce backward compatibility. Fix for #961
`wc_review_ratings_enable` was added in WC 3.6.0. Calling it in WC 3.5.x throws a fatal error. See #961
2019-04-29 23:42:07 +02:00
Holger Koenemann bbae68f083 Fixing watch-bs task
We need to run both tasks (browser-sync and watch) parallel here instead of in a series.
2019-04-28 15:55:40 +02:00
Holger 8af84c1e76
Merge pull request #955 from chrismb75/woocommerce-3.6.1-updates
Woocommerce 3.6.1 updates - thx @noelspringer ... seems I was confused, to ;-)
2019-04-28 15:28:27 +02:00
Holger c293c82d7d
Merge branch 'master' into woocommerce-3.6.1-updates 2019-04-28 15:27:12 +02:00
Holger Koenemann cac4962ddb Update Woocommerce version info 2019-04-22 18:38:43 +02:00
Chris Bibby b8766a701f Merge branch 'woocommerce-3.6.1-updates' of https://github.com/chrismb75/understrap into woocommerce-3.6.1-updates 2019-04-20 09:45:16 +08:00
Chris Bibby 1fe315cfa2 Woocommerce 3.6.1 updates 2019-04-20 09:45:02 +08:00
Chris Bibby c500160d12 woocommerce 3.6.1 template changes 2019-04-19 14:48:22 +08:00
Chris Bibby a28c44d0ec woocommerce 3.6.1 template changes 2019-04-19 14:01:43 +08:00
Chris Bibby 7d8e00f36e woocommerce 3.6.1 template changes 2019-04-19 13:45:55 +08:00
Chris Bibby cb67c41f1e woocommerce 3.6.1 template changes 2019-04-19 13:42:06 +08:00
Chris Bibby d60c6d4428 Woocommerce 3.6.1 template changes 2019-04-19 13:36:13 +08:00
Chris Bibby 1ab2f98382 Woocommerce 3.6.1 template changes 2019-04-19 13:15:17 +08:00
Chris Bibby 89f250974d initial 2019-04-19 12:52:34 +08:00
Holger Koenemann a4f20ac9bd Update BS version #no
To avoid confusions I updated the Bootstrap version number to 4.3.1 The scss files already uses this version.
2019-04-17 07:33:36 +02:00
Holger Koenemann 705bd724d9 Update enqueue.php 2019-04-14 07:01:02 +02:00
Holger Koenemann 9f848d858f Fixing https://github.com/understrap/understrap/issues/946 2019-04-14 06:54:10 +02:00
Holger Koenemann 401bcc9c6f Update gulpfile.js
adding callback to copy-assets task to make it run with Gulp4
2019-04-14 06:39:29 +02:00
Holger 317c136a60
Merge pull request #953 from KenEucker/master
Dependencies updates. Migrated to gulp4. Added compilation task.
2019-04-14 06:34:16 +02:00
Ken Eucker fc0893993e Dependencies updates. Migrated to gulp4. Added compilation task. 2019-04-11 09:52:57 -07:00
KoenemannH fa0bef5e72 Fixing problem with tiny col on mobile 2019-03-20 16:20:23 +01:00
Holger 74b0d072d3
Merge pull request #935 from understrap/MarieComet-responsive-embed-support
Add responsive embed support - thx @MarieComet
2019-03-11 09:59:04 +01:00
Marie Comet f663655b7a
Add responsive embed support
Related to https://github.com/understrap/understrap/issues/931
2019-03-08 19:38:29 +01:00
Holger 17eb1c5b18
Merge pull request #922 from noelspringer/woocommerce-template-update
Update form-reset-password template for Woocommerce 3.5.5 - thx @noelspringer
2019-02-27 09:48:45 +01:00
Holger 98b2107d33
Merge pull request #921 from schnoggo/master
Make extras functions pluggable - thx @schnoggo
2019-02-27 09:48:13 +01:00
Noel Springer 85ef63cec4 Update form-reset-password template for Woocommerce 3.5.5 2019-02-23 00:04:46 +10:00
Lon Koenig 6fcf1e9720 Make understrap_mobile_web_app_meta() and understrap_pingback() pluggable. 2019-02-19 10:22:29 -06:00
KoenemannH e6c9552f8b Rebuild header 2019-02-16 10:48:27 +01:00
KoenemannH f57fad69a5 Preparing update to 0.9.1 2019-02-15 09:29:34 +01:00