Plugin Directory

Changeset 2989245


Ignore:
Timestamp:
11/05/2023 01:02:58 PM (2 years ago)
Author:
emreguler
Message:

surum 2.3.0

Location:
sozlesmeler
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • sozlesmeler/trunk/readme.txt

    r2955541 r2989245  
    33Tags: sozlesmeler, woocommerce, sozlesme, contract
    44Requires at least: 5.0
    5 Tested up to: 6.3.1
     5Tested up to: 6.4
    66Requires PHP: 7.2
    7 Stable tag: 2.2.0
     7Stable tag: 2.3.0
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    3131
    3232== Changelog ==
     33= 2.3.0 =
     34* WP 6.4 & WC 8.2.1 uyumluluk
     35
    3336= 2.2.0 =
    3437* WP & WC son sürüm uyumluluk
  • sozlesmeler/trunk/woocontracts.php

    r2955541 r2989245  
    1111 * Plugin URI:        https://eguler.net/woocommerce-sozlesmeler-eklentisi/
    1212 * Description:       Woocommerce sitenize mesafeli satış sözleşmesi ve ön bilgilendirme formu gibi yasal metinleri ekleyebileceğiniz sözleşmeler eklentisi
    13  * Version:           2.2.0
     13 * Version:           2.3.0
    1414 * Requires at least: 5.0
    1515 * Requires PHP:      7.2
    16  * Tested up to:        6.3.1
     16 * Tested up to:        6.4
    1717 * Author:            Emre Güler
    1818 * Author URI:        https://eguler.net
     
    2222 *
    2323 *
    24  * WC tested up to: 8.0.1
     24 * WC tested up to: 8.2.1
    2525 *
    2626 */
     
    3030define('WCTR_PATH', plugin_dir_path(__FILE__));
    3131define('WCTR_URL', plugin_dir_url(__FILE__));
    32 define('WCTR_VER', '2.2.0');
     32define('WCTR_VER', '2.3.0');
    3333
    3434function woocontracts_activated() {
Note: See TracChangeset for help on using the changeset viewer.