File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed
Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 5454 </div>
5555 </div>
5656 {% ENDIF %}
57+ {% HOOK.adminToolsTemplates %}
5758 <div id= " page-infos" >
5859 <h2>{{ runPlugin.getTranslatedName () }}</h2>
5960 {% HOOK.afterAdminTitle %}
Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 1111 * @package 299Ko https://github.com/299Ko/299ko
1212 */
1313
14- define ('VERSION ' , '1.3.1 ' );
14+ define ('VERSION ' , '1.3.2 ' );
1515define ('COMMON ' , ROOT . 'common/ ' );
1616define ('DATA ' , ROOT . 'data/ ' );
1717define ('UPLOAD ' , ROOT . 'data/upload/ ' );
You can’t perform that action at this time.
0 commit comments