docs: Update version and changelog for 1.4.8#1399
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the GoDAM plugin for the v1.4.8 release by updating version numbers and documentation throughout the project.
- Updates version numbers from 1.4.7 to 1.4.8 across all configuration files
- Adds comprehensive v1.4.8 changelog entries documenting new features (PDF support), enhancements (Likes & Comments, performance improvements), and bug fixes (iOS fullscreen issues, media uploader, etc.)
- Updates @SInCE documentation tags to reflect the new version
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| readme.txt | Updated stable tag to 1.4.8 and added v1.4.8 changelog entry with feature additions and bug fixes |
| package.json | Bumped version from 1.4.7 to 1.4.8 |
| package-lock.json | Updated version references to match package.json |
| languages/godam.pot | Updated project version and POT-Creation-Date timestamp |
| inc/classes/assets/class-jetpack-form-assets.php | Updated @SInCE tags to 1.4.8t |
| inc/classes/assets/class-ima-assets.php | Updated @SInCE tags to 1.4.8t |
| godam.php | Updated plugin header version and constant to 1.4.8 |
| assets/src/js/media-library/views/godam-media-frame-shared.js | Updated @SInCE tag to 1.4.8 |
| README.md | Updated stable tag to 1.4.8 and tested up to 6.9 |
| CHANGELOG.md | Added v1.4.8 release notes with detailed changes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
KMchaudhary
approved these changes
Dec 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request prepares the GoDAM plugin for the v1.4.8 release, updating version numbers and documentation throughout the project. It also updates changelogs to reflect new features, enhancements, and bug fixes introduced in this release.
Release version and documentation updates:
1.4.8ingodam.php,package.json,readme.txt, andREADME.mdto reflect the new release. [1] [2] [3] [4] [5]@sincetags in code comments to1.4.8or1.4.8tin relevant files for accuracy. [1] [2] [3] [4] [5]Changelog and release notes:
CHANGELOG.mdandreadme.txt, listing new features (like PDF support), enhancements, performance improvements, and bug fixes. [1] [2]readme.txtfor clarity.These changes ensure that the plugin metadata, documentation, and code comments are all consistent and up-to-date for the v1.4.8 release.