Changeset 2156349
- Timestamp:
- 09/13/2019 10:54:23 PM (7 years 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
r2156340 r2156349 32 32 33 33 == Changelog == 34 35 = 1.0.49 = 36 * Bug fixes and patches. 34 37 35 38 = 1.0.48 = -
earnware-connect/trunk/wp-ew.php
r2156340 r2156349 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.4 819 * Version: 1.0.49 20 20 * Author: Earnware Corporation 21 21 * Author URI: https://earnware.com/about/ … … 31 31 } 32 32 33 define( 'PLUGIN_NAME_VERSION', '1.0.4 8' );33 define( 'PLUGIN_NAME_VERSION', '1.0.49' ); 34 34 35 35 /**
Note: See TracChangeset
for help on using the changeset viewer.