Revision: 6206 http://sourceforge.net/p/jump-pilot/code/6206 Author: michaudm Date: 2019-12-30 11:07:01 +0000 (Mon, 30 Dec 2019) Log Message: ----------- version 0.8.2 fixes 2 bugs in UI
Modified Paths: -------------- plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/MatchingExtension.java Modified: plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/MatchingExtension.java =================================================================== --- plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/MatchingExtension.java 2019-12-30 11:03:18 UTC (rev 6205) +++ plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/MatchingExtension.java 2019-12-30 11:07:01 UTC (rev 6206) @@ -28,9 +28,11 @@ /** * Extension containing matching processing also known as join. * @author Michaƫl Michaud - * @version 0.8.1 (2018-07-11) + * @version 0.8.2 (2019-12-30) */ // History +// 0.8.2 (2019-12-30) : fixes 2 UI bugs (setting of geometry matcher parameters +// and disabling of agregation rules for new attribute types) // 0.8.1 (2018-07-11) : restore I18N for GeometryMatcher names // 0.8.0 (2018-06-17) : refactor to use add/getParameter, the OJ aggregation // classes and long and boolean attribute types @@ -71,7 +73,7 @@ } public String getVersion() { - return "0.8.1 (2018-07-11)"; + return "0.8.2 (2019-12-30)"; } public void configure(PlugInContext context) throws Exception { _______________________________________________ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel