IanDelMar
e84fca387a
Add script and style to theme support for html5
...
In HTML5, the type attribute is not required for the <script> and <style> tags. Including the attribute on these tags (type="text/javascript", for example) will trigger a validation warning in HTML validation tools.
From WordPress 5.3, two new arguments are supported for the html5 theme feature, script and style. When these arguments are passed, the type attribute will not be output for those tags.
See https://make.wordpress.org/core/2019/10/15/miscellaneous-developer-focused-changes-in-5-3/
2020-04-13 12:09:59 +02:00
UnderstrapFramework
e8c4eb1eca
Merge pull request #1127 from gillespieza/aligncenter_fix
...
Aligncenter fix
2020-03-15 09:25:27 +00:00
UnderstrapFramework
1a441a26ef
Merge pull request #1134 from understrap/revert-1128-typography_fixes
...
Revert "Typography fixes: blockquotes"
2020-03-15 09:25:11 +00:00
UnderstrapFramework
34e1bde984
Revert "Typography fixes: blockquotes"
2020-03-15 09:22:16 +00:00
UnderstrapFramework
45cc45e22e
Merge pull request #1128 from gillespieza/typography_fixes
...
Typography fixes: blockquotes
2020-03-15 09:21:02 +00:00
UnderstrapFramework
1f7327c7e4
Merge pull request #1101 from IanDelMar/patch-1
...
Move action hook outside if
2020-03-15 09:16:27 +00:00
Amanda Dominy
6be4239fc1
Extend .blockquote
...
The default class added to blockquotes when using WordPress Blocks (Gutenberg) is .wp-block-quote. Users may not know to add .blockquote to that, so extending the WordPress class to match the Bootstrap 4 class.
2020-02-29 12:52:07 +00:00
Amanda Dominy
53c7d59767
Fix aligncenter images
...
Images with .aligncenter still aren't centered with only the style .mx-auto because they need to be set to display:block as well.
2020-02-29 12:46:41 +00:00
UnderstrapFramework
41115509cd
Merge pull request #1109 from IanDelMar/node-dependencies
...
Update dependencies
2020-02-17 19:05:32 +00:00
IanDelMar
01ca1652e9
Merge branch 'master' into node-dependencies
2020-02-17 19:48:06 +01:00
UnderstrapFramework
11760a7c55
Merge pull request #1104 from IanDelMar/bootstrap441
...
Update to Bootstrap 4.4.1
2020-02-17 08:40:32 +00:00
UnderstrapFramework
3552ae52b3
Merge pull request #1105 from IanDelMar/ds-store
...
Delete .DS_Store
2020-02-17 08:16:08 +00:00
IanDelMar
c6a4ee3a58
Remove gulp-sequence
...
gulp-sequence is no longer in use.
2020-01-03 22:59:01 +01:00
IanDelMar
3bda450372
Update dependencies
...
1. Removes gulp-sequence and run-sequence (no longer in use).
2. Updates dependencies in package-lock.json.
3. Fixes #1075 , #1076 , #1108 by updating node-sass to 4.13.0 in 2.
2020-01-03 22:57:17 +01:00
IanDelMar
cde4e1bc98
Delete .DS_Store
2019-12-25 19:34:13 +01:00
IanDelMar
6227adc581
Update to Bootstrap 4.4.1
2019-12-25 01:12:02 +01:00
IanDelMar
b786f04859
Move action hook outside if
2019-12-19 23:05:22 +01:00
UnderstrapFramework
cbcb0dda56
Merge pull request #1090 from IanDelMar/patch-2
...
Update to Bootstrap 4.4.1
2019-12-17 10:42:15 +00:00
UnderstrapFramework
75d429aeab
Merge pull request #1099 from pattonwebz/remove-unnecesarry-tracking-and-obtrusive-adverts
...
Remove unnecessary tracking and advertising
2019-12-17 10:41:47 +00:00
UnderstrapFramework
85d0a38b36
Delete wp-admin.php
2019-12-17 10:41:28 +00:00
UnderstrapFramework
9791ed4422
Update functions.php
2019-12-17 10:41:11 +00:00
UnderstrapFramework
1ab5187ff7
Update wp-admin.php
2019-12-17 10:11:42 +00:00
William Patton
88875aae79
Remove unneccesarry tracking and advertising
2019-12-17 09:54:37 +00:00
UnderstrapFramework
4f3918c725
Merge pull request #1087 from IanDelMar/patch-1
...
Fix travis config file
2019-12-17 09:37:23 +00:00
IanDelMar
3a4257c8b0
Update to Bootstrap 4.4.1
...
Version 4.4.0 was released on 26th Nov - See https://blog.getbootstrap.com/2019/11/26/bootstrap-4-4-0/
Version 4.4.1 was released on 28th Nov - See https://blog.getbootstrap.com/2019/11/28/bootstrap-4-4-1/
2019-12-17 08:31:30 +01:00
IanDelMar
03c06cc124
Speed up build time
...
Speed up build time by disabling Xdebug.
2019-12-17 00:08:41 +01:00
IanDelMar
f3f657df99
Fixes travis config file
...
Fixes the mess due to #995 and #1005 .
Fixes:
* Remove --standard - codesniffer.ruleset.xml was renamed to phpcs.xml which gets picked automatically by PHPCS.
* Install PHP Compatibility sniffs.
* Add PHP Compatibility to install path for PHPCS sniffs.
2019-12-17 00:07:10 +01:00
IanDelMar
594231d02d
Update phpcs directory
...
Directory changed due to version update in #1040
2019-12-16 11:37:21 +01:00
UnderstrapFramework
bc6358683b
Merge pull request #1085 from IanDelMar/post-navigation-non-archive
...
Add support for pagination on non-archive pages
2019-12-16 08:10:44 +00:00
UnderstrapFramework
eec39cac78
Merge pull request #1084 from IanDelMar/patch-2
...
Update .travis.yml
2019-12-16 08:10:26 +00:00
UnderstrapFramework
e2f3304bf8
Merge pull request #1083 from IanDelMar/posts-navigation
...
Improve accessibility for pagination
2019-12-16 08:09:58 +00:00
UnderstrapFramework
782fe4a1de
Merge pull request #1080 from noelspringer/woocommerce-3.7.0
...
Update Woocommerce templates for 3.7.0
2019-12-16 08:09:32 +00:00
UnderstrapFramework
ce8c74e219
Merge pull request #1086 from IanDelMar/readme
...
Update README.md
2019-12-14 12:29:56 +00:00
IanDelMar
c57a00a496
Add badges
2019-12-14 12:51:28 +01:00
IanDelMar
7d012cfca5
GDPR compliance
...
No privacy policy - no Google analytics
2019-12-14 12:16:05 +01:00
IanDelMar
c20055d0ad
Update child theme url
2019-12-14 12:10:15 +01:00
IanDelMar
0e1977ac64
Revert Travis URL
...
Mistakenly (?) introduced in #1040
2019-12-14 12:06:54 +01:00
IanDelMar
ecda11ac10
Add support for non-archive pages
...
By relaxing the exit condition understrap_pagination() may be used in custom loops. See #1054 for an how to example.
2019-12-14 12:00:39 +01:00
IanDelMar
ff8412c0d6
Update .travis.yml
...
Updates:
* UnderStrap GitHub URL
* PHP version
* PHPCS directory (wrong directory due to version update in #1040 )
* other minor updates
2019-12-14 11:24:04 +01:00
IanDelMar
e4cc30f990
Add DocBlock
...
plus switch keys order
of the defaults array to keep the arguments for paginate_links() together.
2019-12-14 09:19:36 +01:00
IanDelMar
ae43f9b620
Use aria-labelledby
...
Use aria-labelledby + heading instead of aria-label. (For a discussion see #1063.)
2019-12-14 08:29:21 +01:00
IanDelMar
bf792512ce
Fix space usage
...
See https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/#space-usage
2019-12-14 08:26:31 +01:00
Noel Springer
954dd9d3bc
Update Woocommerce templates for 3.7.0
...
* Update woocommerce mini-cart template (3.6.1 => 3.7.0)
* Update woocommerce myaccount/orders template (3.6.1 => 3.7.0)
2019-12-13 23:23:37 +10:00
UnderstrapFramework
2f752095a6
Merge pull request #1009 from ylkyrg/yoda-conditions
...
Yoda conditions
2019-12-13 11:57:53 +00:00
UnderstrapFramework
9af15d7b11
Update wp-admin.php
2019-12-13 11:57:02 +00:00
UnderstrapFramework
1ac8eb24bc
Merge pull request #777 from IanDelMar/patch-2
...
Strapify select for WP default widgets
2019-12-13 11:35:27 +00:00
UnderstrapFramework
b7e3d19ab5
Merge pull request #1015 from IanDelMar/editor
...
Add DocBlocks
2019-12-13 11:34:06 +00:00
UnderstrapFramework
c15a0de31d
Merge pull request #1010 from ylkyrg/capital-s
...
Capital S
2019-12-13 11:33:28 +00:00
UnderstrapFramework
e926ed9021
Merge pull request #1012 from IanDelMar/patch-6
...
Use bootstrap class
2019-12-13 11:28:27 +00:00
UnderstrapFramework
8e2e3c035c
Merge pull request #1014 from IanDelMar/patch-5
...
Use https
2019-12-13 11:28:08 +00:00