|
| 1 | +# 2.2.3 |
| 2 | + |
| 3 | +## Improvements |
| 4 | + |
| 5 | +- Update jQuery changes. |
| 6 | + |
1 | 7 | # 2.2.2 |
2 | 8 |
|
3 | 9 | ## Improvements |
4 | 10 |
|
5 | | -* Update deprecated filter. |
| 11 | +- Update deprecated filter. |
6 | 12 |
|
7 | 13 | # 2.2.1 |
8 | 14 |
|
9 | 15 | ## Improvements |
10 | 16 |
|
11 | | -* Added strings and contexts count. |
| 17 | +- Added strings and contexts count. |
12 | 18 |
|
13 | 19 | # 2.2.0 |
14 | 20 |
|
15 | 21 | ## Improvements |
16 | 22 |
|
17 | | -* Added order options by name. |
18 | | -* Added support for "display-as-translated" |
| 23 | +- Added order options by name. |
| 24 | +- Added support for "display-as-translated" |
19 | 25 |
|
20 | 26 | ## Bugfix |
21 | 27 |
|
22 | | -* Fixed auto translate strings issue with large number of strings. |
| 28 | +- Fixed auto translate strings issue with large number of strings. |
23 | 29 |
|
24 | 30 | # 2.1.0 |
25 | 31 |
|
26 | 32 | ## Features |
27 | 33 |
|
28 | | -* Add shortcode helper. |
| 34 | +- Add shortcode helper. |
29 | 35 |
|
30 | 36 | # 2.0.0 |
31 | 37 |
|
32 | 38 | ## Improvements |
33 | 39 |
|
34 | | -* Add a Overview screen which displays loaded configuration and validation errors. |
| 40 | +- Add a Overview screen which displays loaded configuration and validation errors. |
35 | 41 |
|
36 | 42 | # 1.4.0 |
37 | 43 |
|
38 | 44 | ## Improvements |
39 | 45 |
|
40 | | -* Add "Copy once" option for custom fields. |
| 46 | +- Add "Copy once" option for custom fields. |
41 | 47 |
|
42 | 48 | # 1.3.1 |
43 | 49 |
|
44 | 50 | ## Bugfix |
45 | 51 |
|
46 | | -* Fix attribute parent node. |
| 52 | +- Fix attribute parent node. |
47 | 53 |
|
48 | 54 | # 1.3.0 |
49 | 55 |
|
50 | 56 | ## Features |
51 | 57 |
|
52 | | -* Add option for generating shortcodes. |
| 58 | +- Add option for generating shortcodes. |
53 | 59 |
|
54 | 60 | ## Improvements |
55 | 61 |
|
56 | | -* Refactor XML generator code. |
| 62 | +- Refactor XML generator code. |
57 | 63 |
|
58 | 64 | # 1.2.3 |
59 | 65 |
|
60 | 66 | ## Bugfix |
61 | 67 |
|
62 | | -* Fix "Translation management" notice |
| 68 | +- Fix "Translation management" notice |
63 | 69 |
|
64 | 70 | # 1.2.2 |
65 | 71 |
|
66 | 72 | ## Improvements |
67 | 73 |
|
68 | | -* Update composer file |
| 74 | +- Update composer file |
69 | 75 |
|
70 | 76 | # 1.2.1 |
71 | 77 |
|
72 | 78 | ## Improvements |
73 | 79 |
|
74 | | -* Add composer file. |
75 | | -* Changelog style updated. |
76 | | -* Minor content duplication code refactoring |
| 80 | +- Add composer file. |
| 81 | +- Changelog style updated. |
| 82 | +- Minor content duplication code refactoring |
77 | 83 |
|
78 | 84 | ## Bugfix |
79 | 85 |
|
80 | | -* Fix automatic child selection in generator. |
81 | | -* Fix JS object parsing. |
82 | | -* Fix maximum execution time fatal error. |
83 | | -* Fix duplicate post content special chars conversion. |
84 | | -* Remove alt and title for images in content option. |
| 86 | +- Fix automatic child selection in generator. |
| 87 | +- Fix JS object parsing. |
| 88 | +- Fix maximum execution time fatal error. |
| 89 | +- Fix duplicate post content special chars conversion. |
| 90 | +- Remove alt and title for images in content option. |
85 | 91 |
|
86 | 92 | # 1.2 |
87 | 93 |
|
88 | 94 | ## Improvements |
89 | 95 |
|
90 | | -* Major code improvements. |
91 | | -* Add notice for successfully saved file in theme folder. |
92 | | -* Add responsive layout. |
93 | | -* Add dropdown for context selection. |
94 | | -* Add dropdown option count. |
95 | | -* Add flags for active languages. |
96 | | -* Add new icon. |
| 96 | +- Major code improvements. |
| 97 | +- Add notice for successfully saved file in theme folder. |
| 98 | +- Add responsive layout. |
| 99 | +- Add dropdown for context selection. |
| 100 | +- Add dropdown option count. |
| 101 | +- Add flags for active languages. |
| 102 | +- Add new icon. |
97 | 103 |
|
98 | 104 | # 1.1.2 |
99 | 105 |
|
100 | 106 | ## Improvements |
101 | 107 |
|
102 | | -* Add checkboxes instead of option list when selecting contexts for translation. |
103 | | -* Add "Toggle All" for admin text checkboxes. |
104 | | -* Some code style improvements. |
105 | | -* Checkboxes are now automatically checked on radio button change. |
| 108 | +- Add checkboxes instead of option list when selecting contexts for translation. |
| 109 | +- Add "Toggle All" for admin text checkboxes. |
| 110 | +- Some code style improvements. |
| 111 | +- Checkboxes are now automatically checked on radio button change. |
106 | 112 |
|
107 | 113 | ## Bugfix |
108 | 114 |
|
109 | | -* WP Options with 'autoload' set as 'no' were not listed on configuration generator screen. |
110 | | -* Escaped special characters in mt-script.js |
111 | | -* Remove notice, checked strings inputs are remembered. |
| 115 | +- WP Options with 'autoload' set as 'no' were not listed on configuration generator screen. |
| 116 | +- Escaped special characters in mt-script.js |
| 117 | +- Remove notice, checked strings inputs are remembered. |
112 | 118 |
|
113 | 119 | # 1.1.1 |
114 | 120 |
|
115 | 121 | ## Improvements |
116 | 122 |
|
117 | | -* Add necessary sanitization & validation. |
| 123 | +- Add necessary sanitization & validation. |
118 | 124 |
|
119 | 125 | # 1.1 |
120 | 126 |
|
121 | 127 | ## Features |
122 | 128 |
|
123 | | -* Add option for generating wpml-config.xml files. |
| 129 | +- Add option for generating wpml-config.xml files. |
0 commit comments