Plugin Directory

Changeset 2461228


Ignore:
Timestamp:
01/22/2021 11:12:23 PM (5 years ago)
Author:
cguntur
Message:

Fixed an issue with WC Payments

Location:
chamber-dashboard-member-manager/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chamber-dashboard-member-manager/trunk/cdash-member-manager.php

    r2455888 r2461228  
    44* Plugin URI: http://chamberdashboard.com
    55* Description: Manage the membership levels and payments for your chamber of commerce or other membership based organization
    6 * Version: 2.5.4
     6* Version: 2.5.5
    77* Author: Chandrika Guntur, Morgan Kay
    88* Author URI: http://chamberdashboard.com/
     
    1919*/
    2020
    21 define('CDASHMM_VERSION',   '2.5.4');
     21define('CDASHMM_VERSION',   '2.5.5');
    2222define('PLUGIN_NAME', 'Chamber Dashboard Member Manager');
    2323
  • chamber-dashboard-member-manager/trunk/options.php

    r2408422 r2461228  
    13311331      if(cdash_check_wc_payments_active()){
    13321332        $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          }
    13331337      }
    13341338    ?>
    1335                 <form action='options.php' method='post'>
    1336                 <?php
     1339    <form action='options.php' method='post'>
     1340    <?php
    13371341        cdashmm_addon_settings();
    1338                 ?>
    1339                 </form>
    1340                 <?php
     1342    ?>
     1343    </form>
     1344<?php
    13411345}
    13421346
  • chamber-dashboard-member-manager/trunk/readme.txt

    r2455888 r2461228  
    55Requires at least: 4.6
    66Tested up to: 5.6
    7 Stable tag: 2.5.4
     7Stable tag: 2.5.5
    88Requires PHP: 7.0
    99License: GPLv3
     
    8383
    8484== Changelog ==
     85= 2.5.5 =
     86* Fixed an issue with WC Payments
     87
    8588= 2.5.4 =
    8689* Fixed the error in the admin dashboard
Note: See TracChangeset for help on using the changeset viewer.