Plugin Directory

Changeset 444785


Ignore:
Timestamp:
09/28/2011 02:12:53 PM (14 years ago)
Author:
zingiri
Message:

0.9.2

Location:
bookings/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • bookings/trunk/bookings.php

    r440694 r444785  
    55 Description: Bookings is a powerful reservations scheduler.
    66 Author: Zingiri
    7  Version: 0.9.1
     7 Version: 0.9.2
    88 Author URI: http://www.zingiri.net/
    99 */
    1010
    11 define("BOOKINGS_VERSION","0.9.1");
     11define("BOOKINGS_VERSION","0.9.2");
    1212
    1313// Pre-2.6 compatibility for wp-content folder location
  • bookings/trunk/controlpanel.php

    r440694 r444785  
    9898<form method="post">
    9999
    100 <?php require(__DIR__.'/includes/cpedit.inc.php')?>
     100<?php require(dirname(__FILE__).'/includes/cpedit.inc.php')?>
    101101
    102102<p class="submit"><input name="install" type="submit" value="<?php echo $submit;?>" /> <input
  • bookings/trunk/css/admin.css

    r439859 r444785  
    1010}
    1111
     12#bookings {
     13    /*max-width: 1000px;*/
     14}
  • bookings/trunk/readme.txt

    r440694 r444785  
    55Requires at least: 2.1.7
    66Tested up to: 3.2.1
    7 Stable tag: 0.9.1
     7Stable tag: 0.9.2
    88
    99Bookings is a powerful reservations scheduler.
     
    29293. Include the code [bookings] in any page to display the bookings form
    3030
    31 Please visit the [Zingiri](http://forums.zingiri.net "Zingiri Support Forum") for more information and support.
     31Please visit [Zingiri](http://www.zingiri.net/plugins-and-addons/bookings/#installation "Zingiri") for more information and support.
    3232
    3333== Frequently Asked Questions ==
    3434
    35 Please visit the [Zingiri](http://forums.zingiri.net/forumdisplay.php?fid=56 "Zingiri Support Forum") for more information and support.
     35Please visit the [Zingiri Support Forums](http://forums.zingiri.net/forumdisplay.php?fid=60 "Zingiri Support Forum") for more information and support.
    3636
    3737== Screenshots ==
    3838
    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.
     39Screenshots will be coming soon [here](http://www.zingiri.net/plugins-and-addons/bookings/ "screenshots").
    4440
    4541== Changelog ==
     42
     43= 0.9.2 =
     44* Fixed issue with installations running PHP 5.2 or lower
     45* Updated documentation and support links
    4646
    4747= 0.9.1 =
Note: See TracChangeset for help on using the changeset viewer.