Skip to content

Commit

Permalink
Bump to 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
madrobby committed Oct 8, 2009
1 parent eb7c15e commit 299f8b9
Show file tree
Hide file tree
Showing 4 changed files with 1,586 additions and 1,022 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
@@ -1,3 +1,13 @@
*V1.8.3* (October 8, 2009)

* Update to Prototype 1.6.1

* Effect.toggle to return effect (to be able to do Effect.toggle(element, 'appear', {sync: true});) [RStankov]

* Use element.identify() for fetching element.id in Sortable.create [RStankov]

* Fix deprecated usage of Position.cumulativeOffset. [#182 state:resolved] [James Wheare]

* Make loader work for application/xhtml+xml served documents. Closes #95. [Pavel Sedek]

* Check for Windows Media plugin and RealPlayer plugin in Firefox on Windows to allow sound playback. Closes #36, #86. [Alexander Gavazov et al.]
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ require 'rake'
PKG_NAME = 'scriptaculous-js'
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
PKG_TIMESTAMP = Time.new.to_s
PKG_VERSION = '1.8.2' + PKG_BUILD
PKG_VERSION = '1.8.3' + PKG_BUILD
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
PKG_DESTINATION = ENV["PKG_DESTINATION"] || "dist"

Expand Down

0 comments on commit 299f8b9

Please sign in to comment.