Skip to content

Releases: Kentico/KInspector

v4.0.0

13 May 17:18
20033d6
Compare
Choose a tag to compare

v4.0.0 adds support for Kentico 13 and new Actions! Actions use parameters supplied by the user to modify the database. More reports and actions will be migrated for Kentico 13 support in future releases.

  • Set target framework to .NET 8
  • Add Kentico 13 support to existing reports
  • Add actions #210
  • Migrate "Contact Groups with manual macro" report #208
  • Migrate "Reset Global administrator" action #234

v4.0.0-alpha.5

07 Aug 16:57
66ae5b3
Compare
Choose a tag to compare
v4.0.0-alpha.5 Pre-release
Pre-release

This release should fix the issue where reports wouldn't load if the current culture is not en-US. (#308)

Thanks to @pnmcosta for reporting it and @yuriys-kentico for the quick fix.

v4.0.0-alpha.4

06 Aug 19:26
6f3eea9
Compare
Choose a tag to compare
v4.0.0-alpha.4 Pre-release
Pre-release

This release brings the newly migrated Page Type Assignment Analysis report (#230)

Thanks to @kentico-timothyf for his work on this report!

Note: also fixes #302 release not loading front-end and #303 SQLClient dependency issue

v4.0.0-alpha.3

01 Aug 13:40
a3a12cb
Compare
Choose a tag to compare
v4.0.0-alpha.3 Pre-release
Pre-release

This release brings the newly migrated Transformation Security Analysis report (#243).

Thanks to @yuriys-kentico for his work on this report!

v4.0.0-alpha.2

31 Jul 16:08
046ab54
Compare
Choose a tag to compare
v4.0.0-alpha.2 Pre-release
Pre-release

This is a security release that updates a number of JS dependencies based on GH security alerts.

v4.0.0-alpha

31 Jul 15:33
2229892
Compare
Choose a tag to compare
v4.0.0-alpha Pre-release
Pre-release

This is the initial alpha release of the new Kentico Inspector. We're still bringing modules over to the new report structure, but we wanted to get this into your hands! Let us know if you have any feedback via an issue or better yet, claim an issue and submit a PR!

KInspector 3.9.0

07 May 13:54
Compare
Choose a tag to compare

This is the last major release before V4. It is unlikely that any development will occur on V3 as we have turned our focus to V4.

Several modules have been updated with V12 support 🆕
Let us know if there's still some missing, but be aware that they may be slated for migration in V4
Several modules have been removed ❗️
The Kentico Consulting team determined that there were a subset of modules that were either significantly broken or not useful any longer. They have been removed. Please open an issue if you find that a module has been removed that you think shouldn't have been.
Column Field Validation Module (#187) 🆕
Adds a new module to lookup the fields for each class and compares with the columns in the database to check for consistency.
Fixes and Enhances to Not Found Errors (404) module (#192)
Module would throw an error when checking a V9 or earlier database. Adds to the results of the module Not found errors (404) the column Event Last Date which is useful to know, as there could be a block of page not founds that ended shortly after it began.
Enhances Attachments by Size module (#190)
This alters the results of the module Attachments by size to list attachments by site and also takes into account attachment variants. Also and as a result, the listing is changed to be easier to read - it groups the results by attachment and variants, and then sorts by size (typically, variants are smaller than the original attachment).
Enhances Number of children of TreeNode module (#193)
Changes the results of the module Number of children of TreeNode to list all children instead of just the ones over the recommended maximum. This is useful to see sections that are close to the max, such as for Blog or News sections.
Enhances Duplicate page aliases module (#191)
Alters the Duplicate page aliasesmodule to also use CMS_Tree as a source of aliases and changed the listing to be easier to read as far as the reason for the duplication.

KInspector v.3.8.0

31 Jul 15:27
5b0b952
Compare
Choose a tag to compare
Added support for Kentico 11(#165) 🆕
Modules which work for Kentico 11 sites have been enabled.
Resolved Workflow consistency bug with DateTime fields (#156)
The module would incorrectly flag entries with DateTime fields as not matching due to differences in precision.
Resolved Workflow consistency bug for Kentico 10 (#160)
The module would not load data properly due to a change in how the XML was structured.

KInspector v.3.7.0

19 Jul 17:26
Compare
Choose a tag to compare
Class table validation module (#149) 🆕
This new module compares entries in CMS_Class to tables in the Kentico database to determine if there are any missing.
Add new identical layouts module (#153) 🆕
This new module returns the list of templates with identical custom layouts (whitespace sensitive).
Updated "Unspecified 'columns' setting in web parts" module
The code needed to be updated to make it run a compatible script for Kentico 10.
Resolved Pages Analyzer Module issue (#106)
The module would throw exceptions and fail when it encountered MVC routes.

KInspector v3.6.0

16 Feb 18:25
Compare
Choose a tag to compare
Resolved broken transformation analyzer issue (#126)
The code didn't actually return any transformation code to analyze. The pull request to fix this (#138) also slightly enhanced the module's output to make it easier to understand when there were several transformations with the same name.
Generic "Task processing issues" module (#139) 🆕
This module checks to see if various task tables have records older than 24hr. still in them. It throws a warning if at least one has some tasks. Currently supports Kentico 9 only.
Kentico 10 Support (#123) 🆕
Modules which work for Kentico 10 sites have been enabled.
Check for disabled web parts and web part zones module (#7) 🆕
This module reports a list of templates with web parts or web part zones that are marked a not visible, which can be an indication that they are unnecessary.