https://github.com/drupal-spider/drupal-change-log
Drupal core change logs.
https://github.com/drupal-spider/drupal-change-log
Last synced: 4 months ago
JSON representation
Drupal core change logs.
- Host: GitHub
- URL: https://github.com/drupal-spider/drupal-change-log
- Owner: drupal-spider
- License: apache-2.0
- Created: 2025-06-29T05:29:13.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-12-17T21:52:28.000Z (6 months ago)
- Last Synced: 2025-12-21T09:24:39.144Z (6 months ago)
- Size: 144 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drupal Change Log Archive
This repository serves as a comprehensive archive of Drupal core change records. It provides detailed, aggregated information about the changes introduced in various Drupal versions, making it a valuable resource for developers, themers, and site builders.
## Purpose
The primary goal of this project is to offer a centralized and easily accessible collection of change logs. This helps the Drupal community to:
- Understand the impact of new releases on modules, themes, and sites.
- Track deprecations, API changes, and new features.
- Prepare for upgrades by reviewing all relevant changes in one place.
## Structure
The change records are organized by Drupal's major version. Each major version has its own directory.
For example:
- `drupal-11/`: Contains all change records related to Drupal 11.
Within each version directory, you will find Markdown files corresponding to specific minor releases. For instance, `drupal_changes_all_details_11.2.0.md` contains all the published change records for Drupal core version 11.2.0.
## Content
Each file is a compilation of the official change records published on Drupal.org. The records include:
- **Title and Link:** The title of the change record and a direct link to the node on drupal.org.
- **Version Information:** The Drupal version in which the change was introduced.
- **Impacts:** Who is affected by the change (e.g., module developers, site builders).
- **Description:** A detailed explanation of the change, often including code snippets, before-and-after examples, and migration instructions.
## Source
All information is sourced directly from the official Drupal.org Change Records. This repository aims to mirror that information in a structured, file-based format for offline access and easier searching.