Plugin Directory

Changeset 661707


Ignore:
Timestamp:
01/31/2013 03:53:34 PM (13 years ago)
Author:
apokalyptik
Message:

usability enhancements for trunk. slight readme change for trunk and 1.0.1

Location:
photostream-sync
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • photostream-sync/tags/1.0.1/readme.txt

    r661691 r661707  
    4040== Installation ==
    4141
    42 = The plugin =
     42The plugin
    43431. Install the plugin
    44442. Activate it
    4545
    46 = The Photo Streams (iPhone) =
     46The Photo Streams (iPhone)
    47471. Open the photos app
    48482. Tap "Photo Stream" (bottom)
     
    53537. Down at the bottom is the link to the photostream.
    5454
    55 = Adding Your Photo Stream =
     55Adding Your Photo Stream
    56561. Open your wp-admin
    57572. Plugins -> Photostreams
  • photostream-sync/trunk/photostream-sync.php

    r659570 r661707  
    55Description: Synchronize your public iCloud photostreams to your WordPress installation. Import images, create gellery posts, and more.
    66Author: Demitrious Kelly <[email protected]>
    7 Version: 1.0.1
     7Version: 1.0.2
    88Author URI: http://blog.apokalyptik.com/
    99*/
     
    133133                            <tr
    134134                                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( 'PhotoStream' ); ?></td>
     135                                <td><?php esc_html_e( 'Photo Stream URL' ); ?></td>
    136136                                <td>
    137137                                    <a href="https://www.icloud.com/photostream/#<?php esc_attr_e( $key ); ?>"
     
    272272            <tbody>
    273273                <tr help="<?php esc_attr_e( 'The key for this photostream.' ); ?>">
    274                     <td><?php esc_html_e( 'PhotoStream' ); ?></td>
     274                    <td><?php esc_html_e( 'Photo Stream URL' ); ?></td>
    275275                    <td><input type="text" name="photostream[add][stream]" id="add_photostream_stream" placeholder="<?php esc_attr_e('Stream to add'); ?>"/></td>
    276276                </tr>
  • photostream-sync/trunk/readme.txt

    r661691 r661707  
    4040== Installation ==
    4141
    42 = The plugin =
     42The plugin
    43431. Install the plugin
    44442. Activate it
    4545
    46 = The Photo Streams (iPhone) =
     46The Photo Streams (iPhone)
    47471. Open the photos app
    48482. Tap "Photo Stream" (bottom)
     
    53537. Down at the bottom is the link to the photostream.
    5454
    55 = Adding Your Photo Stream =
     55Adding Your Photo Stream
    56561. Open your wp-admin
    57572. Plugins -> Photostreams
     
    6363
    6464== Changelog ==
     65
     66= 1.0.2 =
     67* usability improvements (props Shaun Andrews)
    6568
    6669= 1.0.1 =
Note: See TracChangeset for help on using the changeset viewer.