Deskripsyon
Checks for the presence of the .svn
directory in each plugin’s directory. Disabled for plugins with their files directly in the /plugins/
directory to prevent false positives.
Also supports other systems through the use of the REVISION_CONTROL
constant. Just set this to the directory created by your revision control system in your wp-config.php
Based on code by PeteMall.
Pag-install
- Upload
no-updates-for-plugins-under-svn.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Mga Review
Wala pang reviews para sa plugin na ito.
Mga Contributor at Developer
Ang “No Updates for Plugins under Revision Control” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.
Mga ContributorIsalin ang “No Updates for Plugins under Revision Control” sa iyong wika.
Interesado sa development?
Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.
Changelog
1.1
- Added support for other revision control systems
- Added plugin meta for controlled plugins
- Changed from strpos() to substr() for update URL check
- Changed name to ‘No Updates for Plugins under Revision Control’
1.0
- First public release