Changeset 444785
- Timestamp:
- 09/28/2011 02:12:53 PM (14 years ago)
- Location:
- bookings/trunk
- Files:
-
- 4 edited
-
bookings.php (modified) (1 diff)
-
controlpanel.php (modified) (1 diff)
-
css/admin.css (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bookings/trunk/bookings.php
r440694 r444785 5 5 Description: Bookings is a powerful reservations scheduler. 6 6 Author: Zingiri 7 Version: 0.9. 17 Version: 0.9.2 8 8 Author URI: http://www.zingiri.net/ 9 9 */ 10 10 11 define("BOOKINGS_VERSION","0.9. 1");11 define("BOOKINGS_VERSION","0.9.2"); 12 12 13 13 // Pre-2.6 compatibility for wp-content folder location -
bookings/trunk/controlpanel.php
r440694 r444785 98 98 <form method="post"> 99 99 100 <?php require( __DIR__.'/includes/cpedit.inc.php')?>100 <?php require(dirname(__FILE__).'/includes/cpedit.inc.php')?> 101 101 102 102 <p class="submit"><input name="install" type="submit" value="<?php echo $submit;?>" /> <input -
bookings/trunk/css/admin.css
r439859 r444785 10 10 } 11 11 12 #bookings { 13 /*max-width: 1000px;*/ 14 } -
bookings/trunk/readme.txt
r440694 r444785 5 5 Requires at least: 2.1.7 6 6 Tested up to: 3.2.1 7 Stable tag: 0.9. 17 Stable tag: 0.9.2 8 8 9 9 Bookings is a powerful reservations scheduler. … … 29 29 3. Include the code [bookings] in any page to display the bookings form 30 30 31 Please visit the [Zingiri](http://forums.zingiri.net "Zingiri Support Forum") for more information and support.31 Please visit [Zingiri](http://www.zingiri.net/plugins-and-addons/bookings/#installation "Zingiri") for more information and support. 32 32 33 33 == Frequently Asked Questions == 34 34 35 Please visit the [Zingiri ](http://forums.zingiri.net/forumdisplay.php?fid=56"Zingiri Support Forum") for more information and support.35 Please visit the [Zingiri Support Forums](http://forums.zingiri.net/forumdisplay.php?fid=60 "Zingiri Support Forum") for more information and support. 36 36 37 37 == Screenshots == 38 38 39 No screenshots here but have a look at [our site](http://www.zingiri.net/portal/ "our site") to see it in action. 40 41 == Upgrade Notice == 42 43 Simply go to the Wordpress Settings page for the plugins and click the Upgrade button. 39 Screenshots will be coming soon [here](http://www.zingiri.net/plugins-and-addons/bookings/ "screenshots"). 44 40 45 41 == Changelog == 42 43 = 0.9.2 = 44 * Fixed issue with installations running PHP 5.2 or lower 45 * Updated documentation and support links 46 46 47 47 = 0.9.1 =
Note: See TracChangeset
for help on using the changeset viewer.