Skip to content

Commit

Permalink
Merge pull request #340 from Ubiquiti-App/feature/ucrm-plugin-signup-fix
Browse files Browse the repository at this point in the history
ucrm-plugin-signup fix
  • Loading branch information
keksa authored Sep 10, 2024
2 parents fb21e92 + 672323c commit 1e16bb8
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"displayName": "UCRM Client Signup",
"description": "A UCRM plugin that provides a frontend form for clients to signup.",
"url": "https:\/\/github.com\/Ubiquiti-App\/UCRM-plugins\/tree\/master\/plugins\/ucrm-client-signup",
"version": "1.3.3",
"version": "1.3.4",
"unmsVersionCompliancy": {
"min": "2.1.0",
"max": null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
}
} catch (\UnexpectedValueException $e) {
http_response_code($e->getCode());
echo $e->getMessage();
echo htmlspecialchars($e->getMessage(), ENT_QUOTES);
exit();
}
2 changes: 1 addition & 1 deletion plugins/ucrm-client-signup/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"displayName": "UCRM Client Signup",
"description": "A UCRM plugin that provides a frontend form for clients to signup.",
"url": "https://github.com/Ubiquiti-App/UCRM-plugins/tree/master/plugins/ucrm-client-signup",
"version": "1.3.3",
"version": "1.3.4",
"unmsVersionCompliancy": {
"min": "2.1.0",
"max": null
Expand Down
Binary file modified plugins/ucrm-client-signup/ucrm-client-signup.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion plugins_2.1.x.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"displayName": "UCRM Client Signup",
"description": "A UCRM plugin that provides a frontend form for clients to signup.",
"url": "https:\/\/github.com\/Ubiquiti-App\/UCRM-plugins\/tree\/master\/plugins\/ucrm-client-signup",
"version": "1.3.3",
"version": "1.3.4",
"unmsVersionCompliancy": {
"min": "2.1.0",
"max": null
Expand Down
2 changes: 1 addition & 1 deletion plugins_2.2.x.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"displayName": "UCRM Client Signup",
"description": "A UCRM plugin that provides a frontend form for clients to signup.",
"url": "https:\/\/github.com\/Ubiquiti-App\/UCRM-plugins\/tree\/master\/plugins\/ucrm-client-signup",
"version": "1.3.3",
"version": "1.3.4",
"unmsVersionCompliancy": {
"min": "2.1.0",
"max": null
Expand Down
2 changes: 1 addition & 1 deletion plugins_2.3.x.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"displayName": "UCRM Client Signup",
"description": "A UCRM plugin that provides a frontend form for clients to signup.",
"url": "https:\/\/github.com\/Ubiquiti-App\/UCRM-plugins\/tree\/master\/plugins\/ucrm-client-signup",
"version": "1.3.3",
"version": "1.3.4",
"unmsVersionCompliancy": {
"min": "2.1.0",
"max": null
Expand Down
2 changes: 1 addition & 1 deletion plugins_2.4.x.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"displayName": "UCRM Client Signup",
"description": "A UCRM plugin that provides a frontend form for clients to signup.",
"url": "https:\/\/github.com\/Ubiquiti-App\/UCRM-plugins\/tree\/master\/plugins\/ucrm-client-signup",
"version": "1.3.3",
"version": "1.3.4",
"unmsVersionCompliancy": {
"min": "2.1.0",
"max": null
Expand Down
2 changes: 1 addition & 1 deletion plugins_2.5.x.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"displayName": "UCRM Client Signup",
"description": "A UCRM plugin that provides a frontend form for clients to signup.",
"url": "https:\/\/github.com\/Ubiquiti-App\/UCRM-plugins\/tree\/master\/plugins\/ucrm-client-signup",
"version": "1.3.3",
"version": "1.3.4",
"unmsVersionCompliancy": {
"min": "2.1.0",
"max": null
Expand Down

0 comments on commit 1e16bb8

Please sign in to comment.