Changeset 893358
- Timestamp:
- 04/15/2014 03:23:28 AM (12 years ago)
- Location:
- birchschedule/trunk
- Files:
-
- 2 edited
-
birchschedule.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
birchschedule/trunk/birchschedule.php
r893218 r893358 5 5 Plugin URI: http://www.birchpress.com 6 6 Description: An appointment booking and online scheduling plugin that allows service businesses to take online bookings. 7 Version: 1.7. 37 Version: 1.7.4 8 8 Author: BirchPress 9 9 Author URI: http://www.birchpress.com … … 45 45 require_once 'includes/legacy_hooks.php'; 46 46 47 $birchschedule->product_version = '1.7. 3';47 $birchschedule->product_version = '1.7.4'; 48 48 $birchschedule->product_name = 'BirchPress Scheduler'; 49 49 $birchschedule->product_code = 'birchschedule'; -
birchschedule/trunk/readme.txt
r893218 r893358 4 4 Requires at least: 3.4 5 5 Tested up to: 3.8.1 6 Stable tag: 1.7. 36 Stable tag: 1.7.4 7 7 8 8 BirchPress Scheduler is an appointment booking and online scheduling plugin that allows service businesses to take online bookings. … … 88 88 == Changelog == 89 89 90 = 1.7.4 = 91 * URGENT BUG FIX: staff and service setting can not be saved correctly. 92 90 93 = 1.7.3 = 91 94 * Bug Fix: work around a PHP core related bug that exists in some versions of PHP
Note: See TracChangeset
for help on using the changeset viewer.