Changeset 2461228
- Timestamp:
- 01/22/2021 11:12:23 PM (5 years ago)
- Location:
- chamber-dashboard-member-manager/trunk
- Files:
-
- 3 edited
-
cdash-member-manager.php (modified) (2 diffs)
-
options.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chamber-dashboard-member-manager/trunk/cdash-member-manager.php
r2455888 r2461228 4 4 * Plugin URI: http://chamberdashboard.com 5 5 * Description: Manage the membership levels and payments for your chamber of commerce or other membership based organization 6 * Version: 2.5. 46 * Version: 2.5.5 7 7 * Author: Chandrika Guntur, Morgan Kay 8 8 * Author URI: http://chamberdashboard.com/ … … 19 19 */ 20 20 21 define('CDASHMM_VERSION', '2.5. 4');21 define('CDASHMM_VERSION', '2.5.5'); 22 22 define('PLUGIN_NAME', 'Chamber Dashboard Member Manager'); 23 23 -
chamber-dashboard-member-manager/trunk/options.php
r2408422 r2461228 1331 1331 if(cdash_check_wc_payments_active()){ 1332 1332 $cdash_wc_connection = cdashwc_get_wc_connection(); 1333 if( $cdash_wc_connection == 1){ 1334 cdashwc_insert_memb_level_as_wc_products(); 1335 //echo "Member Manager is now connected to WooCommerce."; 1336 } 1333 1337 } 1334 1338 ?> 1335 <form action='options.php' method='post'>1336 <?php1339 <form action='options.php' method='post'> 1340 <?php 1337 1341 cdashmm_addon_settings(); 1338 ?>1339 </form>1340 <?php1342 ?> 1343 </form> 1344 <?php 1341 1345 } 1342 1346 -
chamber-dashboard-member-manager/trunk/readme.txt
r2455888 r2461228 5 5 Requires at least: 4.6 6 6 Tested up to: 5.6 7 Stable tag: 2.5. 47 Stable tag: 2.5.5 8 8 Requires PHP: 7.0 9 9 License: GPLv3 … … 83 83 84 84 == Changelog == 85 = 2.5.5 = 86 * Fixed an issue with WC Payments 87 85 88 = 2.5.4 = 86 89 * Fixed the error in the admin dashboard
Note: See TracChangeset
for help on using the changeset viewer.