Plugin Directory

Changeset 1022349


Ignore:
Timestamp:
11/09/2014 07:22:24 AM (11 years ago)
Author:
blocknot.es
Message:

Small change to name

Location:
netcam-live-stream/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • netcam-live-stream/trunk/netcam-live-stream.php

    r1022347 r1022349  
    11<?php
    22/**
    3  * Plugin Name: Netcam Live Stream
     3 * Plugin Name: Netcam / Webcam Live Stream
    44 * Plugin URI: http://blocknot.es/
    55 * Description: Add a live video stream from a netcam / webcam in posts or pages
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Author: Mattia Roccoberton
    88 * Author URI: http://blocknot.es
  • netcam-live-stream/trunk/readme.txt

    r1022347 r1022349  
    1 === Netcam Live Stream ===
     1=== Netcam / Webcam Live Stream ===
    22Contributors: blocknot.es
    33Tags: images,video
     
    55Requires at least: 3.5.0
    66Tested up to: 4.0
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPL3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     
    1818
    1919* url (required): webcam URL to a single image of the live stream
    20 * refresh: image reload time in milliseconds
     20* refresh: image reload time in milliseconds (default: 1000)
    2121* width: image width (ex. 100%, 640)
    2222* height: image height (ex. 50%, 480)
     23* click: enable/disable click event to freeze the current image
    2324
    2425Example:
Note: See TracChangeset for help on using the changeset viewer.