Skip to content

Commit

Permalink
Preparing release 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
esteele committed Dec 8, 2013
1 parent 6c9ed48 commit 22584ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGES.txt
@@ -1,10 +1,11 @@
Changelog
=========

1.2.6 (unreleased)
1.2.6 (2013-12-07)
------------------

* Fix url in css for indicator.gif
[mitakas]


1.2.5 (2013-08-23)
Expand Down Expand Up @@ -103,7 +104,7 @@ Changelog
absolute URL.
[dukebody]

* Use the same display template for single- and multi-selection:
* Use the same display template for single- and multi-selection:
The single selection display template was non functional before.
The value of a single selection field is wrapped in a list anyways
so the multiselection template renders the single selection field
Expand All @@ -123,7 +124,7 @@ Changelog
Added a JavaScript work around, which dechecks all existing radio fields before
adding a new one which is checked.
[jbaumann]

* Made the widget work properly in Zope 2.12.
[optilude]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.2.6.dev0'
version = '1.2.6'

setup(name='plone.formwidget.autocomplete',
version=version,
Expand Down

1 comment on commit 22584ea

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS FAILED
Mr.roboto url : http://jenkins.plone.org/roboto/get_info?push=44e836881ded46d9b89dddb275f98d8c
kgs-plone.formwidget.autocomplete-plone-4.3-python-2.6 kgs [FAILURE]
kgs-plone.formwidget.autocomplete-plone-4.3-python-2.7 kgs [FAILURE]
kgs-plone.formwidget.autocomplete-plone-5.0-python-2.7 kgs [FAILURE]

Please sign in to comment.