Plugin Directory

Changeset 3364796


Ignore:
Timestamp:
09/20/2025 01:18:42 AM (7 months ago)
Author:
earnware
Message:

Tested on Wordpress 6.8.2, PHP 8.3.14

Location:
earnware-connect/trunk
Files:
2 edited

Legend:

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

    r3165368 r3364796  
    2828== Changelog ==
    2929
     30= 1.0.74 =
     31* Tested on Wordpress 6.8.2, PHP 8.3.14
     32
    3033= 1.0.73 =
    3134* Added [ew_recaptcha] shortcode that requires passing recaptcha challenge before displaying content.
  • earnware-connect/trunk/wp-ew.php

    r3165368 r3364796  
    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.73
     19 * Version:           1.0.74
    2020 * Author:            Earnware Corporation
    2121 * Author URI:        https://earnware.com/about/
     
    3131}
    3232
    33 define( 'PLUGIN_NAME_VERSION', '1.0.73' );
     33define( 'PLUGIN_NAME_VERSION', '1.0.74' );
    3434
    3535/**
Note: See TracChangeset for help on using the changeset viewer.