Changeset 3364796
- Timestamp:
- 09/20/2025 01:18:42 AM (7 months ago)
- Location:
- earnware-connect/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
wp-ew.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
earnware-connect/trunk/README.txt
r3165368 r3364796 28 28 == Changelog == 29 29 30 = 1.0.74 = 31 * Tested on Wordpress 6.8.2, PHP 8.3.14 32 30 33 = 1.0.73 = 31 34 * Added [ew_recaptcha] shortcode that requires passing recaptcha challenge before displaying content. -
earnware-connect/trunk/wp-ew.php
r3165368 r3364796 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.7 319 * Version: 1.0.74 20 20 * Author: Earnware Corporation 21 21 * Author URI: https://earnware.com/about/ … … 31 31 } 32 32 33 define( 'PLUGIN_NAME_VERSION', '1.0.7 3' );33 define( 'PLUGIN_NAME_VERSION', '1.0.74' ); 34 34 35 35 /**
Note: See TracChangeset
for help on using the changeset viewer.