diff --git a/CHANGELOG.md b/CHANGELOG.md index 98ad696..0387f86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +2022.12.22 +- enhance search +- add error 404 to plugi activityReport +- use SVG icon +- use abstract plugin id +- remove currywurst template +- fix right template seletion +- fix dblayer error +- fix permissions +- code review + 2022.11.20 - fix compatibility with Dotclear 2.24 (required) diff --git a/_define.php b/_define.php index 2c03826..decbebc 100644 --- a/_define.php +++ b/_define.php @@ -18,15 +18,15 @@ $this->registerModule( 'saba', 'Search across blog archive', 'Jean-Christian Denis and Contributors', - '2022.11.20', + '2022.12.22', [ 'requires' => [['core', '2.24']], 'permissions' => dcCore::app()->auth->makePermissions([ dcAuth::PERMISSION_ADMIN, ]), - 'type' => 'plugin', - 'support' => 'https://github.com/JcDenis/' . basename(__DIR__), - 'details' => 'https://plugins.dotaddict.org/dc2/details/' . basename(__DIR__), - 'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml', + 'type' => 'plugin', + 'support' => 'https://github.com/JcDenis/' . basename(__DIR__), + 'details' => 'https://plugins.dotaddict.org/dc2/details/' . basename(__DIR__), + 'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml', ] ); diff --git a/dcstore.xml b/dcstore.xml index 1dee73f..2a8ba0c 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ saba - 2022.11.20 + 2022.12.22 Jean-Christian Denis and Contributors Search across blog archive - https://github.com/JcDenis/saba/releases/download/v2022.11.20/plugin-saba.zip + https://github.com/JcDenis/saba/releases/download/v2022.12.22/plugin-saba.zip 2.24 https://plugins.dotaddict.org/dc2/details/saba https://github.com/JcDenis/saba diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php new file mode 100644 index 0000000..08699b4 --- /dev/null +++ b/locales/fr/main.lang.php @@ -0,0 +1,29 @@ +