Skip to content

Commit 4ff6eeb

Browse files
committed
release 2.0
1 parent 0305393 commit 4ff6eeb

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
alias 2.0 - 2025.06.01
2+
===========================================================
3+
* Bump Dotclear from 2.28 to 2.34
4+
* Use Helper/Form
5+
* Use dragndrop script for alias order
6+
* Move to static class
7+
* Code reviews
8+
19
alias 1.11.1 - 2025.03.02
210
===========================================================
311
* Require Dotclear 2.28

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[![Release](https://img.shields.io/github/v/release/jcdenis/alias?color=lightblue)](https://github.com/JcDenis/alias/releases)
55
![Date](https://img.shields.io/github/release-date/jcdenis/alias?color=red)
6-
[![Dotclear](https://img.shields.io/badge/dotclear-v2.33-137bbb.svg)](https://fr.dotclear.org/download)
6+
[![Dotclear](https://img.shields.io/badge/dotclear-v2.34-137bbb.svg)](https://fr.dotclear.org/download)
77
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/alias)
88
[![License](https://img.shields.io/github/license/jcdenis/alias?color=white)](https://github.com/JcDenis/alias/blob/master/LICENSE)
99

@@ -15,7 +15,7 @@ _alias_ is a plugin for the open-source web publishing software called [Dotclear
1515
1616
## REQUIREMENTS
1717

18-
* Dotclear 2.28
18+
* Dotclear 2.34
1919
* PHP 8.1+
2020
* Dotclear admin permission for management
2121

_define.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
'alias',
1919
"Create aliases of your blog's URLs",
2020
'Olivier Meunier and contributors',
21-
'1.11.1',
21+
'2.0',
2222
[
23-
'requires' => [['core', '2.28']],
23+
'requires' => [['core', '2.34']],
2424
'permissions' => 'My',
2525
'type' => 'plugin',
2626
'priority' => 2,

0 commit comments

Comments
 (0)