bean 7.x-1.13

Bug fixes
New features
Unsupported

Changes since 7.x-1.11:

SORRY ABOUT 7.x-1.12. It didn't include the update CHANGELOG.txt so I made a new release.

bean 7.x-1.11

Bug fixes
Unsupported

7.x-1.10 shipped with broken views support caused by commit 3ab5e4e from #2527008: Display cache breaks bean display.

bean 7.x-1.10

Bug fixes
Unsupported

Known Issues:

Issues Resolved:

bean 7.x-1.9

Bug fixes
New features
Unsupported

Changes since 7.x-1.8:

There are many changes in this release. Please test before putting into production.

The bean all module has been removed. It was found to be destructive. See #1912354

bean 7.x-1.8

Bug fixes
Unsupported

#2175309 by jeffam: Added Block add/edit pages can still use site theme when an admin theme is enabled.
#2148923 by codeamatic, nielsdefeyter, lahode: Fixed Unable to translate bean blocks.
#2201503 by jlyon, sherakama | ibotvinn: Fixed Block cache not flushed after editing a bean.
#2337555 by catch: Add static caching to bean_load_delta().

bean 7.x-1.7

Bug fixes
Unsupported

Changes since 7.x-1.6:

  • Update changelog
  • #2145333 by chris.jichen: Fatal error: Call to undefined function entity_acces() in /bean/views/views_handler_field_bean_operations.inc on line 38.

bean 7.x-1.6

Bug fixes
New features
Unsupported

Updated Change log: https://drupal.org/node/2139943.

Changes since 7.x-1.5:

bean 7.x-1.5

Security update
Unsupported

Bean 7.x-1.5, 2013-10-23
---------------------------
Fix for SA-CONTRIB-2013-082 - Bean - Cross Site Scripting (XSS) by FrancescoQ, DamienMcKenna: Fixed arbitrary tag in the bean title input.

bean 7.x-1.4

Bug fixes
Insecure
Unsupported

We tagged the 1.2 release but didn't do an action release so these are the changes since 7.x-1.2:

Make sure you check the permissions for the bean. They are now checked in the bean operations page. See #2108631 for more details.

bean 7.x-1.2

New features
Bug fixes
Insecure
Unsupported

#1924126 by DamienMcKenna: Group beans by block type in the CTools/Panels content type (sic) plugin
#1978808 by k.minkov: Assign bean object to form on insert
#1990112 by rodrigo panchiniak fernandes: Minor Typo at README.txt
#1961464 by jamsilver: Extra fields needed for label, revision and view_mode form elements.
#1973696 by pcambra: Fix bean.api.php to set path and file in the class level.
#1935770 by rooby: Beans without a title should not fallback to showing the admin label but instead show no title at all

bean 7.x-1.1

New features
Bug fixes
Insecure
Unsupported

Changes since 7.x-1.0:

bean 7.x-1.0

Bug fixes
Insecure
Unsupported

First Stable Release!!!!

Changes since 7.x-1.0-rc10:

  • UPdate changelog
  • #1850948 by indytechcook: Fixed Bean revision fields are not acceibel in EntityFieldQuery.

Here are all of the changes since in initial Alpha1 release! Great job and thanks to everyone!

Changes since 7.x-1.0-alpha1:

bean 7.x-1.0-rc9

Bug fixes
Insecure
Unsupported

We had some critical issues get resolved so I wanted to roll another release. If this comes off clean, then I'll roll 1.0!

Changes since 7.x-1.0-rc8:

bean 7.x-1.0-rc8

Bug fixes
Insecure
Unsupported

Be sure you are using Entity API version 1.0+

Changes since 7.x-1.0-rc7:

  • #1885238 by indytechcook: Fixed xss bean type label not escaped sufficiently.
  • Fix bean unit test
  • Add check_plain to output of titles
  • #1883232 by Steven Jones: Fixed Bean EntityMetadataWrapper integration broken.
  • Remove batches and use correct cache clear function

