release 2023.08.13
This commit is contained in:
parent
9a829ea3f2
commit
a841033859
145
CHANGELOG.md
145
CHANGELOG.md
@ -1,78 +1,107 @@
|
||||
2023.06.17
|
||||
- require dotclear 2.26
|
||||
- fix php7.4 compatibility
|
||||
lastpostsExtend 2023.08.13
|
||||
===========================================================
|
||||
* Require Dotclear 2.27
|
||||
* Require PHP 7.4
|
||||
* Upgrade to Dotclear 2.27
|
||||
* Move third party repository
|
||||
* Use Dotclear style for CHANGELOG
|
||||
|
||||
2023.04.22
|
||||
- require dotclear 2.26
|
||||
- use latest helper namespace
|
||||
- fix nullsafe warnings
|
||||
lastpostsExtend 2023.06.17
|
||||
===========================================================
|
||||
* require dotclear 2.26
|
||||
* fix php7.4 compatibility
|
||||
|
||||
2023.03.25
|
||||
- require dotclear 2.26
|
||||
- use namespace
|
||||
lastpostsExtend 2023.04.22
|
||||
===========================================================
|
||||
* require dotclear 2.26
|
||||
* use latest helper namespace
|
||||
* fix nullsafe warnings
|
||||
|
||||
2022.11.20
|
||||
- fix compatibility with Dotclear 2.24 (required)
|
||||
lastpostsExtend 2023.03.25
|
||||
===========================================================
|
||||
* require dotclear 2.26
|
||||
* use namespace
|
||||
|
||||
2021.09.17
|
||||
- clean up and cosmetics
|
||||
lastpostsExtend 2022.11.20
|
||||
===========================================================
|
||||
* fix compatibility with Dotclear 2.24 (required)
|
||||
|
||||
2021.08.25
|
||||
- cleanup (license, help, dc2.19, PSR2, short array, php7.3+, php8.0.x)
|
||||
lastpostsExtend 2021.09.17
|
||||
===========================================================
|
||||
* clean up and cosmetics
|
||||
|
||||
2016.10.24
|
||||
- oops missed 2015 update
|
||||
lastpostsExtend 2021.08.25
|
||||
===========================================================
|
||||
* cleanup (license, help, dc2.19, PSR2, short array, php7.3+, php8.0.x)
|
||||
|
||||
2016.10.23
|
||||
- Used new widget rendering method
|
||||
- Updated year
|
||||
lastpostsExtend 2016.10.24
|
||||
===========================================================
|
||||
* oops missed 2015 update
|
||||
|
||||
2015.01.13 Pierre Van Glabeke
|
||||
- Compatibilité dotclear 2.7
|
||||
- Ajout options widget et compatibilité currywurst
|
||||
- Modifications locales
|
||||
lastpostsExtend 2016.10.23
|
||||
===========================================================
|
||||
* Used new widget rendering method
|
||||
* Updated year
|
||||
|
||||
2013.12.01
|
||||
- Fix XHTML validation on widget
|
||||
- Fix category id from wrong table. thx BG
|
||||
lastpostsExtend 2015.01.13 Pierre Van Glabeke
|
||||
===========================================================
|
||||
* Compatibilité dotclear 2.7
|
||||
* Ajout options widget et compatibilité currywurst
|
||||
* Modifications locales
|
||||
|
||||
2013.11.12
|
||||
- Switch to Dotclear 2.6
|
||||
- Add widget options
|
||||
lastpostsExtend 2013.12.01
|
||||
===========================================================
|
||||
* Fix XHTML validation on widget
|
||||
* Fix category id from wrong table. thx BG
|
||||
|
||||
2013.06.30
|
||||
- Used new 'homeonly' style for widgets
|
||||
lastpostsExtend 2013.11.12
|
||||
===========================================================
|
||||
* Switch to Dotclear 2.6
|
||||
* Add widget options
|
||||
|
||||
2011.08.01
|
||||
- Added support of plugin muppet (post types)
|
||||
- Try to fix date compare on sql request
|
||||
lastpostsExtend 2013.06.30
|
||||
===========================================================
|
||||
* Used new 'homeonly' style for widgets
|
||||
|
||||
0.10 - 2010.08.19
|
||||
- Sort by comments (annso)
|
||||
lastpostsExtend 2011.08.01
|
||||
===========================================================
|
||||
* Added support of plugin muppet (post types)
|
||||
* Try to fix date compare on sql request
|
||||
|
||||
0.9 - 201.-06.09
|
||||
- Writed now for DC 2.2 or higher
|
||||
lastpostsExtend 0.10 - 2010.08.19
|
||||
===========================================================
|
||||
* Sort by comments (annso)
|
||||
|
||||
0.8.2 - 2010.03.29
|
||||
- Fixed getPosts by using sudo
|
||||
- Fixed entryFirstImage on non-pushided post
|
||||
lastpostsExtend 0.9 - 201.-06.09
|
||||
===========================================================
|
||||
* Writed now for DC 2.2 or higher
|
||||
|
||||
0.8.1 - 2009.12.31
|
||||
- Happy new year!
|
||||
- Fixed multiple bugs and crashes
|
||||
lastpostsExtend 0.8.2 - 2010.03.29
|
||||
===========================================================
|
||||
* Fixed getPosts by using sudo
|
||||
* Fixed entryFirstImage on non-pushided post
|
||||
|
||||
0.8 - 2009.12.30
|
||||
- Added post words limit
|
||||
- Added post status limit
|
||||
- Added post password limit (closes #385)
|
||||
- Changed blog->getPosts to internal getPosts
|
||||
lastpostsExtend 0.8.1 - 2009.12.31
|
||||
===========================================================
|
||||
* Happy new year!
|
||||
* Fixed multiple bugs and crashes
|
||||
|
||||
0.7 - 2009.12.10
|
||||
- Added entryFirstimage
|
||||
- Fixed typo
|
||||
lastpostsExtend 0.8 - 2009.12.30
|
||||
===========================================================
|
||||
* Added post words limit
|
||||
* Added post status limit
|
||||
* Added post password limit (closes #385)
|
||||
* Changed blog->getPosts to internal getPosts
|
||||
|
||||
0.6 - 2009.08.23
|
||||
- Added ''pluginsPage'' support
|
||||
lastpostsExtend 0.7 - 2009.12.10
|
||||
===========================================================
|
||||
* Added entryFirstimage
|
||||
* Fixed typo
|
||||
|
||||
0.5 - 2009.08.16
|
||||
- Fixed php 5.3 compatibility
|
||||
lastpostsExtend 0.6 - 2009.08.23
|
||||
===========================================================
|
||||
* Added ''pluginsPage'' support
|
||||
|
||||
lastpostsExtend 0.5 - 2009.08.16
|
||||
===========================================================
|
||||
* Fixed php 5.3 compatibility
|
34
README.md
34
README.md
@ -1,42 +1,42 @@
|
||||
# README
|
||||
|
||||
[![Release](https://img.shields.io/github/v/release/JcDenis/lastpostsExtend)](https://github.com/JcDenis/lastpostsExtend/releases)
|
||||
[![Date](https://img.shields.io/github/release-date/JcDenis/lastpostsExtend)](https://github.com/JcDenis/lastpostsExtend/releases)
|
||||
[![Issues](https://img.shields.io/github/issues/JcDenis/lastpostsExtend)](https://github.com/JcDenis/lastpostsExtend/issues)
|
||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-blue.svg)](https://fr.dotclear.org/download)
|
||||
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/lastpostsExtend)
|
||||
[![License](https://img.shields.io/github/license/JcDenis/lastpostsExtend)](https://github.com/JcDenis/lastpostsExtend/blob/master/LICENSE)
|
||||
[![Release](https://img.shields.io/badge/release-2023.08.13-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/lastpostsExtend/releases)
|
||||
[![Date](https://img.shields.io/badge/date-2023.08.13-c44d58.svg)](https://git.dotclear.watch/JcDenis/lastpostsExtend/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/lastpostsExtend)
|
||||
[![License](https://img.shields.io/github/license/JcDenis/lastpostsExtend)](https://git.dotclear.watch/JcDenis/lastpostsExtend/blob/master/LICENSE)
|
||||
|
||||
## WHAT IS LASTPOSTSEXTEND ?
|
||||
|
||||
"lastposts Extend" is a plugin for the open-source
|
||||
_lastpostsExtend_ "Last entries (Extended)" is a plugin for the open-source
|
||||
web publishing software called Dotclear.
|
||||
|
||||
Like widget lastposts but with more options.
|
||||
|
||||
## REQUIREMENTS
|
||||
|
||||
lastpostsExtend requires:
|
||||
_lastpostsExtend_ requires:
|
||||
|
||||
* permissions to manage widgets
|
||||
* Dotclear 2.26
|
||||
* permissions to manage widgets
|
||||
* Dotclear 2.27
|
||||
* PHP 7.4
|
||||
|
||||
## USAGE
|
||||
|
||||
First install lastpostsExtend, manualy from a zip package or from
|
||||
First install _lastpostsExtend_, manualy from a zip package or from
|
||||
Dotaddict repository. (See Dotclear's documentation to know how do this)
|
||||
|
||||
Add and configure "Last entries (Extended)" from widgets manager.
|
||||
|
||||
## LINKS
|
||||
|
||||
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
|
||||
* Source & contribution : [GitHub Page](https://github.com/JcDenis/lastpostsExtend)
|
||||
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/lastpostsExtend)
|
||||
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
|
||||
* Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/lastpostsExtend) or [GitHub Page](https://github.com/JcDenis/lastpostsExtend)
|
||||
* Packages & details: [Gitea Page](https://git.dotclear.watch/JcDenis/lastpostsExtend/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/lastpostsExtend)
|
||||
|
||||
## CONTRIBUTORS
|
||||
|
||||
* Jean-Chirstian Denis
|
||||
* Pierre Van Glabeke
|
||||
* Jean-Chirstian Denis
|
||||
* Pierre Van Glabeke
|
||||
|
||||
You are welcome to contribute to this code.
|
||||
You are welcome to contribute to this code.
|
||||
|
10
_define.php
10
_define.php
@ -18,15 +18,15 @@ $this->registerModule(
|
||||
'Last entries (Extended)',
|
||||
'Extended list of entries',
|
||||
'Jean-Christian Denis and contributors',
|
||||
'2023.06.17',
|
||||
'2023.08.13',
|
||||
[
|
||||
'requires' => [['core', '2.26']],
|
||||
'requires' => [['core', '2.27']],
|
||||
'permissions' => dcCore::app()->auth->makePermissions([
|
||||
dcAuth::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/repository.xml',
|
||||
'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',
|
||||
]
|
||||
);
|
||||
|
10
dcstore.xml
10
dcstore.xml
@ -2,12 +2,12 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="lastpostsExtend">
|
||||
<name>Last entries (Extended)</name>
|
||||
<version>2023.06.17</version>
|
||||
<version>2023.08.13</version>
|
||||
<author>Jean-Christian Denis and contributors</author>
|
||||
<desc>Extended list of entries</desc>
|
||||
<file>https://github.com/JcDenis/lastpostsExtend/releases/download/v2023.06.17/plugin-lastpostsExtend.zip</file>
|
||||
<da:dcmin>2.26</da:dcmin>
|
||||
<da:details>http://plugins.dotaddict.org/dc2/details/lastpostsExtend</da:details>
|
||||
<da:support>https://github.com/JcDenis/lastpostsExtend</da:support>
|
||||
<file>https://git.dotclear.watch/JcDenis/lastpostsExtend/releases/download/v2023.08.13/plugin-lastpostsExtend.zip</file>
|
||||
<da:dcmin>2.27</da:dcmin>
|
||||
<da:details>https://git.dotclear.watch/JcDenis/lastpostsExtend/src/branch/master/README.md</da:details>
|
||||
<da:support>https://git.dotclear.watch/JcDenis/lastpostsExtend/issues</da:support>
|
||||
</module>
|
||||
</modules>
|
||||
|
Loading…
Reference in New Issue
Block a user