Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
If you upgrade from a 1.x version, don't forget to replace all files in the subdirectory "swfupload" with the corresponding files which can be downloaded at http://code.google.com/p/swfupload/ (SWFUpload-Core v2.2.0.Beta3.zip).
If you're not sure if the files have been replaced successfully, have a look at status report.
You should know that ImageField support will come with 3.x release version!
Changes (compared to release 1.1-rc1)
+ feature, # bug, - removed
+ #325845: Flash 10 support(grandcat) Support for Flash 10 added. Note that you have to download again all files from the project page of swfUpload, this is very important otherwise it doesn't work. If you are not sure whether the right files were downloaded & replaced, have a look at status report.
+ New cool "Select Images" button (icon) as a flash movie. Since Flash 10, a flash movie button has to be taken instead of a JavaScript control button to make it work, so I decided to design a cool one. Check it out ;)
Panels 3 is a redesign primarily of Panels page. Much of Panels has been removed to the CTools module that Panels now depends upon. This is a very early release, designed mostly to get the new UI out into the hands of people who want to use it and get some feedback and possibly coding assistance.
You will notice Panel pages module is *gone*. Instead, enable delegator module and visit admin/build.pages.
KNOWN ISSUES
No upgrade path yet. I'll do that last, because tinkering with an upgrade path every time something changes SUCKS.
Much of Panels has not yet been converted to use the CTools tools, so there's now a lot of redundant code in the system that will slowly be removed.
Because of the above point, there is still a dependency on Views module. This will go away once all of the form and ajax stuff is migrated to use CTools instead.
Imports and exports work but are a little bit difficult.
This is the initial alpha testing release of the CTools system. This module includes a lot of tools (the ctools module and .inc files) and the delegator module, which is designed (currently) to work with Panels to provide a way to override existing pages, as well as create new pages.