File tree
75 files changed
+3326
-507
lines changed- .github/workflows
- lang
- src
- Tickets/Seating
- Admin
- Frontend
- Orders
- Service
- Tables
- app
- admin
- layouts
- maps
- ajax
- blockEditor
- capacity-form
- settings
- frontend
- session
- ticketsBlock
- service/api
- Tribe
- Admin
- Attendee_Registration
- admin-views/seating/components/layouts
- tests
- _data/mu-plugins
- slr_integration
- Admin
- __snapshots__
- Commerce
- Frontend
- __snapshots__
- Orders
- Service
- Tables
- __snapshots__
- slr_jest
- admin
- layouts
- __snapshots__
- maps
- frontend
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
75 files changed
+3326
-507
lines changedLines changed: 11 additions & 28 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
6 | 13 |
| |
7 | 14 |
| |
8 | 15 |
| |
9 | 16 |
| |
10 | 17 |
| |
11 | 18 |
| |
12 | 19 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 | 20 |
| |
34 | 21 |
| |
35 |
| - | |
36 | 22 |
| |
37 | 23 |
| |
38 | 24 |
| |
39 | 25 |
| |
40 | 26 |
| |
41 | 27 |
| |
42 |
| - | |
43 | 28 |
| |
44 |
| - | |
| 29 | + | |
45 | 30 |
| |
46 | 31 |
| |
47 | 32 |
| |
48 | 33 |
| |
49 | 34 |
| |
50 |
| - | |
51 | 35 |
| |
52 | 36 |
| |
53 |
| - | |
54 |
| - | |
| 37 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 |
| |
31 | 36 |
| |
32 | 37 |
| |
|
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
3 | 19 |
| |
4 | 20 |
| |
5 | 21 |
| |
|
- .browserslistrc+10
- .github/workflows/changelogger.yml+2-2
- .github/workflows/lint.yml+8-3
- .github/workflows/process-changelog.yml+3-2
- .github/workflows/sync-translations.yml+96
- .gitignore+6
- .puprc+4-4
- changelog.md+9
- composer.json+5-6
- composer.lock+116-63
- lang/tribe-common.pot+391-145
- package-lock.json+2-2
- package.json+3-15
- readme.txt+9
- src/Common/Admin/Help_Hub/Hub.php+562
- src/Common/Admin/Help_Hub/Provider.php+50
- src/Common/Admin/Help_Hub/Resource_Data/Help_Hub_Data_Interface.php+69
- src/Common/Asset.php+45
- src/Common/Integrations/Plugin_Merge_Provider_Abstract.php+1-1
- src/Tribe/Admin/Help_Page.php+3
- src/Tribe/Admin/Notice/Date_Based.php+1-1
- src/Tribe/Admin/Notice/Service_Provider.php+5
- src/Tribe/Admin/Notices.php+2
- src/Tribe/Log/Admin.php+1-1
- src/Tribe/Main.php+4-1
- src/Tribe/PUE/Checker.php+69
- src/Tribe/Settings.php+1-1
- src/Tribe/Settings_Manager.php+6-3
- src/Tribe/Template.php+9-2
- src/admin-views/help-hub.php+116
- src/admin-views/help-hub/resources/common-issues.php+45
- src/admin-views/help-hub/resources/customization.php+38
- src/admin-views/help-hub/resources/faqs.php+37
- src/admin-views/help-hub/resources/getting-started.php+38
- src/admin-views/help-hub/resources/resources.php+85
- src/admin-views/help-hub/resources/sidebar/has-license-has-consent.php+103
- src/admin-views/help-hub/resources/sidebar/has-license-no-consent.php+12
- src/admin-views/help-hub/resources/sidebar/no-license.php+53
- src/admin-views/help-hub/shared-live-support.php+55
- src/admin-views/help-hub/shared-sidebar-has-license-no-consent.php+112
- src/admin-views/help-hub/support/iframe-content.php+64
- src/admin-views/help-hub/support/iframe.php+33
- src/admin-views/help-hub/support/sidebar/has-license-has-consent.php+63
- src/admin-views/help-hub/support/sidebar/has-license-no-consent.php+12
- src/admin-views/help-hub/support/sidebar/no-license.php+12
- src/admin-views/help-hub/support/support-hub.php+47
- src/resources/images/help-hub/docsbot-background.png
- src/resources/images/icons/chat-bubble.svg+6
- src/resources/images/icons/file-text1.svg+9
- src/resources/images/icons/stars.svg+14
- src/resources/js/admin/help-hub-iframe.js+327
- src/resources/js/admin/help-page.js+277-39
- src/resources/postcss/help-hub-iframe.pcss+227
- src/resources/postcss/help-hub.pcss+287
- src/resources/postcss/tribe-common-admin/settings/_fields.pcss+1-1
- src/resources/postcss/tribe-common-admin/settings/_form.pcss+1-1
- src/resources/postcss/tribe-common-admin/settings/grid-elements/_content-section.pcss+1-1
- src/resources/postcss/tribe-common-admin/settings/grid-elements/_elements.pcss+1-1
- src/resources/postcss/tribe-common-admin/settings/grid-elements/_footer.pcss+1-1
- src/resources/postcss/tribe-common-admin/settings/grid-elements/_header.pcss+1-1
- src/resources/postcss/tribe-common-admin/settings/grid-elements/_infobox.pcss+1-1
- src/resources/postcss/tribe-common-admin/settings/grid-elements/_overrides.pcss+1-1
- src/resources/postcss/tribe-common-admin/settings/grid-elements/_separators.pcss+1-1
- tests/_data/classes/Help_Hub/Mock_Resource_Data.php+121
- tests/_data/stellar-resources/feature-base.css
- tests/_data/stellar-resources/feature-base.js+1
- tests/_data/stellar-resources/feature-base.min.css
- tests/_data/stellar-resources/feature-base.min.js+1
- tests/_data/stellar-resources/feature-editor.css
- tests/_data/stellar-resources/feature-editor.js+1
- tests/_data/stellar-resources/feature-frontend.min.css
- tests/_data/stellar-resources/feature-frontend.min.js+1
- tests/_support/Traits/Function_Spy.php+4-4
- tests/_support/Traits/WP_Remote_Mocks.php+6-6
- tests/_support/Traits/WP_Send_Json_Mocks.php+2-2
- tests/_support/Traits/With_Clock_Mock.php+5-5
- tests/_support/Traits/With_Uopz.php+30
- tests/integration/Help_Hub/Hub_Test.php+175
- tests/integration/Help_Hub/Resource_Data_Mock.php+121
- tests/wpunit/Common/Asset_Test.php+186
- tests/wpunit/Common/Libraries/__snapshots__/Uplink_Controller_Test__it_should_setup_license_fields__0.snapshot.html+29
- tribe-common.php+1-1
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
0 commit comments