You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Martin Grigorov <mg...@apache.org> on 2015/02/17 21:21:30 UTC

[ANNOUNCE] WicketStuff 1.5.13 is released

Hello,

WicketStuff Core projects version 1.5.13 have been released and are available
at Maven Central repository.
They are built against Apache Wicket 1.5.13.

The changes since 1.5.10 are:

Michael Mosmann (6):
      initial version of wicket fast serializer
      dep version fix
      lic header fix in kryo2
      fast serial module enabled
      serializer fast with reports added (cherry pick from master)
      serializer-ui module added (cherry pick from master)

=Tom B (2):
      [InMethod Grid] - updated html for the AddDelete/Submit Cancel with
text to help with what the icons mean. (alt/title attributes)
      [In Method Grid] - corrections for deletion of last row, on single
page grid

Martin Tzvetanov Grigorov (1):
      Release 1.5.13

tahitiangabriel (1):
      Backport Gmap3 to wicket 1.5


The projects can be retrieved from Maven like this:

<dependency>
  <groupId>org.wicketstuff</groupId>
  <artifactId>wicketstuff-progressbar</artifactId>
  <version>1.5.13</version>
</dependency>

The release tag is here:
https://github.com/wicketstuff/core/tree/wicketstuff-core-1.5.13

Issues can be reported here: https://github.com/wicketstuff/core/issues

The Project Wiki is available here: https://github.com/wicketstuff/core/wiki

The WicketStuff team!