From 341735b3f34bcbc462a32ed8e428a6fc59d69988 Mon Sep 17 00:00:00 2001 From: Rosari Harlan Date: Mon, 11 Mar 2024 16:09:28 +0100 Subject: [PATCH] release 4.0.0 --- changelog.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index ad30ad8..75b0fef 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Version History +## *4.0.0 (2024/03/11)* +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. + +### Updated Option Names: +* Quality Plugin: Replace `iconPath` to `iconPathQuality` +* A11y Plugin: Replace `iconSpritePath` to `iconSpritePathA11y` + ## *3.0.1 (2024/03/11)* ### QUALITY PLUGIN * Icon Visibility Fix: The quality icon will now remain visible and functional across all quality adjustments. diff --git a/package-lock.json b/package-lock.json index 3b3a87a..0cf6226 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mediaelement-plugins", - "version": "3.0.1", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mediaelement-plugins", - "version": "3.0.1", + "version": "4.0.0", "dependencies": { "global": "^4.3.1", "mediaelement": "^5.0.1" diff --git a/package.json b/package.json index 44f3a5f..35f3948 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mediaelement-plugins", - "version": "3.0.1", + "version": "4.0.0", "repository": { "type": "git", "url": "https://github.com/mediaelement/mediaelement-plugins.git"