Revert "Sync main with develop after release 1.4.1"#1136
Merged
Conversation
This reverts commit 202a06e.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This is a revert commit that rolls back version 1.4.1 to 1.4.0, undoing changes made in a previous sync with the develop branch. The purpose is to remove the 1.4.1 release and restore the codebase to its 1.4.0 state.
- Reverts version number from 1.4.1 back to 1.4.0 across all files
- Removes v1.4.1 changelog entries and features
- Restores previous analytics tracking implementation
Reviewed Changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| readme.txt | Reverts stable tag and removes v1.4.1 changelog section |
| package.json | Reverts version number from 1.4.1 to 1.4.0 |
| languages/godam.pot | Updates project version and creation date |
| inc/helpers/custom-functions.php | Changes @SInCE tag from 1.4.1 to n.e.x.t |
| godam.php | Reverts plugin version and constant definition |
| assets/src/js/godam-player/analytics.js | Restores previous analytics implementation with improved video tracking |
| README.md | Reverts stable tag to 1.4.0 |
| CHANGELOG.md | Removes v1.4.1 changelog entries |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| * Note: The files created by uppy webcam, screen capture, and audio plugin are in the same format. So we are checking the filename to determine if it's an audio file. | ||
| * | ||
| * @since 1.4.1 | ||
| * @since n.e.x.t |
subodhr258
approved these changes
Sep 18, 2025
KMchaudhary
added a commit
that referenced
this pull request
Sep 19, 2025
…1148) * Sync main with develop after release 1.4.1 (#1135) * docs: Update changelog and version to 1.4.1 (#1130) * Hotfix/analytics gallery (#1133) * Revert "Fix - Analytics tracking for dynamically rendered videos (#1105)" This reverts commit 835226f. * docs: Remove reverted analytics commit from changelog --------- Co-authored-by: Subodh Rajpopat <subodh.rajpopat@rtcamp.com> * Revert "Sync main with develop after release 1.4.1 (#1135)" (#1136) This reverts commit 202a06e. * New sequence for media src HLS, MPD, Original URL to fix safari Audio mute issue * Provide HLS URL support on [godam_video] shortcode --------- Co-authored-by: Subodh Rajpopat <subodh.rajpopat@rtcamp.com> Co-authored-by: KMchaudhary <kuldipkumar.chaudhary@rtcamp.com>
subodhr258
added a commit
that referenced
this pull request
Sep 22, 2025
* Sync main with develop after release 1.4.1 (#1135) * docs: Update changelog and version to 1.4.1 (#1130) * Hotfix/analytics gallery (#1133) * Revert "Fix - Analytics tracking for dynamically rendered videos (#1105)" This reverts commit 835226f. * docs: Remove reverted analytics commit from changelog --------- Co-authored-by: Subodh Rajpopat <subodh.rajpopat@rtcamp.com> * Revert "Sync main with develop after release 1.4.1 (#1135)" (#1136) This reverts commit 202a06e. * fix: exclude jetpack_contact_form_jwt field while submitting the jetpack forms (#1134) * Fix the audio mute issue on mac safari browser for GoDAM video block (#1142) * New sequence for media src HLS, MPD, Original URL to fix safari Audio mute issue * Provide HLS URL support on [godam_video] shortcode --------- Co-authored-by: KMchaudhary <kuldipkumar.chaudhary@rtcamp.com> * Custom Thumbnail Upload Allows MP4 Video via “Upload Files” Option (#1126) * fix: allow only image upload * remove unused code * update snackbar message * FIX: Remove `filemtime` warnings * FEAT: Close autoadvance upon `x` button click --------- Co-authored-by: Kuldip Chaudhary <64731232+KMchaudhary@users.noreply.github.com> Co-authored-by: nani samireddy <60937910+nani-samireddy@users.noreply.github.com> Co-authored-by: KMchaudhary <kuldipkumar.chaudhary@rtcamp.com> Co-authored-by: Prachi Garg <72646230+prachigarg19@users.noreply.github.com> Co-authored-by: Vipul Patil <vipulrpatil.8@gmail.com>
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.
Reverts #1135