release 2022.11.20
This commit is contained in:
parent
8b441a2989
commit
fe7cf97bc5
8 changed files with 79 additions and 79 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
2022.11.20
|
||||||
|
- fix compatibility with Dotclear 2.24 (required)
|
||||||
|
|
||||||
2021.08.27
|
2021.08.27
|
||||||
- cleanup (PSR2,short array, ...)
|
- cleanup (PSR2,short array, ...)
|
||||||
- enhance widget style
|
- enhance widget style
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
# README
|
# README
|
||||||
|
|
||||||
|
[![Release](https://img.shields.io/github/v/release/JcDenis/dcLatestVersions)](https://github.com/JcDenis/dcLatestVersions/releases)
|
||||||
|
[![Date](https://img.shields.io/github/release-date/JcDenis/dcLatestVersions)](https://github.com/JcDenis/dcLatestVersions/releases)
|
||||||
|
[![Issues](https://img.shields.io/github/issues/JcDenis/dcLatestVersions)](https://github.com/JcDenis/dcLatestVersions/issues)
|
||||||
|
[![Dotclear](https://img.shields.io/badge/dotclear-v2.24-blue.svg)](https://fr.dotclear.org/download)
|
||||||
|
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/dcLatestVersions)
|
||||||
|
[![License](https://img.shields.io/github/license/JcDenis/dcLatestVersions)](https://github.com/JcDenis/dcLatestVersions/blob/master/LICENSE)
|
||||||
|
|
||||||
## WHAT IS DCLATESTVERSION ?
|
## WHAT IS DCLATESTVERSION ?
|
||||||
|
|
||||||
"Dotclear's latest versions" is a plugin for the open-source
|
"Dotclear's latest versions" is a plugin for the open-source
|
||||||
|
@ -12,7 +19,7 @@ Simply show visitors last versions of nightly build of Dotclear.
|
||||||
dcLatestVersions requires:
|
dcLatestVersions requires:
|
||||||
|
|
||||||
* permissions to manage widgets
|
* permissions to manage widgets
|
||||||
* Dotclear 2.6
|
* Dotclear 2.24
|
||||||
|
|
||||||
## USAGE
|
## USAGE
|
||||||
|
|
||||||
|
|
24
_admin.php
24
_admin.php
|
@ -1,17 +1,15 @@
|
||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
# -- BEGIN LICENSE BLOCK ----------------------------------
|
* @brief dcLatestVersions, a plugin for Dotclear 2
|
||||||
#
|
*
|
||||||
# This file is part of dcLatestVersions, a plugin for Dotclear 2.
|
* @package Dotclear
|
||||||
#
|
* @subpackage Plugin
|
||||||
# Copyright (c) 2009-2021 Jean-Christian Denis and contributors
|
*
|
||||||
#
|
* @author Jean-Christian Denis, Pierre Van Glabeke
|
||||||
# Licensed under the GPL version 2.0 license.
|
*
|
||||||
# A copy of this license is available in LICENSE file or at
|
* @copyright Jean-Crhistian Denis
|
||||||
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
#
|
*/
|
||||||
# -- END LICENSE BLOCK ------------------------------------
|
|
||||||
|
|
||||||
if (!defined('DC_CONTEXT_ADMIN')) {
|
if (!defined('DC_CONTEXT_ADMIN')) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
26
_define.php
26
_define.php
|
@ -1,17 +1,15 @@
|
||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
# -- BEGIN LICENSE BLOCK ----------------------------------
|
* @brief dcLatestVersions, a plugin for Dotclear 2
|
||||||
#
|
*
|
||||||
# This file is part of dcLatestVersions, a plugin for Dotclear 2.
|
* @package Dotclear
|
||||||
#
|
* @subpackage Plugin
|
||||||
# Copyright (c) 2009-2021 Jean-Christian Denis and contributors
|
*
|
||||||
#
|
* @author Jean-Christian Denis, Pierre Van Glabeke
|
||||||
# Licensed under the GPL version 2.0 license.
|
*
|
||||||
# A copy of this license is available in LICENSE file or at
|
* @copyright Jean-Crhistian Denis
|
||||||
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
#
|
*/
|
||||||
# -- END LICENSE BLOCK ------------------------------------
|
|
||||||
|
|
||||||
if (!defined('DC_RC_PATH')) {
|
if (!defined('DC_RC_PATH')) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
@ -20,7 +18,7 @@ $this->registerModule(
|
||||||
'dcLatestVersions',
|
'dcLatestVersions',
|
||||||
'Show the latest available versions of Dotclear',
|
'Show the latest available versions of Dotclear',
|
||||||
'Jean-Christian Denis, Pierre Van Glabeke',
|
'Jean-Christian Denis, Pierre Van Glabeke',
|
||||||
'2022.11.12',
|
'2022.11.20',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.24']],
|
'requires' => [['core', '2.24']],
|
||||||
'permissions' => dcCore::app()->auth->makePermissions([
|
'permissions' => dcCore::app()->auth->makePermissions([
|
||||||
|
|
24
_install.php
24
_install.php
|
@ -1,17 +1,15 @@
|
||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
# -- BEGIN LICENSE BLOCK ----------------------------------
|
* @brief dcLatestVersions, a plugin for Dotclear 2
|
||||||
#
|
*
|
||||||
# This file is part of dcLatestVersions, a plugin for Dotclear 2.
|
* @package Dotclear
|
||||||
#
|
* @subpackage Plugin
|
||||||
# Copyright (c) 2009-2021 Jean-Christian Denis and contributors
|
*
|
||||||
#
|
* @author Jean-Christian Denis, Pierre Van Glabeke
|
||||||
# Licensed under the GPL version 2.0 license.
|
*
|
||||||
# A copy of this license is available in LICENSE file or at
|
* @copyright Jean-Crhistian Denis
|
||||||
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
#
|
*/
|
||||||
# -- END LICENSE BLOCK ------------------------------------
|
|
||||||
|
|
||||||
if (!defined('DC_CONTEXT_ADMIN')) {
|
if (!defined('DC_CONTEXT_ADMIN')) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
24
_public.php
24
_public.php
|
@ -1,17 +1,15 @@
|
||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
# -- BEGIN LICENSE BLOCK ----------------------------------
|
* @brief dcLatestVersions, a plugin for Dotclear 2
|
||||||
#
|
*
|
||||||
# This file is part of dcLatestVersions, a plugin for Dotclear 2.
|
* @package Dotclear
|
||||||
#
|
* @subpackage Plugin
|
||||||
# Copyright (c) 2009-2021 Jean-Christian Denis and contributors
|
*
|
||||||
#
|
* @author Jean-Christian Denis, Pierre Van Glabeke
|
||||||
# Licensed under the GPL version 2.0 license.
|
*
|
||||||
# A copy of this license is available in LICENSE file or at
|
* @copyright Jean-Crhistian Denis
|
||||||
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
#
|
*/
|
||||||
# -- END LICENSE BLOCK ------------------------------------
|
|
||||||
|
|
||||||
if (!defined('DC_RC_PATH')) {
|
if (!defined('DC_RC_PATH')) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
24
_widgets.php
24
_widgets.php
|
@ -1,17 +1,15 @@
|
||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
# -- BEGIN LICENSE BLOCK ----------------------------------
|
* @brief dcLatestVersions, a plugin for Dotclear 2
|
||||||
#
|
*
|
||||||
# This file is part of dcLatestVersions, a plugin for Dotclear 2.
|
* @package Dotclear
|
||||||
#
|
* @subpackage Plugin
|
||||||
# Copyright (c) 2009-2021 Jean-Christian Denis and contributors
|
*
|
||||||
#
|
* @author Jean-Christian Denis, Pierre Van Glabeke
|
||||||
# Licensed under the GPL version 2.0 license.
|
*
|
||||||
# A copy of this license is available in LICENSE file or at
|
* @copyright Jean-Crhistian Denis
|
||||||
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
#
|
*/
|
||||||
# -- END LICENSE BLOCK ------------------------------------
|
|
||||||
|
|
||||||
if (!defined('DC_RC_PATH')) {
|
if (!defined('DC_RC_PATH')) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
22
dcstore.xml
22
dcstore.xml
|
@ -1,13 +1,13 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="dcLatestVersions">
|
<module id="dcLatestVersions">
|
||||||
<name>dcLatestVersions</name>
|
<name>dcLatestVersions</name>
|
||||||
<version>2021.08.27</version>
|
<version>2022.11.20</version>
|
||||||
<author>Jean-Christian Denis, Pierre Van Glabeke</author>
|
<author>Jean-Christian Denis, Pierre Van Glabeke</author>
|
||||||
<desc>Show the latest available versions of Dotclear</desc>
|
<desc>Show the latest available versions of Dotclear</desc>
|
||||||
<file>https://github.com/JcDenis/dcLatestVersions/releases/download/v2021.08.27/plugin-dcLatestVersions.zip</file>
|
<file>https://github.com/JcDenis/dcLatestVersions/releases/download/v2022.11.20/plugin-dcLatestVersions.zip</file>
|
||||||
<da:dcmin>2.19</da:dcmin>
|
<da:dcmin>2.24</da:dcmin>
|
||||||
<da:details>http://plugins.dotaddict.org/dc2/details/dcLatestVersions</da:details>
|
<da:details>http://plugins.dotaddict.org/dc2/details/dcLatestVersions</da:details>
|
||||||
<da:section></da:section>
|
<da:support>http://forum.dotclear.org/viewforum.php?id=16</da:support>
|
||||||
<da:support>http://forum.dotclear.org/viewforum.php?id=16</da:support>
|
</module>
|
||||||
</module>
|
|
||||||
</modules>
|
</modules>
|
Loading…
Reference in a new issue