New plugin version not shown in wp dashboard

So, you’ve committed your plugin, tagged it, updated the readme.txt and you’re ready to update your installation. You’re reviewing Plugins from your dashboard, hitting F5 every second since, but the new version never shows up, even though you can see the new version in “Other Versions” using the WordPress™ Plugin Directory. Continue reading New plugin version not shown in wp dashboard

Automagically minimize javascript in Eclipse on Windows

The WordPress tool I’m developing uses jQuery scripting. I’ve seen people including a minimized version of the scripting and I think that’s a good approach. I’m using Eclipse on Windows on my development system and it happened more than once that I forgot to include the minimized version of the scripting. I found a solution in my search for a way to do this automatically. Continue reading Automagically minimize javascript in Eclipse on Windows