config_pages 8.x-2.15

Bug fixes

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

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

config_pages 8.x-2.13

Bug fixes

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

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

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

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

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

config_pages 7.x-1.5

Bug fixes

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

config_pages 7.x-1.4

Bug fixes
New features

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

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

config_pages 7.x-1.2

Bug fixes

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

config_pages 7.x-1.1

- 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