release 2023.08.13
This commit is contained in:
parent
46b22e1e0c
commit
d32c8525e7
69
CHANGELOG.md
69
CHANGELOG.md
@ -1,34 +1,49 @@
|
||||
2023.07.29
|
||||
- require Dotclear 2.27
|
||||
- require PHP 7.4+
|
||||
- update to Dotclear 2.27-dev
|
||||
simplyFavicon 2023.08.13
|
||||
===========================================================
|
||||
* Require Dotclear 2.27
|
||||
* Require PHP 7.4+
|
||||
* Move third party repository
|
||||
* Use Dotclear style for CHANGELOG
|
||||
|
||||
2023.04.23
|
||||
- require Dotclear 2.26
|
||||
- use latest dotclear namespace
|
||||
- remove magix
|
||||
- fix nullsafe warnings
|
||||
simplyFavicon 2023.07.29
|
||||
===========================================================
|
||||
* require Dotclear 2.27
|
||||
* require PHP 7.4+
|
||||
* update to Dotclear 2.27-dev
|
||||
|
||||
2023.03.21
|
||||
- require Dotclear 2.26
|
||||
- use PHP namespace
|
||||
- use new plugin structure
|
||||
- use new Form class
|
||||
- add icon url on blog pref
|
||||
simplyFavicon 2023.04.23
|
||||
===========================================================
|
||||
* require Dotclear 2.26
|
||||
* use latest dotclear namespace
|
||||
* remove magix
|
||||
* fix nullsafe warnings
|
||||
|
||||
2022.12.23
|
||||
- use anonymlous functions
|
||||
- code review (phpstan, php-cs-fixer)
|
||||
simplyFavicon 2023.03.21
|
||||
===========================================================
|
||||
* require Dotclear 2.26
|
||||
* use PHP namespace
|
||||
* use new plugin structure
|
||||
* use new Form class
|
||||
* add icon url on blog pref
|
||||
|
||||
2022.11.20
|
||||
- fix compatibility with Dotclear 2.24 (required)
|
||||
simplyFavicon 2022.12.23
|
||||
===========================================================
|
||||
* use anonymlous functions
|
||||
* code review (phpstan, php-cs-fixer)
|
||||
|
||||
2021.09.02
|
||||
- clean up code
|
||||
- add dcstore.xml pre-release file
|
||||
simplyFavicon 2022.11.20
|
||||
===========================================================
|
||||
* fix compatibility with Dotclear 2.24 (required)
|
||||
|
||||
2021.08.18
|
||||
- update license
|
||||
simplyFavicon 2021.09.02
|
||||
===========================================================
|
||||
* clean up code
|
||||
* add dcstore.xml pre-release file
|
||||
|
||||
2011.04.08
|
||||
- first version
|
||||
simplyFavicon 2021.08.18
|
||||
===========================================================
|
||||
* update license
|
||||
|
||||
simplyFavicon 2011.04.08
|
||||
===========================================================
|
||||
* first version
|
29
README.md
29
README.md
@ -1,11 +1,10 @@
|
||||
# README
|
||||
|
||||
[![Release](https://img.shields.io/github/v/release/JcDenis/simplyFavicon)](https://github.com/JcDenis/simplyFavicon/releases)
|
||||
[![Date](https://img.shields.io/github/release-date/JcDenis/simplyFavicon)](https://github.com/JcDenis/simplyFavicon/releases)
|
||||
[![Issues](https://img.shields.io/github/issues/JcDenis/simplyFavicon)](https://github.com/JcDenis/simplyFavicon/issues)
|
||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-blue.svg)](https://fr.dotclear.org/download)
|
||||
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/simplyFavicon)
|
||||
[![License](https://img.shields.io/github/license/JcDenis/simplyFavicon)](https://github.com/JcDenis/simplyFavicon/blob/master/LICENSE)
|
||||
[![Release](https://img.shields.io/badge/release-2023.08.13-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/simplyFavicon/releases)
|
||||
[![Date](https://img.shields.io/badge/date-2023.08.13-c44d58.svg)](https://git.dotclear.watch/JcDenis/simplyFavicon/releases)
|
||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-137bbb.svg)](https://fr.dotclear.org/download)
|
||||
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/simplyFavicon)
|
||||
[![License](https://img.shields.io/github/license/JcDenis/simplyFavicon)](https://git.dotclear.watch/JcDenis/simplyFavicon/blob/master/LICENSE)
|
||||
|
||||
## WHAT IS simplyFavicon ?
|
||||
|
||||
@ -18,10 +17,10 @@ It adds a favicon to your blog.
|
||||
|
||||
_simplyFavicon_ requires:
|
||||
|
||||
* Administrator permissions
|
||||
* Dotclear 2.27
|
||||
* PHP 7.4+
|
||||
* A readable public directory.
|
||||
* Administrator permissions
|
||||
* Dotclear 2.27
|
||||
* PHP 7.4+
|
||||
* A readable public directory.
|
||||
|
||||
## USAGE
|
||||
|
||||
@ -34,12 +33,12 @@ simplyFavicon add required code to public page to show favicon on browser.
|
||||
|
||||
## LINKS
|
||||
|
||||
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
|
||||
* Source & contribution : [GitHub Page](https://github.com/JcDenis/simplyFavicon)
|
||||
* Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/simplyFavicon)
|
||||
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
|
||||
* Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/simplyFavicon) or [GitHub Page](https://github.com/JcDenis/simplyFavicon)
|
||||
* Packages & details : [Gitea Page](https://git.dotclear.watch/JcDenis/simplyFavicon/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/simplyFavicon)
|
||||
|
||||
## CONTRIBUTORS
|
||||
|
||||
* Jean-Christian Denis
|
||||
* Jean-Christian Denis
|
||||
|
||||
You are welcome to contribute to this code.
|
||||
You are welcome to contribute to this code.
|
||||
|
14
_define.php
14
_define.php
@ -18,18 +18,18 @@ $this->registerModule(
|
||||
'Simply favicon',
|
||||
'Multi-agents favicon',
|
||||
'Jean-Christian Denis',
|
||||
'2023.07.29',
|
||||
'2023.08.13',
|
||||
[
|
||||
'requires' => [['core', '2.27']],
|
||||
'permissions' => dcCore::app()->auth->makePermissions([
|
||||
dcCore::app()->auth::PERMISSION_ADMIN,
|
||||
]),
|
||||
'type' => 'plugin',
|
||||
'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' => [
|
||||
'blog' => '#params.simply_favicon_params',
|
||||
'settings' => [
|
||||
'blog' => '#params.' . basename(__DIR__) . '_params',
|
||||
],
|
||||
'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',
|
||||
]
|
||||
);
|
||||
|
@ -2,12 +2,12 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="simplyFavicon">
|
||||
<name>Simply favicon</name>
|
||||
<version>2023.07.29</version>
|
||||
<version>2023.08.13</version>
|
||||
<author>Jean-Christian Denis</author>
|
||||
<desc>Multi-agents favicon</desc>
|
||||
<file>https://github.com/JcDenis/simplyFavicon/releases/download/v2023.07.29/plugin-simplyFavicon.zip</file>
|
||||
<file>https://git.dotclear.watch/JcDenis/simplyFavicon/releases/download/v2023.08.13/plugin-simplyFavicon.zip</file>
|
||||
<da:dcmin>2.27</da:dcmin>
|
||||
<da:details>http://plugins.dotaddict.org/dc2/details/simplyFavicon</da:details>
|
||||
<da:support>https://github.com/JcDenis/simplyFavicon</da:support>
|
||||
<da:details>https://git.dotclear.watch/JcDenis/simplyFavicon/src/branch/master/README.md</da:details>
|
||||
<da:support>https://git.dotclear.watch/JcDenis/simplyFavicon/issues</da:support>
|
||||
</module>
|
||||
</modules>
|
||||
|
@ -56,7 +56,7 @@ class Backend extends Process
|
||||
}
|
||||
|
||||
echo
|
||||
'<div class="fieldset clear"><h4 id="simply_favicon_params">' . __('Favicon') . '</h4>' .
|
||||
'<div class="fieldset clear"><h4 id="' . My::id() . '_params">' . __('Favicon') . '</h4>' .
|
||||
'<div class="two-cols"><div class="col">' .
|
||||
(new Div())
|
||||
->__call('class', ['box'])
|
||||
|
Loading…
Reference in New Issue
Block a user