Plugin Directory

Changeset 1507572


Ignore:
Timestamp:
10/03/2016 04:48:00 PM (9 years ago)
Author:
parth.kumar
Message:

Adding Version 1.1 and fixed the missing files issue

Location:
wp-voice-recorder
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-voice-recorder/tags/1.1/js/jRecorder.js

    r1400943 r1507572  
    8787                         }
    8888                        jRecorderSettings = settings;
    89                             if($.browser.msie && Number($.browser.version) <= 8) {
     89                            if(typeof $.browser != 'undefined' &&  $.browser.msie && Number($.browser.version) <= 8) {
    9090                            var objStr = '<object  name="'+ settings['recorder_name'] +'" id="' + settings['recorder_id'] + '" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="'+ settings['rec_width'] +'" height="'+ settings['rec_height']+'"></object>';
    9191
  • wp-voice-recorder/tags/1.1/readme.txt

    r1400943 r1507572  
    11=== WP Voice Recorder ===
    22Contributors: Kumar Parth   
    3 Tags: WordPress,Voice Recorder, posts record, comment record, audio recording for pages
     3Tags: WordPress,Voice Recorder, posts record
    44Requires at least: 3.1
    5 Tested up to: 4.1
     5Tested up to: 4.6.1
    66Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 WP Voice Recorder can help us to record the posts and pages and play them in the front end and also record comments too.
     10WP Voice Recorder can help us to record the posts and play them in the front end.
    1111
    1212== Description ==
    1313
    14 WP Voice Recorder can help us to record the posts, pages and play them in the front end. It also let us record comments too. It allows us to save the recorded audios into your uploads folder in wordpress install.
     14WP Voice Recorder can help us to record the posts and play them in the front end. It allows us to save the recorded audios into your uploads folder in wordpress install.
    1515
    1616
     
    19191. Download and extract `wp-voice-recorder.zip` to `wp-content/plugins/`
    20202. Activate the plugin through the 'Plugins' menu in WordPress.
    21 3. It will create a recorder in each posts editor and there you can record your voice and publish or update your posts as well as pages. And a recorder appears for the comments too.
     213. It will create a recorder in each posts editor and there you can record your voice and publish or update your posts.
    2222
    2323Special Thanks to
     
    3535== Changelog ==
    3636# 1.1 - Removed the dropbox account feature.
    37 # 1.2 - Added comment recording and audio recording in pages too.
    38 
    3937
    4038= Version 1.1 =
    4139
    42 * New version updated.
    43 
     40* Fixed the missing files issue
    4441
    4542== Upgrade Notice ==
    46 - Upgrade to new version to record comments and pages too.
    4743
    4844== Screenshots ==
    49452. screenshot-1.png
    50463. screenshot-2.png
    51 4. screenshot-3.png
    52 5. screenshot-4.png
  • wp-voice-recorder/trunk/readme.txt

    r1507559 r1507572  
    44Requires at least: 3.1
    55Tested up to: 4.6.1
    6 Stable tag: 1.2
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3636# 1.1 - Removed the dropbox account feature.
    3737
    38 = Version 1.2 =
    39 
    40 * Added missing files in repo
    41 
    4238= Version 1.1 =
    4339
    44 * Initial public release.
    45 
     40* Fixed the missing files issue
    4641
    4742== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.