Овај додатак није испробан са последња 3 главна издања Вордпреса.Можда се више не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

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

Прегледи

Нема рецензија за овај додатак.

Сарадници и градитељи

„No Updates for Plugins under Revision Control“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

Преведите „No Updates for Plugins under Revision Control“ на свој језик.

Заинтересовани сте за градњу?

Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.

Белешка о изменама

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