akirk / enable-mastodon-apps

Allow accessing your WordPress blog with Mastodon clients
https://wordpress.org/plugins/enable-mastodon-apps
GNU General Public License v2.0
36 stars 6 forks source link

generate ENABLE_MASTODON_APPS_VERSION from plugin meta #75

Closed pfefferle closed 6 months ago

pfefferle commented 8 months ago

This helps to prevent version deviations.

toolstack commented 8 months ago

That looks like a lot of overhead, a file read and parse, just to get a hard coded value that is just a few lines above.

Yes, mistakes can be made when updating for a release (done that myself before)... but this seems like overkill.