Skip to content

A bash script to mark all your plugins as tested with the latest version of WordPress

License

Notifications You must be signed in to change notification settings

trey8611/batch-mark-as-tested

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Batch Mark as Tested for WordPress Plugins

Build Status

A simple bash script to update the "Tested up to" version for all your plugins.

Requirements

  • Subversion client
  • Bash
  • sed, grep and awk

Usage

./src/mark.sh plugin-slug,another-plugin-slug 5.2

where plugin-slug,another-plugin-slug is a comma-seperated list of plugin slugs to update and 5.2 is the WordPress version number to use.

It does a checkout of each plugin in the src/plugins/plugin-name directory, finds the stable tag in trunk/readme.txt and replaces the Tested up to: string in the readme of either trunk/readme.txt or the tagged tags/1.2.3/readme.txt. It shows a diff of the change before prompting for a commit confirmation.

Credits

Created by Kaspars Dambis.

About

A bash script to mark all your plugins as tested with the latest version of WordPress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%