Fix issues for WordPress.org release #77

Merged
linos merged 11 commits from wp_org_fix into main 2024-11-16 19:38:29 +01:00
Showing only changes of commit c20fb92543 - Show all commits

View file

@ -208,7 +208,7 @@ install_wp_plugin() {
fi
# Get the latest tag.
if [ -z "$2" ]
if [ -z "$2" ]; then
LATEST_TAG=$(svn log https://plugins.svn.wordpress.org/$PLUGIN_NAME/tags --limit 1 | awk 'NR == 4 { print $4 }')
PLUGIN_VERSION=$LATEST_TAG
else