|
1 | 1 | # Changelog |
2 | 2 |
|
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 |
4 | 15 |
|
5 | 16 | * For Txp 4.6.2+. |
6 | 17 | * Complete overhaul of the admin-side layout to bring it in line with Txp 4.6+ layout. |
7 | 18 | * Tag layout now uses flexbox when grouping. Layout still leaves something to be desired, overall. |
8 | 19 | * Fixed: get-off-my-lawn messages when performing table/pref management actions (thanks, michaelkpate). |
9 | 20 |
|
10 | | -## 0.51 - 2015-06-29 |
| 21 | +## 0.5.1 - 2015-06-29 |
11 | 22 |
|
12 | 23 | * Removed hold-shift-for-advanced-options. |
13 | 24 | * Added Textpack. |
14 | 25 | * Fixed prefs page styling. |
15 | 26 | * Added total tag counts and sums (thanks, jakob/bojay). |
16 | 27 |
|
17 | | -## 0.50 - 2013-04-25 |
| 28 | +## 0.5.0 - 2013-04-25 |
18 | 29 |
|
19 | 30 | * For Txp 4.5.x. |
20 | 31 | * Improved performance (again) via cacheing. |
|
39 | 50 | * Fixed `txp:smd_related_tags` in showall context. |
40 | 51 | * Swapped ' ' for ' ' |
41 | 52 |
|
42 | | -## 0.40 - 2011-02-05 |
| 53 | +## 0.4.0 - 2011-02-05 |
43 | 54 |
|
44 | 55 | * Added live search and multi-edit functions. |
45 | 56 | * Improved performance. |
|
57 | 68 | * Fixed bug in smd_if_tag (again!) when using non-eq tests. |
58 | 69 | * Added `style` to `txp:smd_tag_name` and `txp:smd_tag_count`. |
59 | 70 |
|
60 | | -## 0.31_beta - 2010-04-13 |
| 71 | +## 0.3.1_beta - 2010-04-13 |
61 | 72 |
|
62 | 73 | * Fixed admin side bugs when privs less than Managing Editor. |
63 | 74 | * Fixed slow response when saving tags. |
|
68 | 79 | * Added `pad_str` and `pad_pos` to `txp:smd_tag_name` tag. |
69 | 80 | * Fixed `txp:smd_if_tag` so it compares empty strings correctly (thanks, johnstephens). |
70 | 81 |
|
71 | | -## 0.30_beta - 2010-03-23 |
| 82 | +## 0.3.0_beta - 2010-03-23 |
72 | 83 |
|
73 | 84 | * Requires Txp 4.2.0+. |
74 | 85 | * Consolidated admin and client plugins. |
|
77 | 88 | * Fixed middot HTML entity. |
78 | 89 | * Added table prefix to `txp:smd_related_tags` (thanks, MattD). |
79 | 90 |
|
80 | | -## 0.20_beta - 2009-04-16 |
| 91 | +## 0.2.0_beta - 2009-04-16 |
81 | 92 |
|
82 | 93 | * Added Text area+. |
83 | 94 | * Select list size of 1 converts tag input to a single-entry dropdown (thanks, thebombsite). |
|
89 | 100 | * Added `status` attribute to `txp:smd_related_tags` (thanks, johnstephens). |
90 | 101 | * Fixed `txp:smd_if_tag` so it now correctly works outside `txp:smd_tag_list` context (thanks, danwoodward). |
91 | 102 |
|
92 | | -## 0.11_beta - 2008-10-16 |
| 103 | +## 0.1.1_beta - 2008-10-16 |
93 | 104 |
|
94 | 105 | * Improved help examples surrounding the autocomplete plugin (thanks, thebombsite). |
95 | 106 | * Fixed remove_tables, use of PFX and added debug to installation procedure (thanks, jpdupont). |
96 | 107 |
|
97 | | -## 0.10_beta - 2008-10-15 |
| 108 | +## 0.1.0_beta - 2008-10-15 |
98 | 109 |
|
99 | 110 | * Initial release. |
0 commit comments