-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule common
updated
25 files
+12 −0 | .editorconfig | |
+1 −0 | .eslintignore | |
+1 −4 | .gitattributes | |
+27 −0 | .github/pull_request_template.md | |
+14 −0 | .github/workflows/link-project.yml | |
+2 −3 | .github/workflows/lint.yml | |
+1 −1 | .github/workflows/phpcs.yml | |
+1 −1 | .nvmrc | |
+1 −15 | .stylelintrc | |
+132 −153 | composer.lock | |
+1 −1 | gulpfile.js | |
+309 −0 | license.txt | |
+2 −2 | package-lock.json | |
+1 −1 | package.json | |
+1 −0 | phpcs.xml | |
+10 −0 | readme.txt | |
+5 −5 | src/Tribe/Date_Utils.php | |
+1 −1 | src/Tribe/Main.php | |
+3 −2 | src/Tribe/Template.php | |
+3 −0 | tests/_data/plugin-views/templates/etc/dummy-template.php | |
+80 −53 | tests/_support/Provider/Controller_Test_Case.php | |
+37 −0 | tests/wpunit/Tribe/Date_UtilsTest.php | |
+1 −0 | tests/wpunit/Tribe/Support/Template_CheckerTest.php | |
+21 −0 | tests/wpunit/Tribe/TemplateTest.php | |
+1 −1 | tribe-common.php |