This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

No Updates for Plugins under Revision Control

विवरण

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.

इंस्टॉलेशन

  1. Upload no-updates-for-plugins-under-svn.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

समीक्षाएं

There are no reviews for this plugin.

सहायक &डेवलपर्स

यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।

योगदानकर्ता

बदलाव विवरण

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