Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Licensing: Move licensing endpoints to package #23687

Merged
merged 17 commits into from
Apr 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
ffb7395
[not verified] Licensing: Move licensing endpoints to package
ebinnion Mar 29, 2022
3cd4dc7
[not verified] Licensing: Continued work on moving endpoints from Jet…
ebinnion Mar 30, 2022
529049b
[not verified] Licensing: Linting fixes after migrating endpoints to …
ebinnion Mar 30, 2022
f813e13
[not verified] Licensing: Add working tests for error endpoint
ebinnion Mar 30, 2022
54ef45d
[not verified] Licensing: update phpcs issues in tests due to no full…
ebinnion Mar 30, 2022
40963fe
[not verified] Licensing: Address phpcs issues in endpoint tests
ebinnion Mar 30, 2022
5accdc0
[not verified] Licensing: Move endpoints to own class
ebinnion Mar 30, 2022
61effa4
[not verified] Licensing: Fix issue where Jetpack plugin no longer lo…
ebinnion Mar 30, 2022
4fa8b8b
[not verified] Licensing: Add user permissions error internally to En…
ebinnion Mar 30, 2022
3eee0e7
[not verified] Licensing: Fix error on validating licensing after ref…
ebinnion Mar 30, 2022
de1b3fb
[not verified] Licensing: Update permissions check to rely on manage_…
ebinnion Mar 30, 2022
da4e925
[not verified] Licensing: Fix DateTime not found error after migratin…
ebinnion Mar 30, 2022
92438e9
[not verified] Licensing: Update @since tag of docblocks, adding @sin…
ebinnion Mar 30, 2022
fffe422
[not verified] Licensing: Add changelog files after migrating endpoin…
ebinnion Mar 30, 2022
bccd370
[not verified] Licensing: Rework test setup to not error on PHP 5.6 lint
ebinnion Mar 31, 2022
1d7dd59
[not verified] Licensing: Add since tags to Licensing test class
ebinnion Mar 31, 2022
4471983
Update project versions per PR check
ebinnion Apr 13, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: changed

Moved licensing endpoints from the Jetpack plugin to the Licensing package
2 changes: 1 addition & 1 deletion projects/packages/licensing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"link-template": "https://github.com/Automattic/jetpack-licensing/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-master": "1.6.x-dev"
"dev-master": "1.7.x-dev"
}
},
"config": {
Expand Down
Loading