Plugin development: How many plugin and WordPress version combinations to support?

I’m developing a plugin (my first plugin), and I wonder how to think about [supporting and testing various plugin version and WordPress version combinations]. For example, if I develop a plugin, and release versions 1.0 and 1.1 and 2.0. Meanwhile, WordPress releases versions 3.2, 3.3 and 3.4. Now, at the one extreme: Should I assume … Read more

Where to find WordPress API changes for each version released

When I go here to download WordPress – https://wordpress.org/download/, is there a page either on the web or nested within the folders of the downloaded package that will explain any core code modifications (i.e. new or refactored WordPress API components) within the latest version? I’m trying to learn what major API changes have been introduced … Read more

Where the WordPress Core Translation is “actually” taking place?

I’m a WordPress Core Bengali translator, currently translating and/or fixing existing translations of WordPress 3.8x Bengali in Translate.WordPress.org. Suddenly, yesterday I got an update notification in all my WPLANG ‘bn_BD‘ sites that, a new version of WordPress Bengali for WordPress 3.9 has come, so update your system. After the update I found a bluff update, … Read more

How to make alert for new version on theme options?

Let say my theme host on my server. User download my theme and use it. Now I want notify @ alert for new version of my theme. Example to show “New version has been release. Please download at …” How to do that? 1 Answer 1 see: http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api Basically the idea is to hook your … Read more