Changeset 527370
- Timestamp:
- 04/04/2012 04:09:41 PM (14 years ago)
- Location:
- wp-simple-galleries/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
wp-simple-gallery.css (modified) (1 diff)
-
wp-simple-gallery.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-simple-galleries/trunk/readme.txt
r527201 r527370 4 4 Requires at least: 3.0.0 5 5 Tested up to: 3.3 6 Stable tag: 1.2 6 Stable tag: 1.21 7 7 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LDZBJ2YP5GBRE 8 8 … … 50 50 51 51 == ChangeLog == 52 53 = Version 1.21 = 54 55 * Fixed IE8 issue 52 56 53 57 = Version 1.2 = -
wp-simple-galleries/trunk/wp-simple-gallery.css
r503715 r527370 4 4 } 5 5 #wpsimplegallery li { 6 margin: 5px;6 margin: 0; 7 7 padding: 0; 8 display: block; 9 float: left; 8 display: inline; 9 } 10 #wpsimplegallery li img { 11 margin: 5px 7px; 12 10 13 } 11 14 #wpsimplegallery_container .clearfix:before, -
wp-simple-galleries/trunk/wp-simple-gallery.php
r527201 r527370 2 2 /* 3 3 Plugin Name: WP Simple Galleries 4 Version: 1.2 4 Version: 1.21 5 5 Description: A simple plugin that adds an image gallery to each post and page. 6 6 Plugin URI: http://maca134.co.uk/blog/wp-simple-galleries/ … … 14 14 define('WPSIMPLEGALLERY_URL', WP_PLUGIN_URL . '/' . $plugin_dir); 15 15 define('WPSIMPLEGALLERY_DEBUG', false); 16 define('WPSIMPLEGALLERY_VERSION', 1.2 );16 define('WPSIMPLEGALLERY_VERSION', 1.21); 17 17 18 18
Note: See TracChangeset
for help on using the changeset viewer.