Skip to content

Commit

Permalink
tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Nov 3, 2022
1 parent 12a5b98 commit de5040b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions doc/todo
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# tests

. add a test which does introduce a db inconsistency (eg remove one line from ezcoa) and verifies that the errors is detected


# general

. allow cli scripts to connect to a different database: done for checkschema.php... is it useful for the others?
Expand All @@ -8,6 +13,7 @@

. start planning for the "bundle" version: load all field defs from services, use built-in validations etc...


# database checking

. check coherence of data_type string between ezcoa and ezcca
Expand Down
2 changes: 1 addition & 1 deletion extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<software>
<metadata>
<name>eZ DB Integrity extension</name>
<version>0.27.0</version>
<version>0.27.1</version>
<copyright>Copyright (C) 2014-2022 Gaetano Giunta</copyright>
<license>GNU General Public License v2.0</license>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion ezinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ static function info()
{
return array(
'Name' => "<a href=\"https://github.com/gggeek/ezdbintegrity\">eZ DB Integrity extension</a>",
'Version' => "0.27.0",
'Version' => "0.27.1",
'Copyright' => "Copyright (C) 2014-2022 Gaetano Giunta",
'License' => "GNU General Public License v2.0"
);
Expand Down

0 comments on commit de5040b

Please sign in to comment.