From f2a947237945f32c96f844985daf92d694890825 Mon Sep 17 00:00:00 2001 From: Siddharth Thevaril Date: Thu, 20 Jun 2024 12:37:47 +0530 Subject: [PATCH 01/10] update CHANGELOG.md, readme.txt, CREDITS.md and update version to 1.4.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ CREDITS.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 19 ++++++++++++++++++- retro-webamp-block.php | 2 +- 6 files changed, 46 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b48582..feece2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD +## [1.4.0] - 2024-06-20 +### Added +- Support for the WordPress.org plugin preview (props [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul), [@peterwilsoncc](https://github.com/peterwilsoncc), [@ravinderk](https://github.com/ravinderk) via [#116](https://github.com/10up/retro-winamp-block/pull/116)). +- "Testing" section in the "CONTRIBUTING.md" file (props [@kmgalanakis](https://github.com/kmgalanakis), [@jeffpaul](https://github.com/jeffpaul) via [#132](https://github.com/10up/retro-winamp-block/pull/132)). + +### Changed +- Winamp skin preview setting to be on by default (props [@jeffpaul](https://github.com/jeffpaul), [@psorensen](https://github.com/psorensen), [@dkotter](https://github.com/dkotter) via [#124](https://github.com/10up/retro-winamp-block/pull/124)). +- Move preview toggle to inspector controls from block controls (props [@jeffpaul](https://github.com/jeffpaul), [@psorensen](https://github.com/psorensen), [@dkotter](https://github.com/dkotter) via [#124](https://github.com/10up/retro-winamp-block/pull/124)). +- Nest webamp component inside the block to activate block selection when interacting with the component (props [@jeffpaul](https://github.com/jeffpaul), [@psorensen](https://github.com/psorensen), [@dkotter](https://github.com/dkotter) via [#124](https://github.com/10up/retro-winamp-block/pull/124)). +- Bump WordPress "tested up to" version 6.5 (props [@sudip-md](https://github.com/sudip-md), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter)). +- Bump WordPress minimum from 6.1 to 6.3 (props [@sudip-md](https://github.com/sudip-md), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter)). +- Clean up NPM dependencies and update node to v20 (props [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#123](https://github.com/10up/retro-winamp-block/pull/123)). +- Changed - Replaced [lee-dohm/no-response](https://github.com/lee-dohm/no-response) with [actions/stale](https://github.com/actions/stale) to help with closing no-response/stale issues (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#128](https://github.com/10up/retro-winamp-block/pull/128)). + +### Security +- Updates `axios` from `0.25.0` to `1.6.2` (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#117](https://github.com/10up/retro-winamp-block/pull/117)). +- Updates `@wordpress/scripts` from `24.6.0` to `26.19.0` (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#117](https://github.com/10up/retro-winamp-block/pull/117)). +- Updates `express` from `4.18.2` to `4.19.2` (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). +- Updates `follow-redirects` from `1.15.5` to `1.15.6` (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). +- Updates `ip` from `1.1.8` to `1.1.9` (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). +- Updates `webpack-dev-middleware` from `5.3.3` to `5.3.4` (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). + ## [1.3.1] - 2023-10-19 ### Added - Check for minimum required PHP version before loading the plugin (props [@kmgalanakis](https://github.com/kmgalanakis), [@Sidsector9](https://github.com/Sidsector9) via [#103](https://github.com/10up/retro-winamp-block/pull/103)). @@ -94,6 +116,7 @@ All notable changes to this project will be documented in this file, per [the Ke - Initial release of the Winamp Block plugin. 🎉 [Unreleased]: https://github.com/10up/retro-winamp-block/compare/trunk...develop +[1.4.0]: https://github.com/10up/retro-winamp-block/compare/1.3.1...1.4.0 [1.3.1]: https://github.com/10up/retro-winamp-block/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/10up/retro-winamp-block/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/10up/retro-winamp-block/compare/1.1.0...1.2.0 diff --git a/CREDITS.md b/CREDITS.md index c156636..90a77d7 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -12,7 +12,7 @@ The following individuals are responsible for curating the list of issues, respo Thank you to all the people who have already contributed to this repository via bug reports, code, design, ideas, project management, translation, testing, etc. -[Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Tung Du (@dinhtungdu)](https://github.com/dinhtungdu), [Fabian Kägy (@fabiankaegy)](https://github.com/fabiankaegy), [Darin Kotter (@dkotter)](https://github.com/dkotter), [Mel Choyce-Dwan (@melchoyce)](https://github.com/melchoyce), [Crisoforo Gaspar Hernández (@mitogh)](https://github.com/mitogh), [Helen Hou-Sandi (@helen)](https://github.com/helen), [Sudip Dadhaniya (@sudip-10up)](https://github.com/sudip-10up), [Dharmesh Patel (@iamdharmesh)](https://github.com/iamdharmesh), [Peter Wilson (@peterwilsoncc)](https://github.com/peterwilsoncc), [Faisal Alvi (@faisal-alvi)](https://github.com/faisal-alvi), [Siddharth Thevaril (@Sidsector9)](https://github.com/Sidsector9), [Vikram Moparthy (@vikrampm1)](https://github.com/vikrampm1), [Peter Wilson (@peterwilsoncc)](https://github.com/peterwilsoncc), [Quamruz Zaman (@zamanq)](https://github.com/zamanq), [Ian Svoboda (@iansvo)](https://github.com/iansvo), [Ajay Maurya (@ajmaurya99)](https://github.com/ajmaurya99), [Max Lyuchin (@cadic)](https://github.com/cadic), [Jayedul Kabir (@jayedul)](https://github.com/jayedul), [Barney Jeffries (@barneyjeffries)](https://github.com/barneyjeffries), [Konstantinos Galanakis (@kmgalanakis)](https://github.com/kmgalanakis), [Ravinder Kumar (@ravinderk)](https://github.com/ravinderk), [GitHub Dependabot (@dependabot)](https://github.com/apps/dependabot). +[Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Tung Du (@dinhtungdu)](https://github.com/dinhtungdu), [Fabian Kägy (@fabiankaegy)](https://github.com/fabiankaegy), [Darin Kotter (@dkotter)](https://github.com/dkotter), [Mel Choyce-Dwan (@melchoyce)](https://github.com/melchoyce), [Crisoforo Gaspar Hernández (@mitogh)](https://github.com/mitogh), [Helen Hou-Sandi (@helen)](https://github.com/helen), [Sudip Dadhaniya (@sudip-10up)](https://github.com/sudip-10up), [Dharmesh Patel (@iamdharmesh)](https://github.com/iamdharmesh), [Peter Wilson (@peterwilsoncc)](https://github.com/peterwilsoncc), [Faisal Alvi (@faisal-alvi)](https://github.com/faisal-alvi), [Siddharth Thevaril (@Sidsector9)](https://github.com/Sidsector9), [Vikram Moparthy (@vikrampm1)](https://github.com/vikrampm1), [Peter Wilson (@peterwilsoncc)](https://github.com/peterwilsoncc), [Quamruz Zaman (@zamanq)](https://github.com/zamanq), [Ian Svoboda (@iansvo)](https://github.com/iansvo), [Ajay Maurya (@ajmaurya99)](https://github.com/ajmaurya99), [Max Lyuchin (@cadic)](https://github.com/cadic), [Jayedul Kabir (@jayedul)](https://github.com/jayedul), [Barney Jeffries (@barneyjeffries)](https://github.com/barneyjeffries), [Konstantinos Galanakis (@kmgalanakis)](https://github.com/kmgalanakis), [Ravinder Kumar (@ravinderk)](https://github.com/ravinderk), [Jonathan Desrosiers (@desrosj)](https://github.com/desrosj), [GitHub Dependabot (@dependabot)](https://github.com/apps/dependabot). ## Libraries diff --git a/package-lock.json b/package-lock.json index 59f28fc..de1e76d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "winamp-block", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "winamp-block", - "version": "1.3.1", + "version": "1.4.0", "license": "GPL-2.0-or-later", "dependencies": { "@wordpress/blob": "^3.2.2", diff --git a/package.json b/package.json index 4577326..7c2e2e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "winamp-block", - "version": "1.3.1", + "version": "1.4.0", "description": "A Winamp-styled audio block for all your retro music player needs.", "author": { "name": "10up", diff --git a/readme.txt b/readme.txt index 2a57ac5..9894453 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: 10up, dinhtungdu, fabiankaegy, dkotter, melchoyce, jeffpaul Tags: winamp, webamp, mp3, music, audio, player, playlist, equalizer, block Tested up to: 6.5 -Stable tag: 1.3.1 +Stable tag: 1.4.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -43,6 +43,23 @@ Details on how to create a new skin is available [here](https://github.com/WACUP == Changelog == += 1.4.0 - 2024-06-20 = +* **Added:** Support for the WordPress.org plugin preview (props [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul), [@peterwilsoncc](https://github.com/peterwilsoncc), [@ravinderk](https://github.com/ravinderk) via [#116](https://github.com/10up/retro-winamp-block/pull/116)). +* **Added:** "Testing" section in the "CONTRIBUTING.md" file (props [@kmgalanakis](https://github.com/kmgalanakis), [@jeffpaul](https://github.com/jeffpaul) via [#132](https://github.com/10up/retro-winamp-block/pull/132)). +* **Changed:** Winamp skin preview setting to be on by default (props [@jeffpaul](https://github.com/jeffpaul), [@psorensen](https://github.com/psorensen), [@dkotter](https://github.com/dkotter) via [#124](https://github.com/10up/retro-winamp-block/pull/124)). +* **Changed:** Move preview toggle to inspector controls from block controls (props [@jeffpaul](https://github.com/jeffpaul), [@psorensen](https://github.com/psorensen), [@dkotter](https://github.com/dkotter) via [#124](https://github.com/10up/retro-winamp-block/pull/124)). +* **Changed:** Nest webamp component inside the block to activate block selection when interacting with the component (props [@jeffpaul](https://github.com/jeffpaul), [@psorensen](https://github.com/psorensen), [@dkotter](https://github.com/dkotter) via [#124](https://github.com/10up/retro-winamp-block/pull/124)). +* **Changed:** Bump WordPress "tested up to" version 6.5 (props [@sudip-md](https://github.com/sudip-md), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter)). +* **Changed:** Bump WordPress minimum from 6.1 to 6.3 (props [@sudip-md](https://github.com/sudip-md), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter)). +* **Changed:** Clean up NPM dependencies and update node to v20 (props [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#123](https://github.com/10up/retro-winamp-block/pull/123)). +* **Changed:** Changed - Replaced [lee-dohm/no-response](https://github.com/lee-dohm/no-response) with [actions/stale](https://github.com/actions/stale) to help with closing no-response/stale issues (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#128](https://github.com/10up/retro-winamp-block/pull/128)). +* **Security:** Updates `axios` from `0.25.0` to `1.6.2` (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#117](https://github.com/10up/retro-winamp-block/pull/117)). +* **Security:** Updates `@wordpress/scripts` from `24.6.0` to `26.19.0` (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#117](https://github.com/10up/retro-winamp-block/pull/117)). +* **Security:** Updates `express` from `4.18.2` to `4.19.2` (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). +* **Security:** Updates `follow-redirects` from `1.15.5` to `1.15.6` (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). +* **Security:** Updates `ip` from `1.1.8` to `1.1.9` (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). +* **Security:** Updates `webpack-dev-middleware` from `5.3.3` to `5.3.4` (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). + = 1.3.1 - 2023-10-19 = * **Added:** Check for minimum required PHP version before loading the plugin (props [@kmgalanakis](https://github.com/kmgalanakis), [@Sidsector9](https://github.com/Sidsector9) via [#103](https://github.com/10up/retro-winamp-block/pull/103)). * **Changed:** Update our dependency review GitHub Action (props [@jeffpaul](https://github.com/jeffpaul), [@Sidsector9](https://github.com/Sidsector9) via [#97](https://github.com/10up/retro-winamp-block/pull/97)). diff --git a/retro-webamp-block.php b/retro-webamp-block.php index 0357234..ddd9adf 100644 --- a/retro-webamp-block.php +++ b/retro-webamp-block.php @@ -3,7 +3,7 @@ * Plugin Name: Retro Winamp Block * Plugin URI: https://wordpress.org/plugins/retro-winamp-block/ * Description: A Winamp-styled audio block for all your retro music player needs. - * Version: 1.3.1 + * Version: 1.4.0 * Requires at least: 6.3 * Requires PHP: 7.4 * Author: 10up From 7ae64d7750d35f5fec4ac2b28f51869a4d4ef42a Mon Sep 17 00:00:00 2001 From: Siddharth Thevaril Date: Thu, 20 Jun 2024 15:26:34 +0530 Subject: [PATCH 02/10] update version to 1.3.2 --- CHANGELOG.md | 4 ++-- package.json | 2 +- readme.txt | 4 ++-- retro-webamp-block.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index feece2d..2176e15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD -## [1.4.0] - 2024-06-20 +## [1.3.2] - 2024-06-20 ### Added - Support for the WordPress.org plugin preview (props [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul), [@peterwilsoncc](https://github.com/peterwilsoncc), [@ravinderk](https://github.com/ravinderk) via [#116](https://github.com/10up/retro-winamp-block/pull/116)). - "Testing" section in the "CONTRIBUTING.md" file (props [@kmgalanakis](https://github.com/kmgalanakis), [@jeffpaul](https://github.com/jeffpaul) via [#132](https://github.com/10up/retro-winamp-block/pull/132)). @@ -116,7 +116,7 @@ All notable changes to this project will be documented in this file, per [the Ke - Initial release of the Winamp Block plugin. 🎉 [Unreleased]: https://github.com/10up/retro-winamp-block/compare/trunk...develop -[1.4.0]: https://github.com/10up/retro-winamp-block/compare/1.3.1...1.4.0 +[1.3.2]: https://github.com/10up/retro-winamp-block/compare/1.3.1...1.3.2 [1.3.1]: https://github.com/10up/retro-winamp-block/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/10up/retro-winamp-block/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/10up/retro-winamp-block/compare/1.1.0...1.2.0 diff --git a/package.json b/package.json index 7c2e2e2..e1332d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "winamp-block", - "version": "1.4.0", + "version": "1.3.2", "description": "A Winamp-styled audio block for all your retro music player needs.", "author": { "name": "10up", diff --git a/readme.txt b/readme.txt index 9894453..174cd52 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: 10up, dinhtungdu, fabiankaegy, dkotter, melchoyce, jeffpaul Tags: winamp, webamp, mp3, music, audio, player, playlist, equalizer, block Tested up to: 6.5 -Stable tag: 1.4.0 +Stable tag: 1.3.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -43,7 +43,7 @@ Details on how to create a new skin is available [here](https://github.com/WACUP == Changelog == -= 1.4.0 - 2024-06-20 = += 1.3.2 - 2024-06-20 = * **Added:** Support for the WordPress.org plugin preview (props [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul), [@peterwilsoncc](https://github.com/peterwilsoncc), [@ravinderk](https://github.com/ravinderk) via [#116](https://github.com/10up/retro-winamp-block/pull/116)). * **Added:** "Testing" section in the "CONTRIBUTING.md" file (props [@kmgalanakis](https://github.com/kmgalanakis), [@jeffpaul](https://github.com/jeffpaul) via [#132](https://github.com/10up/retro-winamp-block/pull/132)). * **Changed:** Winamp skin preview setting to be on by default (props [@jeffpaul](https://github.com/jeffpaul), [@psorensen](https://github.com/psorensen), [@dkotter](https://github.com/dkotter) via [#124](https://github.com/10up/retro-winamp-block/pull/124)). diff --git a/retro-webamp-block.php b/retro-webamp-block.php index ddd9adf..18c3904 100644 --- a/retro-webamp-block.php +++ b/retro-webamp-block.php @@ -3,7 +3,7 @@ * Plugin Name: Retro Winamp Block * Plugin URI: https://wordpress.org/plugins/retro-winamp-block/ * Description: A Winamp-styled audio block for all your retro music player needs. - * Version: 1.4.0 + * Version: 1.3.2 * Requires at least: 6.3 * Requires PHP: 7.4 * Author: 10up From a2b99f8fb2be50d9b147be5ff76650b2e2289560 Mon Sep 17 00:00:00 2001 From: Siddharth Thevaril Date: Thu, 20 Jun 2024 15:29:36 +0530 Subject: [PATCH 03/10] fix PR link --- CHANGELOG.md | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2176e15..2b9135e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ All notable changes to this project will be documented in this file, per [the Ke ### Security - Bump `semver` from 5.7.1 to 5.7.2 (props [@dependabot](https://github.com/apps/dependabot), [@ravinderk](https://github.com/ravinderk) via [#98](https://github.com/10up/retro-winamp-block/pull/98)). - Bump `word-wrap` from 1.2.3 to 1.2.5 (props [@dependabot](https://github.com/apps/dependabot), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#106](https://github.com/10up/retro-winamp-block/pull/106)). -- Bump `tough-cookie` from 4.1.2 to 4.1.3 and `@cypress/request` from 2.88.11 to 3.0.1 (props [@dependabot](https://github.com/apps/dependabot), [@Sidsector9](https://github.com/Sidsector9) via [#107](https://github.com/10up/retro-winamp-block/pull/107), [#108](https://github.com/10up/retro-winamp-block/pull/108)). +- Bump `tough-cookie` from 4.1.2 to 4.1.3 and `@cypress/request` from 2.88.11 to 3.0.1 (props [@dependabot](https://github.com/apps/dependabot), [@Sidsector9](https://github.com/Sidsector9) via [#107](https://github.com/10up/retro-winamp-block/pull/107)). - Bump `cypress` from 10.11.0 to 13.1.0 (props [@dependabot](https://github.com/apps/dependabot), [@Sidsector9](https://github.com/Sidsector9) via [#108](https://github.com/10up/retro-winamp-block/pull/108)). - Bump `postcss` from 8.4.20 to 8.4.31 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#110](https://github.com/10up/retro-winamp-block/pull/110)). diff --git a/readme.txt b/readme.txt index 174cd52..c654a14 100644 --- a/readme.txt +++ b/readme.txt @@ -66,7 +66,7 @@ Details on how to create a new skin is available [here](https://github.com/WACUP * **Changed:** Bump WordPress "tested up to" version 6.3 (props [@kmgalanakis](https://github.com/kmgalanakis), [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#102](https://github.com/10up/retro-winamp-block/pull/102), [#105](https://github.com/10up/retro-winamp-block/pull/105)). * **Security:** Bump `semver` from 5.7.1 to 5.7.2 (props [@dependabot](https://github.com/apps/dependabot), [@ravinderk](https://github.com/ravinderk) via [#98](https://github.com/10up/retro-winamp-block/pull/98)). * **Security:** Bump `word-wrap` from 1.2.3 to 1.2.5 (props [@dependabot](https://github.com/apps/dependabot), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#106](https://github.com/10up/retro-winamp-block/pull/106)). -* **Security:** Bump `tough-cookie` from 4.1.2 to 4.1.3 and `@cypress/request` from 2.88.11 to 3.0.1 (props [@dependabot](https://github.com/apps/dependabot), [@Sidsector9](https://github.com/Sidsector9) via [#107](https://github.com/10up/retro-winamp-block/pull/107), [#108](https://github.com/10up/retro-winamp-block/pull/108)). +* **Security:** Bump `tough-cookie` from 4.1.2 to 4.1.3 and `@cypress/request` from 2.88.11 to 3.0.1 (props [@dependabot](https://github.com/apps/dependabot), [@Sidsector9](https://github.com/Sidsector9) via [#107](https://github.com/10up/retro-winamp-block/pull/107)). * **Security:** Bump `cypress` from 10.11.0 to 13.1.0 (props [@dependabot](https://github.com/apps/dependabot), [@Sidsector9](https://github.com/Sidsector9) via [#108](https://github.com/10up/retro-winamp-block/pull/108)). * **Security:** Bump `postcss` from 8.4.20 to 8.4.31 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#110](https://github.com/10up/retro-winamp-block/pull/110)). From 52281e016827c8bf16cd60df6359d6dce4090786 Mon Sep 17 00:00:00 2001 From: Siddharth Thevaril Date: Thu, 20 Jun 2024 15:31:17 +0530 Subject: [PATCH 04/10] add missing PR links --- CHANGELOG.md | 4 ++-- readme.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b9135e..79141e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,8 @@ All notable changes to this project will be documented in this file, per [the Ke - Winamp skin preview setting to be on by default (props [@jeffpaul](https://github.com/jeffpaul), [@psorensen](https://github.com/psorensen), [@dkotter](https://github.com/dkotter) via [#124](https://github.com/10up/retro-winamp-block/pull/124)). - Move preview toggle to inspector controls from block controls (props [@jeffpaul](https://github.com/jeffpaul), [@psorensen](https://github.com/psorensen), [@dkotter](https://github.com/dkotter) via [#124](https://github.com/10up/retro-winamp-block/pull/124)). - Nest webamp component inside the block to activate block selection when interacting with the component (props [@jeffpaul](https://github.com/jeffpaul), [@psorensen](https://github.com/psorensen), [@dkotter](https://github.com/dkotter) via [#124](https://github.com/10up/retro-winamp-block/pull/124)). -- Bump WordPress "tested up to" version 6.5 (props [@sudip-md](https://github.com/sudip-md), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter)). -- Bump WordPress minimum from 6.1 to 6.3 (props [@sudip-md](https://github.com/sudip-md), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter)). +- Bump WordPress "tested up to" version 6.5 (props [@sudip-md](https://github.com/sudip-md), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#131](https://github.com/10up/retro-winamp-block/pull/131)). +- Bump WordPress minimum from 6.1 to 6.3 (props [@sudip-md](https://github.com/sudip-md), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#131](https://github.com/10up/retro-winamp-block/pull/131)). - Clean up NPM dependencies and update node to v20 (props [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#123](https://github.com/10up/retro-winamp-block/pull/123)). - Changed - Replaced [lee-dohm/no-response](https://github.com/lee-dohm/no-response) with [actions/stale](https://github.com/actions/stale) to help with closing no-response/stale issues (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#128](https://github.com/10up/retro-winamp-block/pull/128)). diff --git a/readme.txt b/readme.txt index c654a14..8807265 100644 --- a/readme.txt +++ b/readme.txt @@ -49,8 +49,8 @@ Details on how to create a new skin is available [here](https://github.com/WACUP * **Changed:** Winamp skin preview setting to be on by default (props [@jeffpaul](https://github.com/jeffpaul), [@psorensen](https://github.com/psorensen), [@dkotter](https://github.com/dkotter) via [#124](https://github.com/10up/retro-winamp-block/pull/124)). * **Changed:** Move preview toggle to inspector controls from block controls (props [@jeffpaul](https://github.com/jeffpaul), [@psorensen](https://github.com/psorensen), [@dkotter](https://github.com/dkotter) via [#124](https://github.com/10up/retro-winamp-block/pull/124)). * **Changed:** Nest webamp component inside the block to activate block selection when interacting with the component (props [@jeffpaul](https://github.com/jeffpaul), [@psorensen](https://github.com/psorensen), [@dkotter](https://github.com/dkotter) via [#124](https://github.com/10up/retro-winamp-block/pull/124)). -* **Changed:** Bump WordPress "tested up to" version 6.5 (props [@sudip-md](https://github.com/sudip-md), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter)). -* **Changed:** Bump WordPress minimum from 6.1 to 6.3 (props [@sudip-md](https://github.com/sudip-md), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter)). +* **Changed:** Bump WordPress "tested up to" version 6.5 (props [@sudip-md](https://github.com/sudip-md), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#131](https://github.com/10up/retro-winamp-block/pull/131)). +* **Changed:** Bump WordPress minimum from 6.1 to 6.3 (props [@sudip-md](https://github.com/sudip-md), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#131](https://github.com/10up/retro-winamp-block/pull/131)). * **Changed:** Clean up NPM dependencies and update node to v20 (props [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#123](https://github.com/10up/retro-winamp-block/pull/123)). * **Changed:** Changed - Replaced [lee-dohm/no-response](https://github.com/lee-dohm/no-response) with [actions/stale](https://github.com/actions/stale) to help with closing no-response/stale issues (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#128](https://github.com/10up/retro-winamp-block/pull/128)). * **Security:** Updates `axios` from `0.25.0` to `1.6.2` (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#117](https://github.com/10up/retro-winamp-block/pull/117)). From 79c6a6274611e739755d0c5f4e0df6349275de25 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 20 Jun 2024 11:04:50 -0500 Subject: [PATCH 05/10] Update package-lock.json --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index de1e76d..ca7aaf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "winamp-block", - "version": "1.4.0", + "version": "1.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "winamp-block", - "version": "1.4.0", + "version": "1.3.2", "license": "GPL-2.0-or-later", "dependencies": { "@wordpress/blob": "^3.2.2", From 6135de3b8d59829ffa8523ca5d9b34acf5006cdc Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 20 Jun 2024 11:14:07 -0500 Subject: [PATCH 06/10] Update CHANGELOG.md --- CHANGELOG.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79141e6..65a132a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,25 +6,25 @@ All notable changes to this project will be documented in this file, per [the Ke ## [1.3.2] - 2024-06-20 ### Added -- Support for the WordPress.org plugin preview (props [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul), [@peterwilsoncc](https://github.com/peterwilsoncc), [@ravinderk](https://github.com/ravinderk) via [#116](https://github.com/10up/retro-winamp-block/pull/116)). +- Support for the WordPress.org plugin preview (props [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul), [@peterwilsoncc](https://github.com/peterwilsoncc), [@ravinderk](https://github.com/ravinderk) via [#116](https://github.com/10up/retro-winamp-block/pull/116), [#118](https://github.com/10up/retro-winamp-block/pull/118)). - "Testing" section in the "CONTRIBUTING.md" file (props [@kmgalanakis](https://github.com/kmgalanakis), [@jeffpaul](https://github.com/jeffpaul) via [#132](https://github.com/10up/retro-winamp-block/pull/132)). ### Changed - Winamp skin preview setting to be on by default (props [@jeffpaul](https://github.com/jeffpaul), [@psorensen](https://github.com/psorensen), [@dkotter](https://github.com/dkotter) via [#124](https://github.com/10up/retro-winamp-block/pull/124)). - Move preview toggle to inspector controls from block controls (props [@jeffpaul](https://github.com/jeffpaul), [@psorensen](https://github.com/psorensen), [@dkotter](https://github.com/dkotter) via [#124](https://github.com/10up/retro-winamp-block/pull/124)). - Nest webamp component inside the block to activate block selection when interacting with the component (props [@jeffpaul](https://github.com/jeffpaul), [@psorensen](https://github.com/psorensen), [@dkotter](https://github.com/dkotter) via [#124](https://github.com/10up/retro-winamp-block/pull/124)). -- Bump WordPress "tested up to" version 6.5 (props [@sudip-md](https://github.com/sudip-md), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#131](https://github.com/10up/retro-winamp-block/pull/131)). +- Bump WordPress "tested up to" version 6.5 (props [@severine-pozzo](https://github.com/severine-pozzo), [@sudip-md](https://github.com/sudip-md), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#114](https://github.com/10up/retro-winamp-block/pull/114), [#131](https://github.com/10up/retro-winamp-block/pull/131)). - Bump WordPress minimum from 6.1 to 6.3 (props [@sudip-md](https://github.com/sudip-md), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#131](https://github.com/10up/retro-winamp-block/pull/131)). - Clean up NPM dependencies and update node to v20 (props [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#123](https://github.com/10up/retro-winamp-block/pull/123)). -- Changed - Replaced [lee-dohm/no-response](https://github.com/lee-dohm/no-response) with [actions/stale](https://github.com/actions/stale) to help with closing no-response/stale issues (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#128](https://github.com/10up/retro-winamp-block/pull/128)). +- Replaced [lee-dohm/no-response](https://github.com/lee-dohm/no-response) with [actions/stale](https://github.com/actions/stale) to help with closing no-response/stale issues (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#128](https://github.com/10up/retro-winamp-block/pull/128)). ### Security -- Updates `axios` from `0.25.0` to `1.6.2` (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#117](https://github.com/10up/retro-winamp-block/pull/117)). -- Updates `@wordpress/scripts` from `24.6.0` to `26.19.0` (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#117](https://github.com/10up/retro-winamp-block/pull/117)). -- Updates `express` from `4.18.2` to `4.19.2` (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). -- Updates `follow-redirects` from `1.15.5` to `1.15.6` (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). -- Updates `ip` from `1.1.8` to `1.1.9` (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). -- Updates `webpack-dev-middleware` from `5.3.3` to `5.3.4` (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). +- Updates `axios` from 0.25.0 to 1.6.2 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#117](https://github.com/10up/retro-winamp-block/pull/117)). +- Updates `@wordpress/scripts` from 24.6.0 to 26.19.0 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#117](https://github.com/10up/retro-winamp-block/pull/117)). +- Updates `express` from 4.18.2 to 4.19.2 (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). +- Updates `follow-redirects` from 1.15.5 to 1.15.6 (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). +- Updates `ip` from 1.1.8 to 1.1.9 (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). +- Updates `webpack-dev-middleware` from 5.3.3 to 5.3.4 (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). ## [1.3.1] - 2023-10-19 ### Added @@ -39,6 +39,7 @@ All notable changes to this project will be documented in this file, per [the Ke - Bump `word-wrap` from 1.2.3 to 1.2.5 (props [@dependabot](https://github.com/apps/dependabot), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#106](https://github.com/10up/retro-winamp-block/pull/106)). - Bump `tough-cookie` from 4.1.2 to 4.1.3 and `@cypress/request` from 2.88.11 to 3.0.1 (props [@dependabot](https://github.com/apps/dependabot), [@Sidsector9](https://github.com/Sidsector9) via [#107](https://github.com/10up/retro-winamp-block/pull/107)). - Bump `cypress` from 10.11.0 to 13.1.0 (props [@dependabot](https://github.com/apps/dependabot), [@Sidsector9](https://github.com/Sidsector9) via [#108](https://github.com/10up/retro-winamp-block/pull/108)). +- Bump `@cypress/request` from 2.88.11 to 3.0.1 (props [@dependabot](https://github.com/apps/dependabot), [@Sidsector9](https://github.com/Sidsector9) via [#108](https://github.com/10up/retro-winamp-block/pull/108)). - Bump `postcss` from 8.4.20 to 8.4.31 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#110](https://github.com/10up/retro-winamp-block/pull/110)). ## [1.3.0] - 2023-04-18 From c08002724b9f451340ff9c32ae5b692075633df3 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 20 Jun 2024 11:15:43 -0500 Subject: [PATCH 07/10] Update CREDITS.md --- CREDITS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CREDITS.md b/CREDITS.md index 90a77d7..6aba8d4 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -12,7 +12,7 @@ The following individuals are responsible for curating the list of issues, respo Thank you to all the people who have already contributed to this repository via bug reports, code, design, ideas, project management, translation, testing, etc. -[Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Tung Du (@dinhtungdu)](https://github.com/dinhtungdu), [Fabian Kägy (@fabiankaegy)](https://github.com/fabiankaegy), [Darin Kotter (@dkotter)](https://github.com/dkotter), [Mel Choyce-Dwan (@melchoyce)](https://github.com/melchoyce), [Crisoforo Gaspar Hernández (@mitogh)](https://github.com/mitogh), [Helen Hou-Sandi (@helen)](https://github.com/helen), [Sudip Dadhaniya (@sudip-10up)](https://github.com/sudip-10up), [Dharmesh Patel (@iamdharmesh)](https://github.com/iamdharmesh), [Peter Wilson (@peterwilsoncc)](https://github.com/peterwilsoncc), [Faisal Alvi (@faisal-alvi)](https://github.com/faisal-alvi), [Siddharth Thevaril (@Sidsector9)](https://github.com/Sidsector9), [Vikram Moparthy (@vikrampm1)](https://github.com/vikrampm1), [Peter Wilson (@peterwilsoncc)](https://github.com/peterwilsoncc), [Quamruz Zaman (@zamanq)](https://github.com/zamanq), [Ian Svoboda (@iansvo)](https://github.com/iansvo), [Ajay Maurya (@ajmaurya99)](https://github.com/ajmaurya99), [Max Lyuchin (@cadic)](https://github.com/cadic), [Jayedul Kabir (@jayedul)](https://github.com/jayedul), [Barney Jeffries (@barneyjeffries)](https://github.com/barneyjeffries), [Konstantinos Galanakis (@kmgalanakis)](https://github.com/kmgalanakis), [Ravinder Kumar (@ravinderk)](https://github.com/ravinderk), [Jonathan Desrosiers (@desrosj)](https://github.com/desrosj), [GitHub Dependabot (@dependabot)](https://github.com/apps/dependabot). +[Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Tung Du (@dinhtungdu)](https://github.com/dinhtungdu), [Fabian Kägy (@fabiankaegy)](https://github.com/fabiankaegy), [Darin Kotter (@dkotter)](https://github.com/dkotter), [Mel Choyce-Dwan (@melchoyce)](https://github.com/melchoyce), [Crisoforo Gaspar Hernández (@mitogh)](https://github.com/mitogh), [Helen Hou-Sandi (@helen)](https://github.com/helen), [Sudip Dadhaniya (@sudip-10up)](https://github.com/sudip-10up), [Dharmesh Patel (@iamdharmesh)](https://github.com/iamdharmesh), [Peter Wilson (@peterwilsoncc)](https://github.com/peterwilsoncc), [Faisal Alvi (@faisal-alvi)](https://github.com/faisal-alvi), [Siddharth Thevaril (@Sidsector9)](https://github.com/Sidsector9), [Vikram Moparthy (@vikrampm1)](https://github.com/vikrampm1), [Quamruz Zaman (@zamanq)](https://github.com/zamanq), [Ian Svoboda (@iansvo)](https://github.com/iansvo), [Ajay Maurya (@ajmaurya99)](https://github.com/ajmaurya99), [Max Lyuchin (@cadic)](https://github.com/cadic), [Jayedul Kabir (@jayedul)](https://github.com/jayedul), [Barney Jeffries (@barneyjeffries)](https://github.com/barneyjeffries), [Konstantinos Galanakis (@kmgalanakis)](https://github.com/kmgalanakis), [Ravinder Kumar (@ravinderk)](https://github.com/ravinderk), [Severine Pozzo (@severine-pozzo)](https://github.com/severine-pozzo), [Jonathan Desrosiers (@desrosj)](https://github.com/desrosj), [GitHub Dependabot (@dependabot)](https://github.com/apps/dependabot). ## Libraries From e21ed4df184e03bec2b4b0975de270f8bbb07e3c Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 20 Jun 2024 11:19:46 -0500 Subject: [PATCH 08/10] Update readme.txt --- readme.txt | 64 ++++++++++-------------------------------------------- 1 file changed, 11 insertions(+), 53 deletions(-) diff --git a/readme.txt b/readme.txt index 8807265..5ce322a 100644 --- a/readme.txt +++ b/readme.txt @@ -44,21 +44,21 @@ Details on how to create a new skin is available [here](https://github.com/WACUP == Changelog == = 1.3.2 - 2024-06-20 = -* **Added:** Support for the WordPress.org plugin preview (props [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul), [@peterwilsoncc](https://github.com/peterwilsoncc), [@ravinderk](https://github.com/ravinderk) via [#116](https://github.com/10up/retro-winamp-block/pull/116)). +* **Added:** Support for the WordPress.org plugin preview (props [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul), [@peterwilsoncc](https://github.com/peterwilsoncc), [@ravinderk](https://github.com/ravinderk) via [#116](https://github.com/10up/retro-winamp-block/pull/116), [#118](https://github.com/10up/retro-winamp-block/pull/118)). * **Added:** "Testing" section in the "CONTRIBUTING.md" file (props [@kmgalanakis](https://github.com/kmgalanakis), [@jeffpaul](https://github.com/jeffpaul) via [#132](https://github.com/10up/retro-winamp-block/pull/132)). * **Changed:** Winamp skin preview setting to be on by default (props [@jeffpaul](https://github.com/jeffpaul), [@psorensen](https://github.com/psorensen), [@dkotter](https://github.com/dkotter) via [#124](https://github.com/10up/retro-winamp-block/pull/124)). * **Changed:** Move preview toggle to inspector controls from block controls (props [@jeffpaul](https://github.com/jeffpaul), [@psorensen](https://github.com/psorensen), [@dkotter](https://github.com/dkotter) via [#124](https://github.com/10up/retro-winamp-block/pull/124)). * **Changed:** Nest webamp component inside the block to activate block selection when interacting with the component (props [@jeffpaul](https://github.com/jeffpaul), [@psorensen](https://github.com/psorensen), [@dkotter](https://github.com/dkotter) via [#124](https://github.com/10up/retro-winamp-block/pull/124)). -* **Changed:** Bump WordPress "tested up to" version 6.5 (props [@sudip-md](https://github.com/sudip-md), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#131](https://github.com/10up/retro-winamp-block/pull/131)). +* **Changed:** Bump WordPress "tested up to" version 6.5 (props [@severine-pozzo](https://github.com/severine-pozzo), [@sudip-md](https://github.com/sudip-md), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#114](https://github.com/10up/retro-winamp-block/pull/114), [#131](https://github.com/10up/retro-winamp-block/pull/131)). * **Changed:** Bump WordPress minimum from 6.1 to 6.3 (props [@sudip-md](https://github.com/sudip-md), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#131](https://github.com/10up/retro-winamp-block/pull/131)). * **Changed:** Clean up NPM dependencies and update node to v20 (props [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#123](https://github.com/10up/retro-winamp-block/pull/123)). -* **Changed:** Changed - Replaced [lee-dohm/no-response](https://github.com/lee-dohm/no-response) with [actions/stale](https://github.com/actions/stale) to help with closing no-response/stale issues (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#128](https://github.com/10up/retro-winamp-block/pull/128)). -* **Security:** Updates `axios` from `0.25.0` to `1.6.2` (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#117](https://github.com/10up/retro-winamp-block/pull/117)). -* **Security:** Updates `@wordpress/scripts` from `24.6.0` to `26.19.0` (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#117](https://github.com/10up/retro-winamp-block/pull/117)). -* **Security:** Updates `express` from `4.18.2` to `4.19.2` (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). -* **Security:** Updates `follow-redirects` from `1.15.5` to `1.15.6` (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). -* **Security:** Updates `ip` from `1.1.8` to `1.1.9` (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). -* **Security:** Updates `webpack-dev-middleware` from `5.3.3` to `5.3.4` (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). +* **Changed:** Replaced [lee-dohm/no-response](https://github.com/lee-dohm/no-response) with [actions/stale](https://github.com/actions/stale) to help with closing no-response/stale issues (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#128](https://github.com/10up/retro-winamp-block/pull/128)). +* **Security:** Updates `axios` from 0.25.0 to 1.6.2 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#117](https://github.com/10up/retro-winamp-block/pull/117)). +* **Security:** Updates `@wordpress/scripts` from 24.6.0 to 26.19.0 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#117](https://github.com/10up/retro-winamp-block/pull/117)). +* **Security:** Updates `express` from 4.18.2 to 4.19.2 (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). +* **Security:** Updates `follow-redirects` from 1.15.5 to 1.15.6 (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). +* **Security:** Updates `ip` from 1.1.8 to 1.1.9 (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). +* **Security:** Updates `webpack-dev-middleware` from 5.3.3 to 5.3.4 (props [@dependabot](https://github.com/apps/dependabot), [@desrosj](https://github.com/desrosj), [@Sidsector9](https://github.com/Sidsector9) via [#130](https://github.com/10up/retro-winamp-block/pull/130)). = 1.3.1 - 2023-10-19 = * **Added:** Check for minimum required PHP version before loading the plugin (props [@kmgalanakis](https://github.com/kmgalanakis), [@Sidsector9](https://github.com/Sidsector9) via [#103](https://github.com/10up/retro-winamp-block/pull/103)). @@ -68,6 +68,7 @@ Details on how to create a new skin is available [here](https://github.com/WACUP * **Security:** Bump `word-wrap` from 1.2.3 to 1.2.5 (props [@dependabot](https://github.com/apps/dependabot), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#106](https://github.com/10up/retro-winamp-block/pull/106)). * **Security:** Bump `tough-cookie` from 4.1.2 to 4.1.3 and `@cypress/request` from 2.88.11 to 3.0.1 (props [@dependabot](https://github.com/apps/dependabot), [@Sidsector9](https://github.com/Sidsector9) via [#107](https://github.com/10up/retro-winamp-block/pull/107)). * **Security:** Bump `cypress` from 10.11.0 to 13.1.0 (props [@dependabot](https://github.com/apps/dependabot), [@Sidsector9](https://github.com/Sidsector9) via [#108](https://github.com/10up/retro-winamp-block/pull/108)). +* **Security:** Bump `@cypress/request` from 2.88.11 to 3.0.1 (props [@dependabot](https://github.com/apps/dependabot), [@Sidsector9](https://github.com/Sidsector9) via [#108](https://github.com/10up/retro-winamp-block/pull/108)). * **Security:** Bump `postcss` from 8.4.20 to 8.4.31 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#110](https://github.com/10up/retro-winamp-block/pull/110)). = 1.3.0 - 2023-04-18 = @@ -79,50 +80,7 @@ Details on how to create a new skin is available [here](https://github.com/WACUP * **Security:** Bump `@sideway/formula` from `3.0.0` to `3.0.1` (props [@faisal-alvi](https://github.com/faisal-alvi)) via [#86](https://github.com/10up/retro-winamp-block/pull/86). * **Security:** Bump `webpack` from `5.73.0` to `5.76.2` (props [@faisal-alvi](https://github.com/faisal-alvi)) via [#90](https://github.com/10up/retro-winamp-block/pull/90). -= 1.2.0 - 2023-01-25 = -**Note that this release changes the minimum PHP version to from 5.6 to 7.4.** - -* **Added:** Ability to change player skin from predefined list of skins with an option for custom skin input (props [@zamanq](https://github.com/zamanq), [@Sidsector9](https://github.com/Sidsector9) via [#60](https://github.com/10up/retro-winamp-block/pull/60)). -* **Added:** Support for Milkdrop visualisations (props [@Sidsector9](https://github.com/Sidsector9), [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul), [@iansvo](https://github.com/iansvo) via [#67](https://github.com/10up/retro-winamp-block/pull/67)). -* **Added:** Pre-release build ZIP Github Action workflow (props [@vikrampm1](https://github.com/vikrampm1), [@Sidsector9](https://github.com/Sidsector9), [@iamdharmesh](https://github.com/iamdharmesh) via [#80](https://github.com/10up/retro-winamp-block/pull/80)). -* **Changed:** Bump minimum PHP version from 5.6 to 7.4 (props [@Sidsector9](https://github.com/Sidsector9), [@cadic](https://github.com/cadic) via [#66](https://github.com/10up/retro-winamp-block/pull/66)). -* **Changed:** Bump minimum Node version from 12 to 16 (props [@Sidsector9](https://github.com/Sidsector9), [@cadic](https://github.com/cadic) via [#66](https://github.com/10up/retro-winamp-block/pull/66)). -* **Changed:** Bump minimum Composer version to 2 (props [@Sidsector9](https://github.com/Sidsector9), [@cadic](https://github.com/cadic) via [#66](https://github.com/10up/retro-winamp-block/pull/66)). -* **Changed:** Bump WordPress "tested up to" version to 6.1 ([@jayedul](https://github.com/jayedul), [@dkotter](https://github.com/dkotter) via [#72](https://github.com/10up/retro-winamp-block/pull/72)). -* **Fixed:** Updated initialTracks to include metaData to prevent a LockedStream console error (props [@iansvo](https://github.com/iansvo), [@ajmaurya99](https://github.com/ajmaurya99), [@Sidsector9](https://github.com/Sidsector9), [@cadic](https://github.com/cadic) via [#71](https://github.com/10up/retro-winamp-block/pull/71)). -* **Fixed:** Page jank and scrolling as the Webamp widget loads (props [@iansvo](https://github.com/iansvo), [@cadic](https://github.com/cadic), [@peterwilsoncc](https://github.com/peterwilsoncc), [@Sidsector9](https://github.com/Sidsector9), [@iamdharmesh](https://github.com/iamdharmesh) via [#56](https://github.com/10up/retro-winamp-block/pull/56), [#78](https://github.com/10up/retro-winamp-block/pull/78)). -* **Security:** Bump `terser` from 5.14.1 to 5.14.2 (props [@jeffpaul](https://github.com/jeffpaul) via [#58](https://github.com/10up/retro-winamp-block/pull/58)). -* **Security:** Bump `moment` from 2.29.3 to 2.29.4 (props [@jeffpaul](https://github.com/jeffpaul) via [#58](https://github.com/10up/retro-winamp-block/pull/59)). -* **Security:** Bump `moment-timezone` from 0.5.34 to 0.5.37 (props [@jeffpaul](https://github.com/jeffpaul) via [#58](https://github.com/10up/retro-winamp-block/pull/61)). -* **Security:** Bump `markdown-it` from 12.0.4 to 12.3.2 (props [@faisal-alvi](https://github.com/faisal-alvi) via [#63](https://github.com/10up/retro-winamp-block/pull/63)). -* **Security:** Bump `@wordpress/scripts` from 19.2.4 to 24.3.0 (props [@faisal-alvi](https://github.com/faisal-alvi) via [#63](https://github.com/10up/retro-winamp-block/pull/63)). -* **Security:** Bump `got` from 10.7.0 to 11.8.5 (props [@faisal-alvi](https://github.com/faisal-alvi) via [#62](https://github.com/10up/retro-winamp-block/pull/62)). -* **Security:** Bump `@wordpress/env` from 4.9.0 to 5.4.0 (props [@faisal-alvi](https://github.com/faisal-alvi) via [#62](https://github.com/10up/retro-winamp-block/pull/62)). -* **Security:** Bump `loader-utils` from 2.0.3 to 2.0.4 (props [@Sidsector9](https://github.com/Sidsector9) via [#70](https://github.com/10up/retro-winamp-block/pull/70)). -* **Security:** Bump `simple-git` from 3.14.1 to 3.16.0 (props [@jeffpaul](https://github.com/jeffpaul) via [#73](https://github.com/10up/retro-winamp-block/pull/73), [#82](https://github.com/10up/retro-winamp-block/pull/82)). -* **Security:** Bump `json5` from 1.0.1 to 1.0.2 (props [@peterwilsoncc](https://github.com/peterwilsoncc) via [#76](https://github.com/10up/retro-winamp-block/pull/76)). - -= 1.1.0 - 2021-06-21 = -**Note that this release changes the minimum WordPress version to 5.8 and minimum PHP version to 5.6.** - -* **Added:** PHP 8 compatibility and GitHub Action workflow (props [@Sidsector9](https://github.com/Sidsector9), [@faisal-alvi](https://github.com/faisal-alvi), [@jeffpaul](https://github.com/jeffpaul) via [#39](https://github.com/10up/retro-winamp-block/pull/39)). -* **Added:** Dependency security scanning (props [@jeffpaul](https://github.com/jeffpaul), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#48](https://github.com/10up/retro-winamp-block/pull/48)). -* **Added:** PHPCS ruleset (props [@peterwilsoncc](https://github.com/peterwilsoncc), [@iamdharmesh](https://github.com/iamdharmesh) via [#53](https://github.com/10up/retro-winamp-block/pull/53)). -* **Changed:** Bump WordPress version "tested up to" 6.0 (props [@jeffpaul](https://github.com/jeffpaul), [@sudip-10up](https://github.com/sudip-10up), [@peterwilsoncc](https://github.com/peterwilsoncc), [@dinhtungdu](https://github.com/dinhtungdu), [@vikrampm1](https://github.com/vikrampm1) via [#35](https://github.com/10up/retro-winamp-block/pull/35), [#51](https://github.com/10up/retro-winamp-block/pull/51), [#52](https://github.com/10up/retro-winamp-block/pull/52). -* **Security:** Bump `follow-redirects` from 1.14.5 to 1.14.8 (props [@dependabot](https://github.com/apps/dependabot) via [#36](https://github.com/10up/retro-winamp-block/pull/36)). -* **Security:** Bump `nanoid` from 3.1.30 to 3.3.1 (props [@dependabot](https://github.com/apps/dependabot) via [#37](https://github.com/10up/retro-winamp-block/pull/37)). -* **Security:** Bump `minimist` from 1.2.5 to 1.2.6 (props [@dependabot](https://github.com/apps/dependabot) via [#41](https://github.com/10up/retro-winamp-block/pull/41)). -* **Security:** Bump `ansi-regex` from 4.1.0 to 4.1.1 (props [@dependabot](https://github.com/apps/dependabot) via [#42](https://github.com/10up/retro-winamp-block/pull/42)). -* **Security:** Bump `moment` from 2.29.1 to 2.29.2 (props [@dependabot](https://github.com/apps/dependabot) via [#43](https://github.com/10up/retro-winamp-block/pull/43)). -* **Security:** Bump `async` from 2.6.3 to 2.6.4 (props [@dependabot](https://github.com/apps/dependabot) via [#49](https://github.com/10up/retro-winamp-block/pull/49)). - -= 1.0.1 - 2021-12-08 = -* **Changed:** Documentation and linting updates (props [@dkotter](https://profiles.wordpress.org/dkotter/), [@mitogh](https://profiles.wordpress.org/mitogh/), [@jeffpaul](https://profiles.wordpress.org/jeffpaul/)). -* **Fixed:** WordPress 5.9 compatibility to ensure `useInnerBlocksProps` import works and does not crash the block when selecting audio files (props [@fabiankaegy](https://profiles.wordpress.org/fabiankaegy/), [@helen](https://profiles.wordpress.org/helen/)). -* **Fixed:** `block.json` errors limiting appearance in Block Directory (props [@jeffpaul](https://profiles.wordpress.org/jeffpaul/), [@fabiankaegy](https://profiles.wordpress.org/fabiankaegy/)). - -= 1.0.0 - 2021-11-18 = -* Initial release of the Winamp Block plugin. 🎉 +[View historical changelog details here](https://github.com/10up/retro-winamp-block/blob/develop/CHANGELOG.md). == Upgrade Notice == From b62db3736214628c90642e04c4acc7683cbfdf69 Mon Sep 17 00:00:00 2001 From: Siddharth Thevaril Date: Wed, 26 Jun 2024 16:32:55 +0530 Subject: [PATCH 09/10] fix failing test --- tests/cypress/e2e/block.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cypress/e2e/block.test.js b/tests/cypress/e2e/block.test.js index 7eab9f4..2ed6e53 100644 --- a/tests/cypress/e2e/block.test.js +++ b/tests/cypress/e2e/block.test.js @@ -19,7 +19,7 @@ describe( 'Admin can publish posts with winamp block', () => { cy.get( 'body' ).then( $body => { if ( $body.find( 'button[aria-label="Toggle block inserter"]' ).length > 0 ) { cy.get( 'button[aria-label="Toggle block inserter"]' ).click(); - cy.get( '.components-search-control__input' ).type( 'tenup/winamp-block' ); + cy.get( '.block-editor-inserter__search input' ).type( 'tenup/winamp-block' ); cy.get( '.editor-block-list-item-tenup-winamp-block' ).click(); } else { cy.insertBlock( 'tenup/winamp-block' ); From e29a7ad46d983733b1d33909be8323d3e99a80ce Mon Sep 17 00:00:00 2001 From: Siddharth Thevaril Date: Wed, 26 Jun 2024 16:42:21 +0530 Subject: [PATCH 10/10] try fix for trunk --- tests/cypress/e2e/block.test.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/cypress/e2e/block.test.js b/tests/cypress/e2e/block.test.js index 2ed6e53..9806004 100644 --- a/tests/cypress/e2e/block.test.js +++ b/tests/cypress/e2e/block.test.js @@ -26,9 +26,7 @@ describe( 'Admin can publish posts with winamp block', () => { } } ); // select mp3 - cy.get( - '.wp-block-tenup-winamp-block .components-button.is-tertiary' - ).click(); + cy.get('.wp-block-tenup-winamp-block').contains('button', 'Media Library').click(); cy.get('#menu-item-browse').click(); cy.contains( '.filename div', 'example.mp3' ) .closest( '.thumbnail' )