Skip to content

Commit ac061f2

Browse files
V1.3.2
1 parent df63bc3 commit ac061f2

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

admin/layout.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
</div>
5555
</div>
5656
{% ENDIF %}
57+
{% HOOK.adminToolsTemplates %}
5758
<div id="page-infos">
5859
<h2>{{ runPlugin.getTranslatedName() }}</h2>
5960
{% HOOK.afterAdminTitle %}

changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## V1.3.2
6+
7+
### Added
8+
9+
- Add Categories System
10+
- Add Categories for Blog plugin
11+
- Add a hook `adminToolsTemplates` to display links tools in admin
12+
- Can translate plugin name & description
13+
- Add concatenation of strings in templates (by `~`)
14+
15+
### Changed
16+
17+
- Galerie in MVC
18+
- End of `header.php` & `footer.php` in public theme
19+
20+
### Fixed
21+
22+
- Blog List HTML entities
23+
- Blog TOC empty headings
24+
525
## V1.3.1
626

727
### Added

common/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @package 299Ko https://github.com/299Ko/299ko
1212
*/
1313

14-
define('VERSION', '1.3.1');
14+
define('VERSION', '1.3.2');
1515
define('COMMON', ROOT . 'common/');
1616
define('DATA', ROOT . 'data/');
1717
define('UPLOAD', ROOT . 'data/upload/');

0 commit comments

Comments
 (0)