Skip to content

Commit 42dc804

Browse files
authored
Merge pull request #254 from mediaelement/release_4.0.0
release 4.0.0
2 parents 3f621da + 341735b commit 42dc804

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Version History
22

3+
## *4.0.0 (2024/03/11)*
4+
This release marks a major version update to address and correct previous versioning inaccuracies. The transition from version 3.0.0 to 3.0.1 introduced changes that, upon further review, have been identified as breaking. These changes warranted a more significant version increment to reflect their impact accurately.
5+
6+
### Updated Option Names:
7+
* Quality Plugin: Replace `iconPath` to `iconPathQuality`
8+
* A11y Plugin: Replace `iconSpritePath` to `iconSpritePathA11y`
9+
310
## *3.0.1 (2024/03/11)*
411
### QUALITY PLUGIN
512
* Icon Visibility Fix: The quality icon will now remain visible and functional across all quality adjustments.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mediaelement-plugins",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/mediaelement/mediaelement-plugins.git"

0 commit comments

Comments
 (0)