better_formats 8.x-1.0-beta3

Declares Drupal 11 readiness.

Contributors (1)

Project Update Bot

Changelog

Issues: 1 issues resolved.

Changes since 8.x-1.0-beta2:

Task

  • #3428960 by Project Update Bot: Automated Drupal 11 compatibility fixes for better_formats

better_formats 7.x-2.0

New features
Unsupported

New in 7.x-2.0
Absolutely nothing new except this is now going to be a recommended release.

better_formats 7.x-1.2

Bug fixes
Unsupported

Changelog

Changes included in 7.x-1.x

revert > PHP 8.0 to support older PHP releases, for those wanting PHP 8.0+ upgrade to 2.0 release, which will be the new recommended release
#3262304: [PHP 8] Returning bool from comparison function is deprecated

Changes included in 7.x-1.1

better_formats 7.x-1.0

New features
Unsupported

Contributors (3)

Anybody, Daniel Korte, mandclu

Changelog

Changes included in 7.x-1.0 - Opt into security coverage

Changes since 7.x-1.0-beta6:

Issues: No changes

better_formats 7.x-2.0-beta4

Bug fixes
Unsupported

This release fixes a critical issue in the previous release.

Contributors (1)

Daniel Korte

Changelog

Issues: 1 issues resolved.

Changes since 7.x-2.0-beta3:

better_formats 7.x-1.0-beta5

Bug fixes
New features
Unsupported

This is a maintenance bugfix release and some well vetted features and one security enhancement.
1 Fix since 7.x-1.x-beta4
#2203833: Text format field is required
1 Fix since 7.x-1.x-beta3

better_formats 7.x-2.0-beta2

Bug fixes
New features
Unsupported

2.0 releases require PHP 8.0, PHP 8.1 or PHP 8.2
Changes since 7.x-2.0-beta1
#2832330: Removing the format field breaks other modules
Changes since 7.x-1.0-beta3

better_formats 7.x-1.0-beta4

Bug fixes
New features
Unsupported

This is a maintenance bugfix release and some well vetted features and one security enhancement.
1 Fix since 7.x-1.x-beta3
#2832330: Removing the format field breaks other modules
2 Fixes since 7.x-1.x-beta2

better_formats 7.x-2.0-beta1

Bug fixes
New features
Unsupported

This release requires PHP 8.0, PHP 8.1 or PHP 8.2
Changes since 7.x-1.0-beta3
#3262304: [PHP 8] Returning bool from comparison function is deprecated
Changes since 7.x-1.0-beta2

better_formats 7.x-1.0-beta3

Bug fixes
New features
Unsupported

This is a maintenance bugfix release and some well vetted features and one security enhancement.
2 Fixes since 7.x-1.x-beta2
#2896131: XSS issue in the codebase

better_formats 7.x-1.0-beta1

New features
Bug fixes
Unsupported

The first beta of a official release of Better Formats for Drupal 7.

The major change is that all options are now on the field level. This means you will see the better format options when editing a field that is attached to an entity.

Things not in this release:
-- Full documentation is missing
-- Setting format options for blocks is not yet done
-- BF does not work for fields that are not added via the Field API. (ie. if you cannot edit the field then BF does not work on that field).
-- More testing is needed.

better_formats 6.x-1.2

Bug fixes
Unsupported

Fixed #526462 by greggles: Small coding style fix.
Added #525298 by greggles: Tests for anonymous user.
Fixed #571728 by dragonwize: Format reset to default on node preview.
Fixed #480880 by dragonwize: Site global default not a valid default selection.
Fixed #494832 by dragonwize, jweowu: Block default format sometimes not followed.
Fixed #682216 by wwalc, dragonwize: Fix E_NOTICE.
Fixed #672766 by fearlsgroove: Apply default to CCK multiple fields on AHAH.

better_formats 6.x-1.1

New features
Bug fixes
Unsupported

Only documentation changes since 1.1-rc2. No bugs in a couple weeks so marking this release stable.

better_formats 6.x-1.1-rc2

Bug fixes
Unsupported

Changelog from 1.1-RC1:

Fixed #477934 by dragonwize: PHP warning when no roles have certain permissions.
Make javascript match Drupal coding standards.
Show blocks fieldset with help when no roles have administer blocks permission.
Fixed #478120 by dragonwize: Forgot to split permission pull for selections.

better_formats 6.x-1.1-rc1

New features
Bug fixes
Unsupported

Bug fixes:
* Fixed error on install when both core roles have zero permissions set.

better_formats 6.x-1.0

Bug fixes
Unsupported

Fixed #404484: Missing t()'s
Added #404618 by dragonwize, cursor: Panels comment support

better_formats 6.x-1.0-rc3

Bug fixes
Unsupported

Fixed #397670 by dragonwize: Format is lost sometimes
More clean-up.

better_formats 6.x-1.0-rc1

Bug fixes
Unsupported

#360129 by chellman - Removed format label from defaults areas for better readability
Fixed #363829 by dragonwize: Validation error for roles with admin filter perm
Fixed #366909 by sun, dragonwize, Gabor Hojtsy: Custom input format title not translatable
Changed per node type setting description clearer.
Cleaned #372186 by sun: Code cleanup and PHP4 compatibility
Moved some default related functions from better_formats.module to better_formats_defaults.admin.inc
Minor permission install changes.

better_formats 6.x-1.0-beta6

New features
Bug fixes
Unsupported

Fixed bug with allowed formats per node type javascript helper
Fixed bug of long tips link showing up double sometimes
Long tips link is now also hidden if the guidelines array is empty
Added ability to change the long tips link text in settings
Added help text to the top of the global defaults page
More fixes and enhancements to the JS helper for the content type form
Enhanced format order for existing entries when available formats are changed
Separated option to show long tips link from the show format tips permission to its own permission

better_formats 6.x-1.0-beta5

Bug fixes
Unsupported

#349638 : Critical bug fix affecting role creation reported by cgriego

better_formats 6.x-1.0-beta4

Unsupported

#348661 Increased module weight to prevent hook race issues as reported by freakalis

better_formats 6.x-1.0-beta3

New features
Unsupported

Added a debug mode to help fix issues. Please enable and submit this information in the issue queue with a bug report.

better_formats 6.x-1.0-beta2

Bug fixes
Unsupported

Fixed compatibility issue with Wysiwyg API module not showing editor when tips are hidden.

Added more documentation to the code and README. Also ran through Coder 1.x and 2.x.

better_formats 6.x-1.0-beta1

New features
Bug fixes
Unsupported

Several bug fixes and a couple usability features. Moving from alpha to beta because module is feature complete for 1.0. A final release will be made after there is more testing and documentation.

better_formats 6.x-1.0-alpha2

Bug fixes
Unsupported

#342863 : Fixed settings not working on existing nodes and comments, reported by capellic

better_formats 6.x-1.0-alpha1

Unsupported

Initial alpha release. Little testing has been done. Please use only to test and report bugs.

Subscribe with RSS Subscribe to Releases for Better Formats