Plugin Directory

Changeset 3069629


Ignore:
Timestamp:
04/12/2024 01:59:05 PM (2 years ago)
Author:
teamzt
Message:

Tested plugin on latest wordpress version 6.5.2

Location:
smart-agreements
Files:
394 added
3 edited

Legend:

Unmodified
Added
Removed
  • smart-agreements/trunk/includes/class-ztsa-contracts.php

    r3011921 r3069629  
    369369
    370370            if (isset($_POST['formData'])) {
     371                $smtpData = "";
    371372                $formdata_exist = get_post_meta($post_id, 'formData', true);
    372373                $formdata = isset($_POST['formData']) ? sanitize_text_field($_POST['formData']) : '';
  • smart-agreements/trunk/readme.txt

    r3011921 r3069629  
    33Tags: Smart Contracts, Digital signature, Digital Contracts, e-signature, WordPress e-signature, WordPress signature
    44Requires at least: 5.5
    5 Tested up to: 6.4.2
     5Tested up to: 6.5.2
    66Requires PHP: 7.2
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8585* Update: All functionality was updated for WordPress 6.4.2
    8686
     87= 1.0.2 =
     88
     89* Update: All functionality was updated for WordPress 6.5.2
  • smart-agreements/trunk/smart-agreements.php

    r3011921 r3069629  
    33* Plugin Name: Smart Agreements
    44* Description:The smart agreements plugin helps to create a agreement/contract and digital signature.
    5 * Version: 1.0.1
     5* Version: 1.0.2
    66* Author: Zehntech Technologies Pvt. Ltd.
    77* Author URI: https://www.zehntech.com/
Note: See TracChangeset for help on using the changeset viewer.