Commit Graph

1682 Commits

Author SHA1 Message Date
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
UnderstrapFramework dfb5311d9d
Merge pull request #1020 from ylkyrg/fix-includes
Use get_template_directory()
2019-12-13 11:27:55 +00:00
UnderstrapFramework 124b606a31
Merge pull request #1030 from lu4sh1i/patch-1
Update template-tags.php
2019-12-13 11:27:08 +00:00
UnderstrapFramework 3f7fd8ff36
Merge pull request #1040 from lilumi/lm-improve
add "custom-editor-style" and other scss files at this level to minify and watch for changes, also update modification date for generated files
2019-12-13 11:26:51 +00:00
UnderstrapFramework cf100502d7
Merge pull request #1043 from IanDelMar/patch-7
Fix typo
2019-12-13 11:16:42 +00:00
UnderstrapFramework 10688f7dc3
Merge pull request #1045 from cedricbdev/patch-1
Duplicate items
2019-12-13 11:16:30 +00:00
UnderstrapFramework 5c7e5e59ae
Merge pull request #1049 from understrap/dependabot/npm_and_yarn/mixin-deep-1.3.2
Bump mixin-deep from 1.3.1 to 1.3.2
2019-12-13 11:16:11 +00:00
UnderstrapFramework ca61bd1e22
Merge pull request #1050 from understrap/dependabot/npm_and_yarn/lodash-4.17.15
Bump lodash from 4.17.11 to 4.17.15
2019-12-13 11:15:56 +00:00
UnderstrapFramework 2a2e78df26
Merge pull request #1051 from understrap/dependabot/npm_and_yarn/lodash.mergewith-4.6.2
Bump lodash.mergewith from 4.6.1 to 4.6.2
2019-12-13 11:15:45 +00:00
UnderstrapFramework d32cc2d3c6
Merge pull request #1052 from understrap/dependabot/npm_and_yarn/fstream-1.0.12
Bump fstream from 1.0.11 to 1.0.12
2019-12-13 11:15:35 +00:00
UnderstrapFramework 28b8e76175
Merge pull request #1055 from noelspringer/woocommerce-3.8.0
Update Woocommerce cart template for WC 3.8.0
2019-12-13 11:15:03 +00:00
UnderstrapFramework 00cf4043d3
Merge pull request #1057 from IanDelMar/theme-settings
Add filter hooks
2019-12-13 11:14:15 +00:00
UnderstrapFramework 311d330c72
Merge pull request #1058 from IanDelMar/patch-8
Fix static hero CSS class
2019-12-13 11:13:44 +00:00
UnderstrapFramework 87360068c1
Merge pull request #1060 from IanDelMar/aria-current
Add aria-current
2019-12-13 11:12:51 +00:00
UnderstrapFramework cd6b58df53
Merge pull request #1061 from IanDelMar/strict-comparison
Use strict comparison
2019-12-13 11:12:11 +00:00
UnderstrapFramework 7f9412557d
Merge pull request #1063 from IanDelMar/header-aria-label
Add aria-label to <nav>
2019-12-13 11:11:48 +00:00
UnderstrapFramework 063e91e2b5
Merge pull request #1064 from IanDelMar/header-strict-comparision
Use strict comparison
2019-12-13 11:05:15 +00:00
UnderstrapFramework d7a7be8a3b
Merge pull request #1072 from IanDelMar/body-attributes
Body attributes
2019-12-13 11:04:04 +00:00
UnderstrapFramework f4e3ebec5d
Merge pull request #1079 from eversionsystems/patch-1
Modify understrap_pagination ul class
2019-12-13 11:01:13 +00:00
Andrew Schultz 522bb8fdf2
Add ability to modify ul classes
The second parameter to the function was not being utilized.  I have made it output any classes passed to the class tag of the list.
2019-12-13 17:28:06 +07:00
IanDelMar e980abf7ca
Merge branch 'master' into header-aria-label 2019-12-13 08:30:59 +01:00
IanDelMar a5c9784349
Add aria-labelledby 2019-12-13 08:26:10 +01:00
UnderstrapFramework 36aa3366b2
Update README.md 2019-12-06 10:50:24 +00:00
UnderstrapFramework fe9d3fbc37
Merge pull request #1062 from IanDelMar/header-blank-line
Remove blank line
2019-12-04 22:26:58 +00:00
UnderstrapFramework a2311c8f67
Merge pull request #1069 from IanDelMar/file-headers-period
No period for summary in file headers
2019-12-04 22:26:35 +00:00
UnderstrapFramework d506a57269
Merge pull request #1073 from IanDelMar/patch-9
Add id to nav
2019-12-04 22:25:18 +00:00
IanDelMar c636a000ec
Add id to nav 2019-12-03 09:38:02 +01:00
IanDelMar 5877e21228 Use heading instead of aria-label
See #1063 for a discussion
2019-12-03 08:50:22 +01:00
IanDelMar 7a63872671 Move schema markup to body element
Removes schema markup from the div#wrapper-navbar element.
Re-adds the schema markup on the body element via filter.
2019-12-03 08:19:45 +01:00
IanDelMar a2bbdb0eb7 Add understrap_body_attributes()
Function to display attributes for the body element. Attributes may be added via the filter `understrap_body_attributes`
2019-12-03 08:15:46 +01:00
IanDelMar 628601415b No period for summary in file headers
According to WP's PHP documentation standards on file headers. See https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#6-file-headers.
2019-11-14 18:16:31 +01:00
IanDelMar b64ba79f79 Use strict comparison 2019-11-12 08:56:12 +01:00
IanDelMar 27824b3c9c Add aria-label to <nav> 2019-11-12 08:51:05 +01:00
IanDelMar c159b33564 Remove blank line 2019-11-12 08:47:45 +01:00
IanDelMar a4f7316e08
Use strict comparison 2019-11-09 12:12:25 +01:00
IanDelMar c985f696ac
Add aria-current
See https://core.trac.wordpress.org/changeset/42808
2019-11-09 11:20:38 +01:00
IanDelMar 0efdd8c821
Fix static hero CSS class
Wrong CSS class mistakenly introduced in PR #802
2019-11-07 22:47:45 +01:00
IanDelMar 10c2597b64
Make priority filterable 2019-11-07 22:11:14 +01:00
IanDelMar 95415cd098
Fix identation 2019-11-07 22:05:37 +01:00
IanDelMar 527118bd2f
Add filter to theme default settings 2019-11-07 11:16:16 +01:00
Noel Springer 59ec5c4a43 Update Woocommerce cart template for WC 3.8.0
* cart.php (3.7.0=>3.8.0)
2019-11-06 18:25:28 +10:00
IanDelMar aaf2da70f0
Add missing parameter type 2019-11-03 10:45:09 +01:00
dependabot[bot] 35b33ef0d5
Bump fstream from 1.0.11 to 1.0.12
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases)
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-30 10:19:13 +00:00
dependabot[bot] fb159dc538
Bump lodash.mergewith from 4.6.1 to 4.6.2
Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-30 10:19:08 +00:00