Changeset 661707
- Timestamp:
- 01/31/2013 03:53:34 PM (13 years ago)
- Location:
- photostream-sync
- Files:
-
- 3 edited
-
tags/1.0.1/readme.txt (modified) (2 diffs)
-
trunk/photostream-sync.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
photostream-sync/tags/1.0.1/readme.txt
r661691 r661707 40 40 == Installation == 41 41 42 = The plugin = 42 The plugin 43 43 1. Install the plugin 44 44 2. Activate it 45 45 46 = The Photo Streams (iPhone) = 46 The Photo Streams (iPhone) 47 47 1. Open the photos app 48 48 2. Tap "Photo Stream" (bottom) … … 53 53 7. Down at the bottom is the link to the photostream. 54 54 55 = Adding Your Photo Stream = 55 Adding Your Photo Stream 56 56 1. Open your wp-admin 57 57 2. Plugins -> Photostreams -
photostream-sync/trunk/photostream-sync.php
r659570 r661707 5 5 Description: Synchronize your public iCloud photostreams to your WordPress installation. Import images, create gellery posts, and more. 6 6 Author: Demitrious Kelly <[email protected]> 7 Version: 1.0. 17 Version: 1.0.2 8 8 Author URI: http://blog.apokalyptik.com/ 9 9 */ … … 133 133 <tr 134 134 help="<?php esc_attr_e( 'The key for this photostream. Click on it to view the stream in your browser' ); ?>"> 135 <td><?php esc_html_e( 'Photo Stream' ); ?></td>135 <td><?php esc_html_e( 'Photo Stream URL' ); ?></td> 136 136 <td> 137 137 <a href="https://www.icloud.com/photostream/#<?php esc_attr_e( $key ); ?>" … … 272 272 <tbody> 273 273 <tr help="<?php esc_attr_e( 'The key for this photostream.' ); ?>"> 274 <td><?php esc_html_e( 'Photo Stream' ); ?></td>274 <td><?php esc_html_e( 'Photo Stream URL' ); ?></td> 275 275 <td><input type="text" name="photostream[add][stream]" id="add_photostream_stream" placeholder="<?php esc_attr_e('Stream to add'); ?>"/></td> 276 276 </tr> -
photostream-sync/trunk/readme.txt
r661691 r661707 40 40 == Installation == 41 41 42 = The plugin = 42 The plugin 43 43 1. Install the plugin 44 44 2. Activate it 45 45 46 = The Photo Streams (iPhone) = 46 The Photo Streams (iPhone) 47 47 1. Open the photos app 48 48 2. Tap "Photo Stream" (bottom) … … 53 53 7. Down at the bottom is the link to the photostream. 54 54 55 = Adding Your Photo Stream = 55 Adding Your Photo Stream 56 56 1. Open your wp-admin 57 57 2. Plugins -> Photostreams … … 63 63 64 64 == Changelog == 65 66 = 1.0.2 = 67 * usability improvements (props Shaun Andrews) 65 68 66 69 = 1.0.1 =
Note: See TracChangeset
for help on using the changeset viewer.