Plugin Directory

Changeset 3278290


Ignore:
Timestamp:
04/21/2025 03:18:53 PM (12 months ago)
Author:
jrmoser
Message:

version 1.2.5

Location:
bin-tracker-online
Files:
5 edited
7 copied

Legend:

Unmodified
Added
Removed
  • bin-tracker-online/tags/1.2.5/bin-tracker-online.php

    r3269056 r3278290  
    88Plugin URI: https://www.bintracker.software/api/word-press-plugin.html
    99Description: The plug in provides integration with a private web application for Bin their Dump That, a franchisor in the waste hauling industry
    10 Version: 1.2.4
     10Version: 1.2.5
    1111Author: Cairn Applications Inc
    1212Author URI: https://www.cloud-computing.rocks/
  • bin-tracker-online/tags/1.2.5/includes/base/ajax-control.php

    r3269056 r3278290  
    861861        $b1nT_card_cvv               = sanitize_text_field($_POST['b1nT_card_cvv']);
    862862        $b1nT_order_note             = sanitize_text_field($_POST['b1nT_order_note']);
     863        $b1nT_customer_terms         = sanitize_text_field($_POST['b1nT_customer_terms']);
    863864
    864865        //billing
     
    10061007                'priceSheetID'     => $b1nT_price_sheet_id,
    10071008                'note'             => $b1nT_order_note,
    1008                 'mode'             => $b1nT_mode
     1009                'mode'             => $b1nT_mode,
     1010                'customer_terms'   => $b1nT_customer_terms
    10091011            );
    10101012
  • bin-tracker-online/tags/1.2.5/javascript/front-house-script.js

    r3245949 r3278290  
    173173            'b1nT_card_expiry_year': $('select[name=b1nT_card_expiry_year]').val(),
    174174            'b1nT_card_cvv': $('input[name=b1nT_card_cvv]').val(),
     175            'b1nT_customer_terms': ($('#b1nT_terms_cond_check_box').is(':checked') ? 1 : 0),
    175176            'b1nT_nonce': b1nT_config.ajax_nonce,
    176177            'b1nT_step' :3
  • bin-tracker-online/tags/1.2.5/readme.txt

    r3269056 r3278290  
    33Requires at least: 4.9
    44Requires PHP: 5.6.4
    5 Tested up to: 6.7.2
    6 Stable tag: 1.2.4
     5Tested up to: 6.8
     6Stable tag: 1.2.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • bin-tracker-online/trunk/bin-tracker-online.php

    r3269056 r3278290  
    88Plugin URI: https://www.bintracker.software/api/word-press-plugin.html
    99Description: The plug in provides integration with a private web application for Bin their Dump That, a franchisor in the waste hauling industry
    10 Version: 1.2.4
     10Version: 1.2.5
    1111Author: Cairn Applications Inc
    1212Author URI: https://www.cloud-computing.rocks/
  • bin-tracker-online/trunk/includes/base/ajax-control.php

    r3269056 r3278290  
    861861        $b1nT_card_cvv               = sanitize_text_field($_POST['b1nT_card_cvv']);
    862862        $b1nT_order_note             = sanitize_text_field($_POST['b1nT_order_note']);
     863        $b1nT_customer_terms         = sanitize_text_field($_POST['b1nT_customer_terms']);
    863864
    864865        //billing
     
    10061007                'priceSheetID'     => $b1nT_price_sheet_id,
    10071008                'note'             => $b1nT_order_note,
    1008                 'mode'             => $b1nT_mode
     1009                'mode'             => $b1nT_mode,
     1010                'customer_terms'   => $b1nT_customer_terms
    10091011            );
    10101012
  • bin-tracker-online/trunk/javascript/front-house-script.js

    r3245949 r3278290  
    173173            'b1nT_card_expiry_year': $('select[name=b1nT_card_expiry_year]').val(),
    174174            'b1nT_card_cvv': $('input[name=b1nT_card_cvv]').val(),
     175            'b1nT_customer_terms': ($('#b1nT_terms_cond_check_box').is(':checked') ? 1 : 0),
    175176            'b1nT_nonce': b1nT_config.ajax_nonce,
    176177            'b1nT_step' :3
  • bin-tracker-online/trunk/readme.txt

    r3269056 r3278290  
    33Requires at least: 4.9
    44Requires PHP: 5.6.4
    5 Tested up to: 6.7.2
    6 Stable tag: 1.2.4
     5Tested up to: 6.8
     6Stable tag: 1.2.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.