Skip to content

Commit aff4167

Browse files
committed
Add Changelog
1 parent 21b7383 commit aff4167

File tree

2 files changed

+164
-0
lines changed

2 files changed

+164
-0
lines changed

CHANGELOG.md

Lines changed: 162 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
# Snippets Plugin Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/)
7+
specification.
8+
9+
--------------------------------------------------------------------------------
10+
11+
## [2.0.0] - 2017-07-31
12+
13+
### Added
14+
15+
- Support for MantisBT 2.0
16+
17+
### Changed
18+
19+
- Add ‘Manage Global Snippets’ to account menu
20+
- Hide checkbox when editing a single Snippet
21+
[#13](https://github.com/mantisbt-plugins/snippets/issues/13)
22+
23+
### Removed
24+
25+
- Support for MantisBT 1.3
26+
27+
28+
## [1.2.0] - 2017-07-31
29+
30+
### Added
31+
32+
- Spanish translation
33+
[#17](https://github.com/mantisbt-plugins/snippets/issues/17)
34+
35+
### Changed
36+
37+
- Move plugin to root
38+
39+
40+
## [1.1.0] - 2016-04-19
41+
42+
### Changed
43+
44+
- Don't use `user0` for unassigned issues' handler
45+
- Use current user as reporter when reporting issues
46+
- Use more descriptive placeholders (e.g. `%u` -> `{user}`)
47+
[#10](https://github.com/mantisbt-plugins/snippets/issues/10)
48+
49+
50+
### Fixed
51+
52+
- PHP errors in config page
53+
- Fix snippets for additional info field
54+
- Replace deprecated db_query_bound() calls
55+
56+
57+
## [1.0.0] - 2016-01-02
58+
59+
### Added
60+
61+
- Support for MantisBT 1.3
62+
63+
### Removed
64+
65+
- Support for MantisBT 1.2
66+
- jQuery plugin is no longer required
67+
68+
### Fixed
69+
70+
- Tooltip position outside viewable area
71+
[#8](https://github.com/mantisbt-plugins/snippets/issues/8)
72+
73+
74+
## [0.6] - 2014-10-30
75+
76+
### Added
77+
78+
- Allowing selection of fields on which Snippets can be used in plugin configuration
79+
[#6](https://github.com/mantisbt-plugins/snippets/issues/6)
80+
81+
82+
### Changed
83+
84+
- Minified JavaScript
85+
- Bump minimum jQuery version to 1.6
86+
87+
### Fixed
88+
89+
- Text duplicated when inserting snippet with caret at beginning of textarea
90+
[#4](https://github.com/mantisbt-plugins/snippets/issues/4)
91+
- Fix behavior of Select all check box in snippet lists
92+
93+
## [0.5] - 2013-04-05
94+
95+
### Fixed
96+
97+
- Conditional Dependency for jQuery plugin (MantisBT 1.2/1.3 compatibility)
98+
99+
100+
## [0.4] - 2012-10-12
101+
102+
### Added
103+
104+
- French translation
105+
- German translation
106+
107+
### Fixed
108+
109+
- Internet Explorer compatibility issue
110+
- Snippets containing single quotes are truncated
111+
[#2](https://github.com/mantisbt-plugins/snippets/issues/2)
112+
113+
114+
## [0.3] - 2010-04-15
115+
116+
### Added
117+
118+
- Access thresholds
119+
- Tooltip docs for placeholder patterns
120+
- Snippet insertion at cursor position
121+
- Error checking for blank names and values
122+
123+
### Fixed
124+
125+
- bug_id sniffing on change status page
126+
- Language consistency
127+
- Prevent SQL errors when given empty arrays
128+
129+
130+
## [0.2] - 2010-03-29
131+
132+
### Added
133+
134+
- Implemented placeholder patterns for snippets
135+
136+
### Fixed
137+
138+
- Problem with empty snippet lists
139+
- Proper cleaning of snippets for usage
140+
141+
142+
## [0.1] - 2010-03-22
143+
144+
### Added
145+
146+
- Initial release
147+
148+
149+
[Unreleased]: https://github.com/mantisbt-plugins/snippets/compare/v2.0.0...HEAD
150+
151+
[2.0.0]: https://github.com/mantisbt-plugins/snippets/compare/v1.2.0...v2.0.0
152+
153+
[1.2.0]: https://github.com/mantisbt-plugins/snippets/compare/v1.1.0...v1.2.0
154+
[1.1.0]: https://github.com/mantisbt-plugins/snippets/compare/v1.0.0...v1.1.0
155+
[1.0.0]: https://github.com/mantisbt-plugins/snippets/compare/v0.6...v1.0.0
156+
157+
[0.6]: https://github.com/mantisbt-plugins/snippets/compare/v0.5...v0.6
158+
[0.5]: https://github.com/mantisbt-plugins/snippets/compare/v0.4...v0.5
159+
[0.4]: https://github.com/mantisbt-plugins/snippets/compare/v0.3...v0.4
160+
[0.3]: https://github.com/mantisbt-plugins/snippets/compare/v0.2...v0.3
161+
[0.2]: https://github.com/mantisbt-plugins/snippets/compare/v0.1...v0.2
162+
[0.1]: https://github.com/mantisbt-plugins/snippets/compare/25fd763c463de359cc7f83e9bdd30ea3e8f58cdd...v0.1

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Copyright (c) 2012 - 2017 MantisBT Team - [email protected]
55

66
Released under the [MIT license](http://opensource.org/licenses/MIT)
77

8+
See the [Changelog](https://github.com/mantisbt-plugins/snippets/blob/master/CHANGELOG.md).
9+
810

911
## Description
1012

0 commit comments

Comments
 (0)