Changeset 2156380
- Timestamp:
- 09/14/2019 12:47:56 AM (7 years ago)
- Location:
- earnware-connect/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
public/class-wp-ew-public.php (modified) (1 diff)
-
wp-ew.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
earnware-connect/trunk/README.txt
r2156376 r2156380 32 32 33 33 == Changelog == 34 35 = 1.0.51 = 36 * Markup Changes 34 37 35 38 = 1.0.50 = -
earnware-connect/trunk/public/class-wp-ew-public.php
r2156376 r2156380 338 338 <div class="sub-form-recaptcha"> 339 339 <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"> 343 341 <script type="text/javascript"> 344 342 -
earnware-connect/trunk/wp-ew.php
r2156376 r2156380 17 17 * Plugin URI: https://www.earnware.com/wordpress/plugins/earnware-connect 18 18 * Description: A plugin to connect any wordpress site to the Earnware Dashboard. 19 * Version: 1.0.5 019 * Version: 1.0.51 20 20 * Author: Earnware Corporation 21 21 * Author URI: https://earnware.com/about/ … … 31 31 } 32 32 33 define( 'PLUGIN_NAME_VERSION', '1.0.5 0' );33 define( 'PLUGIN_NAME_VERSION', '1.0.51' ); 34 34 35 35 /**
Note: See TracChangeset
for help on using the changeset viewer.