@kohanajs/mod-cms
Advanced tools
Comparing version 9.6.2 to 9.7.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [9.7.0](https://gitlab.com/kohana-js/proposals/level0/mod-cms/compare/v9.6.2...v9.7.0) (2023-06-01) | ||
### Features | ||
* change default page list order ([165ed5f](https://gitlab.com/kohana-js/proposals/level0/mod-cms/commit/165ed5fc9ad88ed53701be414efa7a4500468900)) | ||
### [9.6.2](https://gitlab.com/kohana-js/proposals/level0/mod-cms/compare/v9.6.1...v9.6.2) (2023-06-01) | ||
@@ -7,0 +14,0 @@ |
@@ -13,5 +13,6 @@ const pluralize = require('pluralize'); | ||
]), | ||
orderBy: new Map([['weight', 'ASC'], ['created_at', 'DESC']]), | ||
orderBy: new Map([['weight', 'DESC'], ['created_at', 'DESC']]), | ||
database: 'draft', | ||
limit: 99999, | ||
pagesize: 50, | ||
templates: new Map([ | ||
@@ -18,0 +19,0 @@ ['index', `templates/admin/page/page_types/default/index`], |
{ | ||
"name": "@kohanajs/mod-cms", | ||
"version": "9.6.2", | ||
"version": "9.7.0", | ||
"description": "The CMS module for KohanaJS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
156087
1452