ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი 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.

მონაწილეები & დეველოპერები

“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