Changeset 1507572
- Timestamp:
- 10/03/2016 04:48:00 PM (9 years ago)
- Location:
- wp-voice-recorder
- Files:
-
- 3 edited
-
tags/1.1/js/jRecorder.js (modified) (1 diff)
-
tags/1.1/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-voice-recorder/tags/1.1/js/jRecorder.js
r1400943 r1507572 87 87 } 88 88 jRecorderSettings = settings; 89 if( $.browser.msie && Number($.browser.version) <= 8) {89 if(typeof $.browser != 'undefined' && $.browser.msie && Number($.browser.version) <= 8) { 90 90 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>'; 91 91 -
wp-voice-recorder/tags/1.1/readme.txt
r1400943 r1507572 1 1 === WP Voice Recorder === 2 2 Contributors: Kumar Parth 3 Tags: WordPress,Voice Recorder, posts record , comment record, audio recording for pages3 Tags: WordPress,Voice Recorder, posts record 4 4 Requires at least: 3.1 5 Tested up to: 4. 15 Tested up to: 4.6.1 6 6 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 WP Voice Recorder can help us to record the posts and p ages and play them in the front end and also record comments too.10 WP Voice Recorder can help us to record the posts and play them in the front end. 11 11 12 12 == Description == 13 13 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.14 WP 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. 15 15 16 16 … … 19 19 1. Download and extract `wp-voice-recorder.zip` to `wp-content/plugins/` 20 20 2. 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.21 3. It will create a recorder in each posts editor and there you can record your voice and publish or update your posts. 22 22 23 23 Special Thanks to … … 35 35 == Changelog == 36 36 # 1.1 - Removed the dropbox account feature. 37 # 1.2 - Added comment recording and audio recording in pages too.38 39 37 40 38 = Version 1.1 = 41 39 42 * New version updated. 43 40 * Fixed the missing files issue 44 41 45 42 == Upgrade Notice == 46 - Upgrade to new version to record comments and pages too.47 43 48 44 == Screenshots == 49 45 2. screenshot-1.png 50 46 3. screenshot-2.png 51 4. screenshot-3.png52 5. screenshot-4.png -
wp-voice-recorder/trunk/readme.txt
r1507559 r1507572 4 4 Requires at least: 3.1 5 5 Tested up to: 4.6.1 6 Stable tag: 1. 26 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 36 36 # 1.1 - Removed the dropbox account feature. 37 37 38 = Version 1.2 =39 40 * Added missing files in repo41 42 38 = Version 1.1 = 43 39 44 * Initial public release. 45 40 * Fixed the missing files issue 46 41 47 42 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.