Changeset 213127
- Timestamp:
- 03/04/2010 07:29:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
automatic-wordpress-backup/trunk/automatic-wordpress-backup.php
r212405 r213127 4 4 Plugin URI: http://www.webdesigncompany.net/automatic-wordpress-backup/ 5 5 Description: Automatically upload backups of important parts of your blog to Amazon S3 6 Version: 1.1.0-dev86 Version: 2.0-beta1 7 7 Author: Dan Coulter 8 8 Author URI: http://dancoulter.com/ … … 40 40 41 41 class cmAWB { 42 static $version = ' 1.1.0-dev7';42 static $version = '2.0-beta1'; 43 43 44 44 /**
Note: See TracChangeset
for help on using the changeset viewer.