release 1.1

This commit is contained in:
Jean-Christian Denis 2023-08-15 13:24:40 +02:00
parent 7f4689c244
commit ca04a3ad05
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951
3 changed files with 75 additions and 63 deletions

View file

@ -1,48 +1,61 @@
dev noodles 1.1 - 2023.08.15
- [ ] add cache system ===========================================================
- [ ] add option for gravatar built in unknow avatar @see https://fr.gravatar.com/site/implement/images/ * Require Dotclear 2.27
* Require PHP 8.1
* Update icon to SVG
* Upgrade to Dotclear 2.27 stable
* Move third party repository
* Use Dotclear style for CHANGELOG
1.0.1 - 2023.05.13 noodles 1.0.1 - 2023.05.13
- require dotclear 2.26 ===========================================================
- require php 8.1+ * require dotclear 2.26
- use define php_min * require php 8.1+
* use define php_min
1.0 - 2023.05.05 noodles 1.0 - 2023.05.05
- require dotclear 2.26 ===========================================================
- require php 8.1+ * require dotclear 2.26
- use namespace * require php 8.1+
- fix phpstan level 9 warnings * use namespace
- use short settings names (lost old settings) * fix phpstan level 9 warnings
- use json rather than serialize (lost old settings) * use short settings names (lost old settings)
- use only one default avatar * use json rather than serialize (lost old settings)
- add plugin UNinstaller features * use only one default avatar
* add plugin UNinstaller features
0.9 - 2022.11.20 noodles 0.9 - 2022.11.20
- fix compatibility with Dotclear 2.24 (required) ===========================================================
* fix compatibility with Dotclear 2.24 (required)
0.8 - 2021.10.30 noodles 0.8 - 2021.10.30
- use url handler for dynamic js and css ===========================================================
- add libravatar API * use url handler for dynamic js and css
* add libravatar API
0.7 - 2021.09.09 noodles 0.7 - 2021.09.09
- fix image directories ===========================================================
- fix Dotclear 2.19 compatibility * fix image directories
- enhance code style * fix Dotclear 2.19 compatibility
- update translation * enhance code style
- update license * update translation
- update images * update license
* update images
0.6.1 - 2010.07.05 noodles 0.6.1 - 2010.07.05
- Fixed lowercase email (tks Damien Clauzel) ===========================================================
- Fixed a stupid error on admin page * Fixed lowercase email (tks Damien Clauzel)
* Fixed a stupid error on admin page
0.6 - 2010.06.05 noodles 0.6 - 2010.06.05
- Switched to DC 2.2 ===========================================================
- Fixed javascript encode URI * Switched to DC 2.2
- Fixed image paths and urls * Fixed javascript encode URI
* Fixed image paths and urls
0.5 - 2009.09.23 noodles 0.5 - 2009.09.23
- Fixed DC 2.1.6 URL handlers ending ===========================================================
- Fixed image size in js * Fixed DC 2.1.6 URL handlers ending
- Removed ''url prefix'' settings as myUrlHandlers does it perfectly * Fixed image size in js
- Added _uninstall.php feature * Removed ''url prefix'' settings as myUrlHandlers does it perfectly
* Added _uninstall.php feature

View file

@ -1,11 +1,10 @@
# README # README
[![Release](https://img.shields.io/github/v/release/JcDenis/noodles)](https://github.com/JcDenis/noodles/releases) [![Release](https://img.shields.io/badge/release-1.1-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/oodles/releases)
[![Date](https://img.shields.io/github/release-date/JcDenis/noodles)](https://github.com/JcDenis/noodles/releases) [![Date](https://img.shields.io/badge/date-2023.08.15-c44d58.svg)](https://git.dotclear.watch/JcDenis/oodles/releases)
[![Issues](https://img.shields.io/github/issues/JcDenis/noodles)](https://github.com/JcDenis/noodles/issues) [![Dotclear](https://img.shields.io/badge/dotclear-v2.27-137bbb.svg)](https://fr.dotclear.org/download)
[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-blue.svg)](https://fr.dotclear.org/download) [![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/oodles)
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/noodles) [![License](https://img.shields.io/github/license/JcDenis/oodles)](https://git.dotclear.watch/JcDenis/oodles/blob/master/LICENSE)
[![License](https://img.shields.io/github/license/JcDenis/noodles)](https://github.com/JcDenis/noodles/blob/master/LICENSE)
## WHAT IS NOODLES ? ## WHAT IS NOODLES ?
@ -17,11 +16,11 @@ your blog. comments, posts, widgets...
## REQUIREMENTS ## REQUIREMENTS
_noodles_ requires: _noodles_ requires:
* Permissions admin * Permissions admin
* Dotclear 2.26 * Dotclear 2.26
* PHP 8.1+ * PHP 8.1+
## USAGE ## USAGE
@ -33,12 +32,12 @@ go to ''configure plugin'', fill in form.
## LINKS ## LINKS
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) * License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
* Source & contribution : [GitHub Page](https://github.com/JcDenis/noodles) * Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/oodles) or [GitHub Page](https://github.com/JcDenis/oodles)
* Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/noodles) * Packages & details: [Gitea Page](https://git.dotclear.watch/JcDenis/oodles/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/oodles)
## CONTRIBUTORS ## CONTRIBUTORS
* Jean-Christian Denis * Jean-Christian Denis (author)
You are welcome to contribute to this code. You are welcome to contribute to this code.

View file

@ -10,7 +10,7 @@
* @copyright Jean-Christian Denis * @copyright Jean-Christian Denis
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html * @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
*/ */
if (!class_exists('dcCore') || is_null(dcCore::app()->auth)) { if (!defined('DC_RC_PATH')) {
return null; return null;
} }
@ -18,21 +18,21 @@ $this->registerModule(
'Noodles', 'Noodles',
'Add users gravatars everywhere', 'Add users gravatars everywhere',
'Jean-Christian Denis and contributors', 'Jean-Christian Denis and contributors',
'1.0.1', '1.1',
[ [
'requires' => [ 'requires' => [
['php', '8.1'], ['php', '8.1'],
['core', '2.26'], ['core', '2.27'],
], ],
'permissions' => dcCore::app()->auth->makePermissions([ 'permissions' => dcCore::app()->auth->makePermissions([
dcCore::app()->auth::PERMISSION_CONTENT_ADMIN, dcCore::app()->auth::PERMISSION_CONTENT_ADMIN,
]), ]),
'type' => 'plugin', 'settings' => [
'support' => 'https://github.com/JcDenis/' . basename(__DIR__),
'details' => 'http://plugins.dotaddict.org/dc2/details/' . basename(__DIR__),
'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml',
'settings' => [
'self' => '', 'self' => '',
], ],
'type' => 'plugin',
'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues',
'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md',
'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml',
] ]
); );