Plugin Directory

Changeset 2156380


Ignore:
Timestamp:
09/14/2019 12:47:56 AM (7 years ago)
Author:
earnware
Message:

Markup Changes

Location:
earnware-connect/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • earnware-connect/trunk/README.txt

    r2156376 r2156380  
    3232
    3333== Changelog ==
     34
     35= 1.0.51 =
     36* Markup Changes
    3437
    3538= 1.0.50 =
  • earnware-connect/trunk/public/class-wp-ew-public.php

    r2156376 r2156380  
    338338                <div class="sub-form-recaptcha">
    339339                    <div id="g-recaptcha" class='g-recaptcha ew-recaptcha' data-sitekey='{$options["recaptcha_v2_site_key"]}'></div>
    340                     <div class="sub-form-recaptcha">
    341                         <input id="g-token" style='width: 300px; margin: 10px 10px -60px; top:-74px; position: relative; z-index: -1;' type='text' required="true">
    342                     </div>
     340                    <input id="g-token" style='width: 300px; margin: 10px 10px -60px; top:-74px; position: relative; z-index: -1;' type='text' required="true">
    343341                    <script type="text/javascript">
    344342
  • earnware-connect/trunk/wp-ew.php

    r2156376 r2156380  
    1717 * Plugin URI:        https://www.earnware.com/wordpress/plugins/earnware-connect
    1818 * Description:       A plugin to connect any wordpress site to the Earnware Dashboard.
    19  * Version:           1.0.50
     19 * Version:           1.0.51
    2020 * Author:            Earnware Corporation
    2121 * Author URI:        https://earnware.com/about/
     
    3131}
    3232
    33 define( 'PLUGIN_NAME_VERSION', '1.0.50' );
     33define( 'PLUGIN_NAME_VERSION', '1.0.51' );
    3434
    3535/**
Note: See TracChangeset for help on using the changeset viewer.