Commit Graph

606 Commits

Author SHA1 Message Date
Brian Coords c18d0c21fa
Merge pull request #2089 from IanDelMar/woo-fields
WooCommerce: fix form fields
2024-03-27 07:34:51 -07:00
Brian Coords 95f8a64cb4
Merge pull request #2002 from IanDelMar/trans
Update translations
2024-03-27 07:31:22 -07:00
IanDelMar 736040079f Fix typos 2023-12-21 23:28:34 +01:00
IanDelMar b7daadcea9 Merge branch 'develop' into woo-fields 2023-12-21 23:26:22 +01:00
Brian Coords cf16154caa
Merge pull request #2032 from IanDelMar/editor-color-palette
Add editor-color-palette-bootstrap4.json
2023-10-13 07:49:40 -07:00
Brian Coords 1c8ea76098
Merge pull request #1967 from IanDelMar/deprecate-link-pages-args
Deprecate understrap_link_pages_args filter hook
2023-10-11 07:14:54 -07:00
IanDelMar ed38d74c95 update theme version that deprecates hook 2023-10-11 08:40:37 +02:00
IanDelMar 030c57a63c Update color palettes 2023-10-10 10:22:12 +02:00
IanDelMar 76b5702482 Merge branch 'develop' into editor-color-palette 2023-10-10 10:19:33 +02:00
Viktor Szépe 74aaddc0ba
Merge branch 'develop' into fix-typos 2023-10-10 08:23:53 +02:00
Brian Coords 1747a156e4
Merge pull request #2073 from IanDelMar/classic-editor-body-margin
Fix TinyMCE body margin
2023-10-09 15:50:19 -07:00
IanDelMar 15dc2ee8c2 update theme version that deprecated hook 2023-10-09 17:23:08 +02:00
Viktor Szépe e9fb08514d Fix typos 2023-07-04 15:41:29 +00:00
IanDelMar 89c34b971e fix Call to is_array() with array will always evaluate to true 2023-02-24 10:00:42 +01:00
IanDelMar 7b75b52584 fix woocommerce form fields 2023-02-12 15:00:52 +01:00
IanDelMar a01f00b504 fix tinymce body margin 2023-01-30 19:41:36 +01:00
IanDelMar 4eee47c181 Merge branch 'develop' into bump-deps 2022-12-06 12:25:12 +01:00
IanDelMar 4aa80d8116 use understrap_get_screen_reader_class() for the skip link 2022-12-01 07:59:00 +01:00
IanDelMar b53188afd1 add editor-color-palette-bootstrap4.json 2022-11-22 02:06:22 +01:00
IanDelMar 017480bf2b Merge branch 'develop' into trans 2022-11-18 02:47:56 +01:00
Brian Coords 93956282c2 updates assets to 1.2.1 2022-11-17 07:06:18 -08:00
Kyle Minto 0f5bc420d2 Fixed 'Featured Image' block not working
Default empty array for post-thumbnails was causing it to not display
2022-11-16 14:46:06 +00:00
IanDelMar 3a883d0c9a remove phpstan ignore comments 2022-11-14 12:23:15 +01:00
IanDelMar 23750e2291
Merge branch 'develop' into deprecate-link-pages-args 2022-11-07 09:38:36 +01:00
IanDelMar f34832e949 Update translations 2022-11-06 01:18:37 +01:00
Brian Coords 2636e33651
Merge pull request #1973 from IanDelMar/fix-sanitize-callback
Fix sanitize_callback for the container type setting and the navbar type setting
2022-11-05 09:45:01 -07:00
Brian Coords 5b144f30a9
Merge pull request #1970 from IanDelMar/https
Use https in urls
2022-11-05 09:36:09 -07:00
Brian Coords 8d6e4bcb7e
Merge pull request #1966 from IanDelMar/since-v1
Add since tag for changes from v1.0.0
2022-11-05 09:34:23 -07:00
Brian Coords 5c3d358b2c
Merge pull request #1965 from IanDelMar/fix-understrap-adjust-body-class
Fix understrap_adjust_body_class
2022-11-05 09:33:24 -07:00
IanDelMar aeec31fc02 fix coding standards 2022-10-23 18:13:13 +02:00
IanDelMar 445012d763 fix sanitize_callback 2022-10-23 18:01:55 +02:00
IanDelMar 7daf833e7f use https in urls 2022-10-19 10:26:34 +02:00
IanDelMar d449cee3d3 fix wp coding standards 2022-10-18 09:31:05 +02:00
IanDelMar 363c67fe71 fix wp coding standards 2022-10-18 09:26:16 +02:00
IanDelMar 5c383c89cd deprecate understrap_link_pages_args filter hook 2022-10-18 09:19:55 +02:00
IanDelMar 194b508d3b Add since tag for changes from v1.0.0 2022-10-18 08:39:49 +02:00
IanDelMar fa6abc791a Fix understrap_adjust_body_class() not returning $classes 2022-10-18 07:50:56 +02:00
IanDelMar 3a44c0b1d1 Revert "Fix understrap_adjust_body_class() not returning $classes"
This reverts commit bd87530ea5.
2022-10-18 07:49:30 +02:00
IanDelMar bd87530ea5 Fix understrap_adjust_body_class() not returning $classes 2022-10-18 07:48:51 +02:00
IanDelMar c06c3edfd2 Fix summary in docblock 2022-10-15 21:07:52 +02:00
Brian Coords c9a7dc7f32
Merge pull request #1928 from IanDelMar/i18n
Update translations (pot, po & mo)
2022-10-12 21:03:23 -07:00
Brian Coords 3590255ca5
Merge pull request #1945 from IanDelMar/fix-woo-form-args
Fix understrap_wc_form_field_args()
2022-10-12 20:57:39 -07:00
Brian Coords c4d2c898e6
Merge pull request #1942 from IanDelMar/typo
Fix language
2022-10-12 20:49:57 -07:00
IanDelMar 20f5c00730 Merge remote-tracking branch 'upstream/develop' into fix-woo-form-args 2022-10-12 17:31:48 +02:00
Brian Coords 25b898afa9
Merge pull request #1941 from IanDelMar/wpcs
Use strict comparison for in_array
2022-10-12 08:27:57 -07:00
IanDelMar 91730f9efe Remove deprecated translations 2022-10-12 17:19:45 +02:00
IanDelMar 98e117126c Fix widget name in function comment 2022-10-11 22:47:28 +02:00
IanDelMar ebc2bfa16d Fix radio field wrapper 2022-10-09 23:27:58 +02:00
IanDelMar 6178f3e4a6 Remove obsolete default value
Filters
2022-10-09 22:12:06 +02:00
IanDelMar d9d4fdb564 Update function comment 2022-10-09 22:07:57 +02:00