Skip to content

Commit 467d8ab

Browse files
committed
Merge branch 'develop' into trunk
2 parents 367f8a9 + b9f6627 commit 467d8ab

File tree

10 files changed

+5891
-5905
lines changed

10 files changed

+5891
-5905
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
core:
1919
- {name: 'WP latest', version: 'latest'}
20-
- {name: 'WP minimum', version: 'WordPress/WordPress#6.3'}
20+
- {name: 'WP minimum', version: 'WordPress/WordPress#6.6'}
2121
- {name: 'WP trunk', version: 'WordPress/WordPress#master'}
2222
steps:
2323
- name: Checkout

.github/workflows/wordpress-plugin-deploy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@ jobs:
2222
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
2323
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
2424
- name: Upload release asset
25-
uses: actions/upload-release-asset@v1
25+
uses: softprops/action-gh-release@v2
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
with:
29-
upload_url: ${{ github.event.release.upload_url }}
30-
asset_path: ${{ steps.deploy.outputs.zip-path }}
31-
asset_name: ${{ github.event.repository.name }}.zip
32-
asset_content_type: application/zip
29+
files: ${{ github.workspace }}/${{ github.event.repository.name }}.zip

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,28 @@ All notable changes to this project will be documented in this file, per [the Ke
44

55
## [Unreleased] - TBD
66

7-
## [1.3.2] - 2024-06-20
7+
## [1.3.3] - 2025-02-03
8+
**Note that this release bumps the minimum required version of WordPress from 6.3 to 6.6.**
9+
10+
### Changed
11+
- Bump WordPress "tested up to" version 6.7 (props [@sudip-md](https://github.com/sudip-md), [@thrijith](https://github.com/thrijith), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#140](https://github.com/10up/retro-winamp-block/pull/140), [#141](https://github.com/10up/retro-winamp-block/pull/141), [#153](https://github.com/10up/retro-winamp-block/pull/153)).
12+
- Bump WordPress minimum from 6.3 to 6.6 (props [@sudip-md](https://github.com/sudip-md), [@thrijith](https://github.com/thrijith), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#140](https://github.com/10up/retro-winamp-block/pull/140), [#153](https://github.com/10up/retro-winamp-block/pull/153), [#155](https://github.com/10up/retro-winamp-block/pull/155)).
13+
14+
### Fixed
15+
- JavaScript errors in block editor (props [@peterwilsoncc](https://github.com/peterwilsoncc), [@Sidsector9](https://github.com/Sidsector9) via [#134](https://github.com/10up/retro-winamp-block/pull/134)).
16+
- Ensure the WordPress.org plugin preview works as expected (props [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul) via [#143](https://github.com/10up/retro-winamp-block/pull/143), [#144](https://github.com/10up/retro-winamp-block/pull/144)).
17+
18+
### Security
19+
- Update NPM packages (props [@peterwilsoncc](https://github.com/peterwilsoncc), [@Sidsector9](https://github.com/Sidsector9) via [#134](https://github.com/10up/retro-winamp-block/pull/134)).
20+
- Bump `axios` from 1.6.7 to 1.7.4 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#146](https://github.com/10up/retro-winamp-block/pull/146)).
21+
- Bump `webpack` from 5.90.0 to 5.94.0 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#147](https://github.com/10up/retro-winamp-block/pull/147)).
22+
- Bump `@wordpress/scripts` from 27.9.0 to 30.4.0, `express` from 4.19.2 to 4.21.1, `send` from 0.18.0 to 0.19.0 and `serve-static` from 1.15.0 to 1.16.2 (props [@dependabot](https://github.com/apps/dependabot), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#15](https://github.com/10up/retro-winamp-block/pull/155)).
23+
24+
### Developer
25+
- Move from `actions/upload-release-asset` to `softprops/action-gh-release` Github action (props [@Sidsector9](https://github.com/Sidsector9), [@jeffpaul](https://github.com/jeffpaul) via [#142](https://github.com/10up/retro-winamp-block/pull/142)).
26+
- Add WordPress Playground badge and banner image to README and a few other minor tweaks (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#145](https://github.com/10up/retro-winamp-block/pull/145), [#148](https://github.com/10up/retro-winamp-block/pull/148), [#150](https://github.com/10up/retro-winamp-block/pull/150)).
27+
28+
## [1.3.2] - 2024-06-26
829
### Added
930
- 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)).
1031
- "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)).
@@ -117,6 +138,7 @@ All notable changes to this project will be documented in this file, per [the Ke
117138
- Initial release of the Winamp Block plugin. 🎉
118139

119140
[Unreleased]: https://github.com/10up/retro-winamp-block/compare/trunk...develop
141+
[1.3.3]: https://github.com/10up/retro-winamp-block/compare/1.3.2...1.3.3
120142
[1.3.2]: https://github.com/10up/retro-winamp-block/compare/1.3.1...1.3.2
121143
[1.3.1]: https://github.com/10up/retro-winamp-block/compare/1.3.0...1.3.1
122144
[1.3.0]: https://github.com/10up/retro-winamp-block/compare/1.2.0...1.3.0

CREDITS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following individuals are responsible for curating the list of issues, respo
1212

1313
Thank you to all the people who have already contributed to this repository via bug reports, code, design, ideas, project management, translation, testing, etc.
1414

15-
[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).
15+
[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), [Sudip Dadhaniya (@sudip-md)](https://github.com/sudip-md), [Thrijith Thankachan (@thrijith)](https://github.com/thrijith).
1616

1717
## Libraries
1818

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Winamp Block for WordPress
22

3-
> A Winamp-styled audio block for all your retro music player needs.
3+
![Winamp Block](https://github.com/10up/retro-winamp-block/blob/develop/.wordpress-org/banner-1544x500.png)
44

5-
[![Support Level](https://img.shields.io/badge/support-stable-blue.svg)](#support-level) [![Release Version](https://img.shields.io/github/release/10up/retro-winamp-block.svg)](https://github.com/10up/retro-winamp-block/releases/latest) ![WordPress tested up to version](https://img.shields.io/wordpress/plugin/tested/retro-winamp-block?label=WordPress) [![GPLv2 License](https://img.shields.io/github/license/10up/retro-winamp-block.svg)](https://github.com/10up/retro-winamp-block/blob/develop/LICENSE.md)
5+
[![Support Level](https://img.shields.io/badge/support-stable-blue.svg)](#support-level) ![Required PHP Version](https://img.shields.io/wordpress/plugin/required-php/retro-winamp-block?label=Requires%20PHP) ![Required WP Version](https://img.shields.io/wordpress/plugin/wp-version/retro-winamp-block?label=Requires%20WordPress) ![WordPress tested up to version](https://img.shields.io/wordpress/plugin/tested/retro-winamp-block?label=WordPress) [![GPLv2 License](https://img.shields.io/github/license/10up/retro-winamp-block.svg)](https://github.com/10up/retro-winamp-block/blob/develop/LICENSE.md) [![Dependency Review](https://github.com/10up/retro-winamp-block/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/10up/retro-winamp-block/actions/workflows/dependency-review.yml) [![E2E test](https://github.com/10up/retro-winamp-block/actions/workflows/cypress.yml/badge.svg)](https://github.com/10up/retro-winamp-block/actions/workflows/cypress.yml) [![JS and CSS lint](https://github.com/10up/retro-winamp-block/actions/workflows/eslint.yml/badge.svg)](https://github.com/10up/retro-winamp-block/actions/workflows/eslint.yml) [![PHPCS](https://github.com/10up/retro-winamp-block/actions/workflows/phpcs.yml/badge.svg)](https://github.com/10up/retro-winamp-block/actions/workflows/phpcs.yml) [![PHP Compatibility](https://github.com/10up/retro-winamp-block/actions/workflows/php-compatibility.yml/badge.svg)](https://github.com/10up/retro-winamp-block/actions/workflows/php-compatibility.yml) [![CodeQL](https://github.com/10up/retro-winamp-block/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/10up/retro-winamp-block/actions/workflows/codeql-analysis.yml) [![WordPress Playground Demo](https://img.shields.io/wordpress/plugin/v/retro-winamp-block?logo=wordpress&logoColor=FFFFFF&label=Playground%20Demo&labelColor=3858E9&color=3858E9)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/10up/retro-winamp-block/add/playground-1/.wordpress-org/blueprints/blueprint.json)
66

7-
[![E2E test](https://github.com/10up/retro-winamp-block/actions/workflows/cypress.yml/badge.svg)](https://github.com/10up/retro-winamp-block/actions/workflows/cypress.yml) [![JS and CSS lint](https://github.com/10up/retro-winamp-block/actions/workflows/eslint.yml/badge.svg)](https://github.com/10up/retro-winamp-block/actions/workflows/eslint.yml) [![PHPCS](https://github.com/10up/retro-winamp-block/actions/workflows/phpcs.yml/badge.svg)](https://github.com/10up/retro-winamp-block/actions/workflows/phpcs.yml) [![PHP Compatibility](https://github.com/10up/retro-winamp-block/actions/workflows/php-compatibility.yml/badge.svg)](https://github.com/10up/retro-winamp-block/actions/workflows/php-compatibility.yml)
7+
> A Winamp-styled audio block for all your retro music player needs.
88
99
## Overview
1010

@@ -19,7 +19,7 @@ Do you miss the days of filling up your computer's harddrive with MP3 files, bur
1919
## Requirements
2020

2121
* PHP >=7.4
22-
* [WordPress](http://wordpress.org/) >=6.1
22+
* [WordPress](http://wordpress.org/) >=6.6
2323

2424
## Installation
2525

0 commit comments

Comments
 (0)