config_pages 8.x-2.22

Bug fixes

Config Pages 8.x-2.22

Fix: Restore backward compatibility with Drupal < 11.1 (#3577600)

Version 2.20 migrated entity type and plugin definitions from annotations to PHP attributes. However, attribute-based discovery was not fuly supported in Drupal 10.X. On Drupal < 11.2, causing a fatal error on cache rebuild:

The Drupal\config_pages\Entity\ConfigPagesType class does not correspond to an entity type.

config_pages 8.x-2.21

Bug fixes

Same as 2.20 version ( Duplicate tag created at same commit )

config_pages 8.x-2.20

Bug fixes
New features

Config Pages 8.x-2.20

⚠️ Warning: This release requires Drupal 11.2 or later. Installing on Drupal < 11 will cause a fatal error during cache rebuild. If you are on an older core version, please use 8.x-2.22 which restores backward compatibility, or stay on 8.x-2.19.

config_pages 8.x-2.19

Bug fixes

Issues in this release:

  1. Issue 3539074: Import feature does not ask for confirmation
  2. Issue 3540146: Config Page entity field formatter does not respect permissions
  3. Issue 3523183: Add permission to use the clear values button
  4. Issue 3532868: entity.config_pages.edit_form route is never used
  5. Issue 3404100: Importing from another context should be permission-based

config_pages 8.x-2.18

Security update

This is a security release to cover edge case with the improper permission validation on ConfigPages edit form.

This release also contains some fixes:

  • 3524237: config_pages_field twig filter doesn't include entity cache
  • 3506256: Nullable types must be explicit

config_pages 8.x-2.17

Bug fixes
New features
Insecure

This release contains couple of issues, No breaking changes or updates added here.
List of issues:

config_pages 8.x-2.16

Bug fixes
Insecure

This is a release to support Drupal 11 and Drush 12.
It also contains some small bugfixes, the full list of changes:

config_pages 8.x-2.15

Bug fixes
Insecure

This release contains bugfixes mostly:

  • Issue #3361631: D10 compatibility: Relying on entity queries to check access by default is deprecated in drupal:9.2.0 and an error will be thrown from drupal:10.0.0.
  • Issue #3359097: Clear values button error
  • Issue #3361228 by penyaskito, shumer: Clear values access is an invalid permission

config_pages 8.x-2.14

Bug fixes
Insecure

Drupal console commands restored. (Were accidentally removed in previous release.)

config_pages 8.x-2.13

Bug fixes
Insecure

Minor release D10 compatibility and code style fixes.

  • Issue #3333709: Drupal Coding Standards Issues | phpcs
  • Issue #3346479 by michael.roosz: QueryException: Entity queries must explicitly set whether the query should be access checked or not.

config_pages 8.x-2.12

Bug fixes
Insecure

Bugfixes:

  • Issue #3330599 by izus: Attempt to assign property "value" on null in createDuplicate()
  • Issue #3335332: ConfigPages::config() should not have inheritdoc
  • Issue #3333888: D10 compatibility: access checks must be explicitly specified on content entity queries

config_pages 8.x-2.8

Bug fixes
New features
Insecure

Bugfixes:
#3150298: Extra properties on ConfigPagesBlock should be 'protected' to allow inheritance
#3152036: Small typo on menu creation
#3155825: Deprecated code in src/Entity/ConfigEntity.php

config_pages 7.x-1.9

Bug fixes
Unsupported

Bugs:

  • Issue #2690173 Module tries render empty fields
  • Issue #2994082 Undefined variable: type & context in config_pages_form_submit_panelize
  • Issue #2994055 Wrong panel display assigned to page with different context on import context

config_pages 8.x-2.6

New features
Insecure

Contains #2985555 : Add the concept of fallback context for a config page type

config_pages 8.x-2.5

Bug fixes
Insecure

Issue #3059865 by gun_dose: ConfigPagesController is broken

config_pages 8.x-2.4

Bug fixes
Insecure

This release is to fix issues with Drupal console:
Issue #3059850: Drupal Console is broken when Config Pages 8.x-2.3 is installed

config_pages 8.x-2.3

Bug fixes
Insecure

This release contains bugfixes, replace of deprecated methods usage and code style fixes.

The list of changes are:

config_pages 8.x-3.x-dev

New branch to support latest Drupal core releases. Context plugin system will be reviewed, so context dependent config pages could be broken, use it with caution until stable version will be released.

config_pages 8.x-2.2

Bug fixes
New features
Insecure

The new release contains fixes for some fatal errors and adds compatibility with Drupal 8.5 core.

config_pages 7.x-1.8

Bug fixes
Unsupported

Permission "Access Configuration Page" renamed to "Edit Configuration Page"

Permission for op=="view" is now always granted and detached from "Edit Configuration Page" permission, since config pages has no "view" path and are only visible if specifically shown. Access check for viewing pages should be implemented manually by end developer (on panels level if you use provided plugin)

config_pages 8.x-1.0-rc3

Bug fixes
Unsupported

Critical issues fixes and static class load refactoring in this release.

config_pages 7.x-1.7

Bug fixes
Unsupported

Applied patch https://www.drupal.org/node/2508283#comment-10036685
General code cleanup.

no need to update if none above bothers you.

config_pages 7.x-1.5

Bug fixes
Unsupported

Fixed bug (unimplemented TODO) that cause Class not found exception issued from panelizer support.

config_pages 7.x-1.4

Bug fixes
New features
Unsupported

7.x-1.4
- Confirmation form added for clear action
- Added api to provide context switching links (language context switch included)
- EXPERIMENTAL! Added panelizer support with IPE, so you can have "different pages" per context (language for example) for same drupal path
- Minor fixes

config_pages 8.x-1.0-rc2

Bug fixes
Unsupported

This is first release of stable module code for Drupal 8. Fixes to support Drupal 8 Beta 14 added.

config_pages 8.x-1.0-rc1

New features
Unsupported

This is first release of stable module code for Drupal 8.

config_pages 7.x-1.2

Bug fixes
Unsupported

Fixed bundle argument position in menu system (was broken after 1.1)

config_pages 7.x-1.1

Unsupported

- Menu entry moved from "admin/config/config_pages_types" to "admin/config/development/config_pages_types"
to be inline with Drupal standards.
- Coder review for coding standards.

Subscribe with RSS Subscribe to Releases for Config Pages