- Timestamp:
- 09/05/08 07:50:00 (3 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
plog-load-config.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plog-load-config.php
r577 r581 105 105 $revision = substr($revision, strpos($revision, ' ')+1, strrpos($revision, ' ')-strpos($revision, ' ')-1); 106 106 107 $config['version'] = 'Version 3.2.' . $revision . ' Beta';107 $config['version'] = 'Version 1.0beta3 rev. ' . $revision; 108 108 109 109 // charset set with HTTP headers has higher priority than that set in HTML head section -
trunk/readme.txt
r550 r581 15 15 That's it! 16 16 17 Version: 3.217 Version: 1.0beta3 18 18 19 UPGRADE FROM 1.0 19 UPGRADE FROM 1.0beta1 20 20 ================ 21 21 If you are upgrading from 1.0 or any checked out test version, Follow these simple instructions: … … 24 24 2.) Run _upgrade.php 25 25 26 UPGRADE FROM 2.026 UPGRADE FROM 1.0beta2 27 27 ================ 28 28 If you are upgrading from 2.0 or any checked out test version, Follow these simple instructions:
