Plugin Directory

Changeset 2391885


Ignore:
Timestamp:
10/01/2020 06:39:49 PM (6 years ago)
Author:
jimadamsdev
Message:

Updates for version 1.06

Location:
voice2app/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • voice2app/trunk/classes/pages/class-general.php

    r2262042 r2391885  
    3232    $url = 'https://voice2app.com/api/narration/getnarration';
    3333    $postcontent = str_replace(" ", " ", $post['var_3']);
     34    //$postcontentfinal = str_replace("\n", " ", $postcontent);
     35   
    3436    $data = array(
    3537      "description" => $post['var_2'],
  • voice2app/trunk/readme.txt

    r2350072 r2391885  
    44Requires at least: 4.6
    55Tested up to: 5.4.2
    6 Stable tag: 1.05
     6Stable tag: 1.06
    77Requires PHP: 5.2.4
    88License: GPLv2 or later
     
    7171== Changelog ==
    7272
     73= 1.06 =
     74* This version supports both voice messaging and narration
     75* Updates to increase the size of text and gifs
     76
    7377= 1.04 =
    7478* This version supports both voice messaging and narration
     
    8892
    8993== Upgrade Notice ==
    90 = 1.02 =
     94= 1.04 =
    9195This upgrade added gifs for processing and other updates to the messaging dialog.
    9296
  • voice2app/trunk/voice-2-app.php

    r2350067 r2391885  
    33/**
    44 *
    5  * @since             1.0.4
     5 * @since             1.0.5
    66 * @package           aMpVoice2App
    77 *
     
    99 * Plugin Name:       Voice2App
    1010 * Description:       Voice2App – A software service that provides audio super powers
    11  * Version:           1.0.4
     11 * Version:           1.0.5
    1212 * Author:            Jim Adams
    1313 * Author URI:        https://www.adamstechsols.com/
     
    133133
    134134    $actual_link = plugin_dir_url( __FILE__ );
    135     $src = $actual_link.'assets/images/Bars-1s-38px.gif';
     135    $src = $actual_link.'assets/images/Bars-1s-58px.gif';
    136136    $src2 = $actual_link.'assets/images/Spinner-1s-58px.gif';
    137137   
     
    165165                                    }
    166166                                    .voice-modal label {
    167                                         font-weight: 200;
    168                                       color: #616161;
    169                                        margin-top: 15px;
     167                                        font-weight: 700;
     168                                        font-size: 16px;
     169                                        color: #000000;
     170                                        margin-top: 15px;
    170171                                    }
     172
     173                                   
    171174                    </style>
    172175                    <div id="success" style="display:none" class="message-success">
     
    184187                       
    185188                        </div>
    186                         <div id="message-container" style="display:none;margin-top:15px">
    187                             <audio id="audio-element" preload="auto" controls src=""></audio>
    188                             <button class="btn btn-danger" id="delete-recording" onclick="deleteRecording()"><i class="fas fa-trash-alt"></i></button>
     189                        <div id="message-container" style="display:none;margin-top:1px;width:80%;">
     190                            <audio id="audio-element" preload="auto" controls src=""></audio>
     191                            &nbsp;
     192                            <button class="btn btn-danger" id="delete-recording" onclick="deleteRecording()"><i class="fas fa-trash"  style="color:black;padding-top:5px;"></i></button>                           
    189193                        </div>
    190194                        <table class="border-none">
Note: See TracChangeset for help on using the changeset viewer.