@kohanajs/mod-cms
Advanced tools
Comparing version 6.0.1 to 6.1.0
@@ -5,2 +5,14 @@ # Changelog | ||
## [6.1.0](https://gitlab.com/kohana-js/proposals/level0/mod-cms/compare/v6.0.1...v6.1.0) (2022-03-15) | ||
### Features | ||
* admin upload file and default views ([e21e46e](https://gitlab.com/kohana-js/proposals/level0/mod-cms/commit/e21e46e293191522d8d508503fd0067e9e7278fe)) | ||
### Bug Fixes | ||
* upload response json object ([c3be870](https://gitlab.com/kohana-js/proposals/level0/mod-cms/commit/c3be8701a2862dea998cf52b674cc47e7dccb710)) | ||
### [6.0.1](https://gitlab.com/kohana-js/proposals/level0/mod-cms/compare/v6.0.0...v6.0.1) (2022-03-09) | ||
@@ -7,0 +19,0 @@ |
{ | ||
"name": "@kohanajs/mod-cms", | ||
"version": "6.0.1", | ||
"version": "6.1.0", | ||
"description": "The CMS module for KohanaJS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -26,2 +26,4 @@ const { RouteList } = require('@kohanajs/mod-route'); | ||
RouteList.add('/admin/api/page/:page_id/tag/:tag_id', 'controller/admin/API', 'add_page_tag', 'POST'); | ||
RouteList.add('/admin/api/page_tag/:id', 'controller/admin/API', 'delete_page_tag', 'DELETE'); | ||
RouteList.add('/admin/api/page_tag/:id', 'controller/admin/API', 'delete_page_tag', 'DELETE'); | ||
RouteList.add('/admin/upload', 'controller/admin/Upload', 'upload_post', 'POST'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90284
65
1507
2
1