bean 7.x-1.0-rc7

New features
Bug fixes
Insecure
Unsupported

If all goes well, this is the last release before 1.0. Since there are so many changes, I wanted one more RC.

This realease requires version 1.0 of the entity api module.

Changes since 7.x-1.0-rc6:

bean 7.x-1.0-rc6

New features
Bug fixes
Insecure
Unsupported

Changes since 7.x-1.0-rc5:

bean 7.x-1.0-rc5

New features
Bug fixes
Insecure
Unsupported

Changes since 7.x-1.0-rc4:

bean 7.x-1.0-rc4

New features
Bug fixes
Insecure
Unsupported

Changes since 7.x-1.0-rc3:

bean 7.x-1.0-rc3

Bug fixes
Insecure
Unsupported

Revert broken commit in rc2

Changes since 7.x-1.0-rc1:

bean 7.x-1.0-rc1

New features
Bug fixes
Insecure
Unsupported

First Release Candidate. This means we are in an API freeze. New features can be added but no more change will happen to the API unless critically necessary.

Changes since 7.x-1.0-beta10

bean 7.x-1.0-beta10

New features
Bug fixes
Insecure
Unsupported

API Change

Changed the name of class name for Drupal Standards. All plugins will need to be updated

  • bean_plugin renamed to BeanPlugin
  • bean_default renamed to BeanDefault
  • bean_type_plugin_interface renamed to BeanTypePluginInterface
  • bean_custom rename to BeanCustom

Block Type Path changed from admin/structure/block_types to admin/structure/block-types.

Changes since 7.x-1.0-beta9:

bean 7.x-1.0-beta9

New features
Bug fixes
Insecure
Unsupported

Be sure to truncate the cache tables before running update.php. Just clearing the cache may not work.

Plugins are included using the Code Registry rather then ctools

  • API CHANGE NOTICE This requires you to have the plugin files in the info file.
  • You no longer need to specify a "path" in the plugin.
  • The file of the plugin should be the modules info file "mymodule.info"

Changes since 7.x-1.0-beta8:

bean 7.x-1.0-beta6

Bug fixes
Insecure
Unsupported

API CHANGE HAS BEEN INTRODUCED. SEE #1323876: Entity API 7.x-1.0-beta11 requires new Entity::view() signature. Change your version numbers in your custom block types.

Changes since 7.x-1.0-beta5:

bean 7.x-1.0-beta5

New features
Bug fixes
Insecure
Unsupported

Changes since 7.x-1.0-beta4:

  • view modes should default to "default" not "full"
  • #1317016: Add the ability to use different view modes in beans
  • #1316996: Add required fields to the meta data.

bean 7.x-1.0-beta4

New features
Bug fixes
Insecure
Unsupported

Changes since 7.x-1.0-beta3:

bean 7.x-1.0-beta3

Bug fixes
Insecure
Unsupported

Bug fixes include fixing broken access to the bean admin UI

bean 7.x-1.0-beta2

Bug fixes
Insecure
Unsupported

Fix for compatibility with latest version of EntityAPI.

bean 7.x-1.0-beta1

New features
Bug fixes
Insecure
Unsupported

API Change

The interface bean_type_plugin_interface has changed the validate method to include &$form_state as the second argument. Be sure to change any plugins using the validate method.

bean 7.x-1.0-alpha4

Bug fixes
Insecure
Unsupported

Added missing features.inc file for exportable support
Remove rougr dsm statement
Issue #1196774: Add bean plugin interface: Add code interface for a cleaner implementation

bean 7.x-1.0-alpha2

Bug fixes
Insecure
Unsupported

#1167368: Bean plugins not returned from the cache properly by mrfelton: Bean plugins not returned from the cache properly. Be sure to clear caches after pulling this code

Subscribe with RSS Subscribe to Releases for Bean (for Drupal 7)