calcom / wp-plugin

GNU Affero General Public License v3.0
9 stars 5 forks source link

Update the plugin #7

Open jdevalk opened 8 months ago

jdevalk commented 8 months ago

Hi team!

Currently, when you go to the Cal.com plugin page, you see this:

CleanShot 2024-01-01 at 18 50 51@2x

I think you'll agree with me that that is a bad experience. The fix is simple: test with the latest version of WordPress, and then update the readme.txt file to change the tested up to number to the latest release. Then set a recurring task to do that a couple of times a year :)

felipeelia commented 8 months ago

Jumping in just to say there is a GitHub action that can check if a new WP version was released and automatically open an issue here at GitHub. An example can be found here: https://github.com/10up/ElasticPress/blob/develop/.github/workflows/wordpress-latest.yml :)

PeerRich commented 8 months ago

Jumping in just to say there is a GitHub action that can check if a new WP version was released and automatically open an issue here at GitHub. An example can be found here: https://github.com/10up/ElasticPress/blob/develop/.github/workflows/wordpress-latest.yml :)

thanks! opened!