|
| 1 | +# Version History |
| 2 | + |
| 3 | +## Version 2.4 (20-Apr-2018) |
| 4 | + |
| 5 | +- Fixes Pipeline compatibility |
| 6 | + |
| 7 | +## Version 2.3 (04-Feb-2015) |
| 8 | + |
| 9 | +- Fixed links to regex pattern documentation |
| 10 | +- Use codemirror for the description field |
| 11 | + |
| 12 | +## Version 2.2 (13-Sep-2011) |
| 13 | + |
| 14 | +- [JENKINS-10139](http://issues.jenkins-ci.org/browse/JENKINS-10139) |
| 15 | + Fix for regex containing back slashes |
| 16 | + |
| 17 | +## Version 2.1 (27-Feb-2011) |
| 18 | + |
| 19 | +- If an invalid value is passed to the build, the build will be |
| 20 | + aborted and an error message will display in console indicating the |
| 21 | + parameter and failing value |
| 22 | + |
| 23 | +## Version 2.0 (19-Feb-2011) |
| 24 | + |
| 25 | +- Migrated code to jenkins and performed release |
| 26 | + |
| 27 | +## Version 1.4 (13-Oct-2010) |
| 28 | + |
| 29 | +- [JENKINS-7794](http://issues.jenkins-ci.org/browse/JENKINS-6158) |
| 30 | + validation check doesn't work if Jenkins is hosted with a context |
| 31 | + root |
| 32 | + |
| 33 | +## Version 1.3 (22-May-2010) |
| 34 | + |
| 35 | +- [JENKINS-6158](http://issues.jenkins-ci.org/browse/JENKINS-6158) |
| 36 | + Build will fail if invalid parameter is passed |
| 37 | +- [JENKINS-6160](http://issues.jenkins-ci.org/browse/JENKINS-6160) |
| 38 | + Jenkins will record regex used to validate the build parameter as |
| 39 | + part of build configuration and display as tooltip on the parameter |
| 40 | + page. |
| 41 | + |
| 42 | +## Version 1.2 (29-Aug-2009) |
| 43 | + |
| 44 | +- Used the javascript function encodeURIComponent to properly handle |
| 45 | + characters within the user entered values for regex and validation |
| 46 | + error message. (Issue |
| 47 | + [4334](http://wiki.jenkins-ci.org/pages/editpage.action?pageId=38928603)) |
| 48 | + |
| 49 | +## Version 1.1 (28-Aug-2009) |
| 50 | + |
| 51 | +- Supported the release plugins as well as any other plugin that uses |
| 52 | + build parameters |
| 53 | + |
| 54 | +## Version 1.0 (24-Aug-2009) |
| 55 | + |
| 56 | +- Initial Version |
0 commit comments