automatr 7.x-2.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| automatr-7.x-2.0-beta1.tar.gz | 37.46 KB | 4ab193568e6ab3132f2a36decbab8acf |
| automatr-7.x-2.0-beta1.zip | 44.96 KB | f2a27ed921e42a364ba2583b964b938e |
Release notes
This release was broken. Please use the latest stable release instead.
flexiaccess 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| flexiaccess-7.x-1.0.tar.gz | 11.56 KB | ac8aeee30d11e6661604238b5d69bbde |
| flexiaccess-7.x-1.0.zip | 13.78 KB | 98147500238b6278687e9f34d361d78b |
Release notes
This is the first full release of Flexi Access. It is identical to RC1 of January 20th.
Please report any bugs to the issue queue.
cck_required_single_select 6.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| cck_required_single_select-6.x-2.0-alpha1.tar.gz | 11.78 KB | 4fa48ff860fd7b6acbf2065184410799 |
| cck_required_single_select-6.x-2.0-alpha1.zip | 15.17 KB | f7a6e7957eb4180fe17d6f7b6d645505 |
Release notes
- Added documentation.
- "CCK Required Reference Select" module merged into main module
(#1498200: Merge "CCK Required Reference Select" sub module into main module ). - Removed options to individually change the "Disallowed First Option" text for simplicity.
- Cleans up variable space from all variables that might have been set by a 6.x-1.x version.
- Added uninstaller.
- Prohibit opening .txt files within module directory via browser.
videojs 7.x-3.x-dev
| Download | Size | md5 hash |
|---|---|---|
| videojs-7.x-3.x-dev.tar.gz | 19.76 KB | 4ac3b36b33e40a0df698b9ca40554e0f |
| videojs-7.x-3.x-dev.zip | 25.37 KB | 8b0580942076694c857f06cdec810907 |
Release notes
New in this version
- Support for Video.js 4.0.0.
- Support for subtitle tracks.
- Support for looping, hiding player controls and changing preload behavior.
- Setup above settings for each field and view individually, as well as width and height of the player.
- Load the Video.js files from the Video.js CDN - downloading and installing the player is no longer necessary!
- Locate the Video.js files using the Libraries API.
videojs 7.x-3.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| videojs-7.x-3.0-alpha1.tar.gz | 16.1 KB | bd97f6072d4041efd9fbbc28df6ce4bf |
| videojs-7.x-3.0-alpha1.zip | 20.84 KB | 6e4a6d25a4caf523e6f30b84c43e63b7 |
Release notes
This release adds basic support for Video.js version 4. Older versions are not supported. No new features have been added.
Recommended Video.js version: 4.0.0
migrate 7.x-2.6-beta1
| Download | Size | md5 hash |
|---|---|---|
| migrate-7.x-2.6-beta1.tar.gz | 297.95 KB | 4174d881c59e3bea37812ac631914b73 |
| migrate-7.x-2.6-beta1.zip | 346.49 KB | 46c5f3ca7fea9f3a945c03800198bc62 |
Release notes
Migrate 2.6 Beta 1
Migration developers will need to add the "advanced migration information" permission to their roles to continue seeing all the info in the UI they're used to.
Auto-registration (having classes be registered just based on their class name, with no call to registerMigration or definition in hook_migrate_api()) is no longer supported. Registration of classes defined in hook_migrate_api() is no longer automatic - do a drush migrate-register or use the Register button in the UI to register them.
Migration class constructors should now always accept a $arguments array as the first parameter and pass it to its parent. This version does support legacy migrations which pass a group object, or nothing, but that support will be removed in a future version.
Features and enhancements
- #1826112 - A new API has been added to support external modules in developing easy-to-use wizard-based UIs.
- #1833380 - Major refactoring of the UI, breaking groups and migrations (tasks) into separate pages, introducing an advanced permission and presenting a simplified UI to those with only the basic permission.