Bump version to 2.0.10 with improved plugin details popup display

This commit is contained in:
2025-04-13 02:39:42 +01:00
parent 4c9e8d5a7b
commit e549a74394
8 changed files with 162 additions and 21 deletions

View File

@ -52,6 +52,10 @@ cd ..
if [ -f "$ZIP_FILE" ]; then
echo "✅ Build successful: $ZIP_FILE created"
echo "File path: $(pwd)/$ZIP_FILE"
# Deploy to local WordPress installation
echo "\nDeploying to local WordPress installation..."
./scripts/deploy-local.sh
else
echo "❌ Build failed: ZIP file was not created"
exit 1