Changeset 453742
- Timestamp:
- 10/21/2011 08:32:01 AM (13 years ago)
- Location:
- ssp-director-tools/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ssp-director-tools/trunk/includes/api/cache
-
Property
svn:ignore
set to
sspdt
-
Property
svn:ignore
set to
-
ssp-director-tools/trunk/includes/sspdt-options-page.php
r450207 r453742 822 822 if( !isset( $options['model'] ) ) $tmp['model'] = 'gallery'; 823 823 if( !isset( $options['model_id'] ) ) $tmp['model_id'] = '1'; 824 if( !isset( $options['limit'] ) ) $tmp['limit'] = ' 0';824 if( !isset( $options['limit'] ) ) $tmp['limit'] = '24'; 825 825 if( !isset( $options['tags'] ) ) $tmp['tags'] = ''; 826 826 if( !isset( $options['tagmode'] ) ) $tmp['tagmode'] = 'one'; … … 839 839 840 840 if( !isset( $options['titleShow'] ) ) $tmp['titleShow'] = '1'; 841 if( !isset( $options['titlePosition'] ) ) $tmp['titlePosition'] = 'o utside';841 if( !isset( $options['titlePosition'] ) ) $tmp['titlePosition'] = 'over'; 842 842 if( !isset( $options['counterShow'] ) ) $tmp['counterShow'] = '0'; 843 843 -
ssp-director-tools/trunk/readme.txt
r450229 r453742 76 76 == Changelog == 77 77 78 = 1.1.1 = 79 * Changed default settings for number of images to show in photo grids (24) and caption position (over) 80 78 81 = 1.1 = 79 82 * Configurable captions using a subset of IPTC and EXIF tags -
ssp-director-tools/trunk/ssp-director-tools.php
r450229 r453742 3 3 Plugin Name: SSP Director Tools 4 4 Description: SSP Director Tools help you to link content from a SlideShowPro Director installation to WordPress posts and pages. 5 Version: 1.1 5 Version: 1.1.1 6 6 Text Domain: sspdt 7 7 Author: Matthias Scheidl <[email protected]>
Note: See TracChangeset
for help on using the changeset viewer.