event-tickets icon indicating copy to clipboard operation
event-tickets copied to clipboard

Event Tickets allows your visitors to RSVP and buy tickets to events on your site. Also works seamlessly with The Events Calendar.

Results 42 event-tickets issues
Sort by recently updated
recently updated
newest added

Removes [ejs](https://github.com/mde/ejs). It's no longer used after updating ancestor dependency [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer). These dependencies need to be updated together. Removes `ejs` Updates `webpack-bundle-analyzer` from 3.9.0 to 4.6.1 Changelog Sourced from webpack-bundle-analyzer's...

dependencies
javascript

### 🎫 Ticket [TBD] ### 🗒️ Description This addresses a problem with `composer.json` where the incorrect package is being referenced (package doesn't exist). This was a typo from a while...

### 🎫 Ticket [ET-1707] ### 🗒️ Description - Updating attendees page layout. - Adding new general attendees page. - Moving attendees information to a new modal. ### 🎥 Artifacts https://github.com/the-events-calendar/event-tickets-wallet-plus/assets/252415/1de13a96-859a-494e-a469-0fc27c1f5e0c...

code review

JS Jest tests have been failing for some time now and we need them to be fixed. JS needs tests, too. ;-)

This PR follows the #2977 one to restore the disabled test case based on the work done in the [Common #2065](https://github.com/the-events-calendar/tribe-common/pull/2065)

hold

### 🎫 Ticket [TICKET_ID] ### 🗒️ Description ### 🎥 Artifacts ### ✔️ Checklist - [ ] I've included a changelog entry in the readme.txt file. - [ ] My code...

### 🗒️ Description Include Telemetry data about how we are using Event Tickets to improve deprecation of old code and guide proper feature development. It for sure doesn't include all...

code review
needs release
innovation

### 🎫 Ticket [GTRIA-1126] ### 🗒️ Description The counting logic for the total number of available tickets on the attendees page did not account for shared capacity tickets correctly. All...

needs release

This has no ticket (yet) - it just addresses a few reported warnings about dynamic properties in php 8.1+

code review
needs release

This plugin sets its minimum PHP version as 7.4 in the readme.txt. As of PHP 7.4 `implode()` changes the order of its arguments from 'Array, Separator' to 'Separator, 'Array'. As...