Plugin Directory

Changeset 900140


Ignore:
Timestamp:
04/22/2014 01:18:39 PM (12 years ago)
Author:
TCattitude
Message:

readme fixes

Location:
vidsy/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vidsy/trunk/admin/metabox.php

    r899471 r900140  
    4545                                ); //limit meta box to certain post types
    4646                                if (in_array($post_type, $post_types)) {
    47                                                 add_meta_box('vidsytv_metabox', __('Vidsy.tv Videos', 'vidsytv') , array(
     47                                                add_meta_box('vidsytv_metabox', __('Related Videos', 'vidsytv') , array(
    4848                                                                $this,
    4949                                                                'render_meta_box_content'
     
    103103                                ?>
    104104                                <p>
    105                                     Auto-insert Videos from Vidsy after the post content.
     105                                    Auto insert related videos from your Vidsy.tv collection, after the post content.
    106106                                </p>
    107107                                <p>
     
    109109                                </p>
    110110                                <p>
    111                                     <strong>Select which video will be shown</strong><br/>Recent or from a Playlist.
     111                                    <strong>Select the source for your related videos</strong>
    112112                                </p>
    113113                                <p>
     
    152152?>
    153153                            <select id="vidsytv_auto_playlist" name="vidsytv_auto_playlist">
    154                                     <option value="recent" <?php if (isset($vmeta_auto_playlist)) selected($vmeta_auto_playlist, 'recent'); ?>>Recent Videos</option>
     154                                    <option value="recent" <?php if (isset($vmeta_auto_playlist)) selected($vmeta_auto_playlist, 'recent'); ?>>All Recent Videos</option>
    155155
    156156                                <?php
     
    174174                                </p>
    175175                                <p>
    176                                     <strong>Theme</strong>
     176                                    <strong>Background</strong>
    177177                                </p>
    178178                                <p>
  • vidsy/trunk/readme.txt

    r899471 r900140  
    11=== Vidsy.tv Video Gallery and Video CMS ===
    22Contributors: tcattitude, ramirotenorio
    3 Tags: video, gallery, galleries, playlist, cms, embed, youtube, vimeo, ustream, shortcode, player, widget, skins, mobile
     3Tags: video, gallery, galleries, playlist, cms, embed, youtube, vimeo, ustream, shortcode, player, widget, skins, mobile, video-gallery
    44Requires at least: 3.5.1
    55Tested up to: 3.9
    6 Stable tag: 1.0.6.0
     6Stable tag: 1.0.6.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    42423. Go to Appearance -> Widgets and add any of our Vidsy's Widgets to your theme's widget areas (configure them as you like)
    43434. Use the Vidsy Wizard; a button located at your post/page editor (look for Vidsy's logo) to easily insert our shortcode to display your full-site or a player with a playlist or your recent videos inside any page or post.
    44 5. You can also use the auto-insert videos box, located below the Publish box in the new page/post page in wp-admin.
     445. You can also use the "related videos" box, located below the Publish box in the new page/post page in wp-admin, to auto insert videos after your posts content (per post/page setting).
    4545
    4646== Frequently Asked Questions ==
     
    9898
    9999= 1.0.6.0 =
    100 * New metabox in post/page editing. You can now auto insert a horizontal "related" videos (from your recent videos or a single playlist, you choose) after the post content.
     100* New "related videos" metabox in post/page editing. You can now auto insert a horizontal related videos (from your recent videos or a single playlist, you choose) after the post content.
    101101
    102102= 1.0.5.4 =
  • vidsy/trunk/vidsy.php

    r899471 r900140  
    55Plugin URI: https://wordpress.org/plugins/vidsy/
    66Description: WordPress integration with Vidsy.tv
    7 Version: 1.0.6.0
     7Version: 1.0.6.1
    88Author: Vidsy.tv
    99Author URI: http://vidsy.tv
Note: See TracChangeset for help on using the changeset viewer.