Commit Graph

1686 Commits

Author SHA1 Message Date
IanDelMar 76ee06b67a
Merge branch 'master' into patch-5 2020-04-28 14:03:01 +02:00
UnderstrapFramework 0b7c43420f
Merge pull request #1156 from IanDelMar/wpcs
Fix WPCS errors and warnings + escaping
2020-04-28 09:43:51 +01:00
UnderstrapFramework 246f123b57
Merge pull request #1160 from IanDelMar/patch-1
Update CONTRIBUTING.md
2020-04-28 09:43:30 +01:00
IanDelMar ba6f43b6f9
Update CONTRIBUTING.md
Closes #1125
2020-04-28 05:04:29 +02:00
IanDelMar ffdf78867e Remove content-none from <ul>
See #1016
2020-04-22 08:07:50 +02:00
IanDelMar c4eeba9d3a Update translator comment 2020-04-22 07:56:54 +02:00
IanDelMar 860d8c123a Fix WPCS errors and warnings + escaping
Fixes many WPCS errors and warnings

Also:
* Partly removes excessive php opening/closing tags.
* Uses printf for better readability in loop-templates/content-none.php.
* Adds understrap_kses_title() to escape post titles.
* Adds understrap_escape_the_archive_description() to escape the archive description.
* Fixes missing '__' after esc_html in author.php.
* Updates the phpcs.xml to reflect all the changes.
* Updates composer dependencies and scripts.
2020-04-19 12:08:39 +02:00
UnderstrapFramework 064e1d4534
Merge pull request #1137 from IanDelMar/patch-4
Fix DocBlocks
2020-04-14 08:21:53 +01:00
UnderstrapFramework a74cd40cf4
Merge pull request #1135 from understrap/dependabot/npm_and_yarn/acorn-5.7.4
Bump acorn from 5.7.3 to 5.7.4
2020-04-13 13:31:18 +01:00
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
IanDelMar 7630599003
Fix DocBlocks 2020-03-19 17:12:32 +01:00
dependabot[bot] 771a3b0b40
Bump acorn from 5.7.3 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-15 20:11:07 +00: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