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 |
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 |
dependabot[bot]
|
aee07bb0ed
|
Bump lodash from 4.17.11 to 4.17.15
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)
Signed-off-by: dependabot[bot] <support@github.com>
|
2019-10-30 10:19:07 +00:00 |
dependabot[bot]
|
ba49b68f62
|
Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2019-10-30 10:18:54 +00:00 |
UnderstrapFramework
|
91cba1ccac
|
NavWalker link to more info
|
2019-10-30 10:16:58 +00:00 |
UnderstrapFramework
|
90bbcfe29e
|
Added wp-admin functions
|
2019-10-29 16:20:33 +00:00 |
UnderstrapFramework
|
ccd1075c89
|
Create wp-admin.php
|
2019-10-29 16:18:14 +00: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 |