Skip to content

Commit

Permalink
Version with sitemap for cobblers
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheexakat committed Dec 23, 2023
1 parent 85be13f commit 8664295
Show file tree
Hide file tree
Showing 38 changed files with 442 additions and 45 deletions.
9 changes: 7 additions & 2 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Release Note

Here is the release note of exakat.

**Version 2.6.4 (, 2023-12-31)**
**Version 2.6.5 (, 2023-12-31)**


+ Architecture
Expand All @@ -27,7 +27,8 @@ Here is the release note of exakat.


+ Architecture
+
+ Moved assert configuration to ini_set and php.ini
+ Added a set of token values for Debian 12 and 8.3

+ Cobbler
+
Expand All @@ -49,6 +50,10 @@ Here is the release note of exakat.
+ Refactored analysis : Could Use Null-safe operator now covers new situations
+ New analysis : check after nullsafe operator
+ New analysis : Don't use Null typed elements with a null-safe operator
+ New analysis : report invalid casts
+ New analysis : could use strcontains()
+ New analysis : suggest removing unused variable in catch
+ New analysis : suggest adding readonly to property

+ Tokenizer
+ Added CALLED link to new calls
Expand Down

0 comments on commit 8664295

Please sign in to comment.