Commit Graph

1563 Commits

Author SHA1 Message Date
Cedric 41d7a44fcf
Update .jscsrc
Array has duplicate items: "js/**.min.js"
2019-10-16 09:46:20 +02:00
Holger c2a06502b7
Merge pull request #1005 from ylkyrg/code-standards
Update ruleset
2019-07-16 09:12:53 +02:00
Gary Kealy afca2ffb56 Remove closing php tags at end of files 2019-07-04 15:58:08 +01:00
Gary Kealy 327e0ddb59 Fix some minor phpcs errors 2019-07-04 15:53:03 +01:00
Gary Kealy 5abb1baa8e Update phpcs ruleset 2019-07-04 15:51:13 +01:00
Holger Koenemann 13f8c8d486 recompile before update to 0.9.4 2019-06-30 09:13:53 +02:00
Holger Koenemann df8208b1b0 preparing 0.9.4 update 2019-06-30 09:11:58 +02:00
Holger a1e9bfb7cd
Merge pull request #990 from ylkyrg/cosmetics
Use shorter ABSPATH check
2019-06-29 11:58:56 +02:00
Holger 19b083d0c5
Merge pull request #995 from ylkyrg/codesniffer
Add phpcs
2019-06-29 11:57:23 +02:00
Holger a0a00cba6b
Merge pull request #998 from IanDelMar/patch-4
Update theme.scss
2019-06-29 11:56:51 +02:00
IanDelMar 362a472e7b
Update theme.scss
Remove Bootstrap3 stuff
2019-06-28 21:06:37 +02:00
Gary Kealy 0c9cfc3a8c Add phpcs 2019-06-26 17:33:58 +01:00
Gary Kealy 600eb39883 Use shorter ABSPATH check 2019-06-20 09:57:12 +01:00
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