=== PhotoShow WP Gallery Shortcode === 
Plugin Name: PhotoShow
Plugin URI: http://codecanyon.net/item/photoshow-for-wordpress/243448
Description: A image gallery plugin for WordPress. 
Author: makfak
Author URI: http://www.codecanyon.net/user/makfak
Version: 1.25

== Description ==

PhotoShow takes advantage of the built in gallery features of WordPress.
The plugin automatically adds any images attached to the post or page into the gallery.
Simply use the shortcode [photoShow] or [photoshow] in the post or page content. 

== Installation == 

1. Upload '/photoShow/' to the '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Upload some photos to the post or page where you want the gallery
3. Place the shortcode [photoshow] in your content
4. Additional information and configuration is on the PhotoShow Admin page 
    (/wp-admin/admin.php?page=photoShow.php)

== Changelog ==
= 1.25 =
* Bug Fix: corrects a bug that caused images to display that aren't in the specified gallery
* Bug Fix: corrects a bug that prevented the lightbox from being bound correctly
* Enhancement: moves to PhotoShow (JS) v1.7

= 1.2 =
* Enhancement: adds NextGallery support
* Enhancement: adds Widget support
* Enhancement: adds Template Tag support
* Enhancement: adds "randomize" option
* Enhancement: adds the ability to use a custom lightbox
* Enhancement: adds ability to have the same gallery appear multiple times on the same page

= 1.1 =
* Bug Fix: corrects a bug that sometimes prevented the gallery from displaying (PHP 1.1)
* Enhancement: moves to PhotoShow (JS) v1.6

= 1.0 =
* Initial Release