Skip to content

Commit 2065944

Browse files
committed
Prepare for v0.7.0
1 parent e8f1338 commit 2065944

File tree

6 files changed

+674
-26
lines changed

6 files changed

+674
-26
lines changed

CHANGELOG.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,31 @@
11
# Changelog
22

3-
## 0.60 - 2017-04-08
3+
## 0.7.0 - 2020-03-06
4+
5+
* For Txp 4.7.0+.
6+
* Better support for PHP 7 (thanks, jools-r).
7+
* Don't trample on core's title attribute (thanks, helsinkifrostbites).
8+
* Support new Textile method signatures.
9+
* Update Textpack.
10+
* Fix admin-side warnings when prefs not installed.
11+
* Kludge fix for 4.8.0 URL handling.
12+
* Register tags on both admin and public sides for article preview support.
13+
14+
## 0.6.0 - 2017-04-08
415

516
* For Txp 4.6.2+.
617
* Complete overhaul of the admin-side layout to bring it in line with Txp 4.6+ layout.
718
* Tag layout now uses flexbox when grouping. Layout still leaves something to be desired, overall.
819
* Fixed: get-off-my-lawn messages when performing table/pref management actions (thanks, michaelkpate).
920

10-
## 0.51 - 2015-06-29
21+
## 0.5.1 - 2015-06-29
1122

1223
* Removed hold-shift-for-advanced-options.
1324
* Added Textpack.
1425
* Fixed prefs page styling.
1526
* Added total tag counts and sums (thanks, jakob/bojay).
1627

17-
## 0.50 - 2013-04-25
28+
## 0.5.0 - 2013-04-25
1829

1930
* For Txp 4.5.x.
2031
* Improved performance (again) via cacheing.
@@ -39,7 +50,7 @@
3950
* Fixed `txp:smd_related_tags` in showall context.
4051
* Swapped ' ' for ' '
4152

42-
## 0.40 - 2011-02-05
53+
## 0.4.0 - 2011-02-05
4354

4455
* Added live search and multi-edit functions.
4556
* Improved performance.
@@ -57,7 +68,7 @@
5768
* Fixed bug in smd_if_tag (again!) when using non-eq tests.
5869
* Added `style` to `txp:smd_tag_name` and `txp:smd_tag_count`.
5970

60-
## 0.31_beta - 2010-04-13
71+
## 0.3.1_beta - 2010-04-13
6172

6273
* Fixed admin side bugs when privs less than Managing Editor.
6374
* Fixed slow response when saving tags.
@@ -68,7 +79,7 @@
6879
* Added `pad_str` and `pad_pos` to `txp:smd_tag_name` tag.
6980
* Fixed `txp:smd_if_tag` so it compares empty strings correctly (thanks, johnstephens).
7081

71-
## 0.30_beta - 2010-03-23
82+
## 0.3.0_beta - 2010-03-23
7283

7384
* Requires Txp 4.2.0+.
7485
* Consolidated admin and client plugins.
@@ -77,7 +88,7 @@
7788
* Fixed middot HTML entity.
7889
* Added table prefix to `txp:smd_related_tags` (thanks, MattD).
7990

80-
## 0.20_beta - 2009-04-16
91+
## 0.2.0_beta - 2009-04-16
8192

8293
* Added Text area+.
8394
* Select list size of 1 converts tag input to a single-entry dropdown (thanks, thebombsite).
@@ -89,11 +100,11 @@
89100
* Added `status` attribute to `txp:smd_related_tags` (thanks, johnstephens).
90101
* Fixed `txp:smd_if_tag` so it now correctly works outside `txp:smd_tag_list` context (thanks, danwoodward).
91102

92-
## 0.11_beta - 2008-10-16
103+
## 0.1.1_beta - 2008-10-16
93104

94105
* Improved help examples surrounding the autocomplete plugin (thanks, thebombsite).
95106
* Fixed remove_tables, use of PFX and added debug to installation procedure (thanks, jpdupont).
96107

97-
## 0.10_beta - 2008-10-15
108+
## 0.1.0_beta - 2008-10-15
98109

99110
* Initial release.

README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)