Changeset 3056411
- Timestamp:
- 03/21/2024 10:55:00 PM (2 years ago)
- Location:
- sozlesmeler
- Files:
-
- 4 edited
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woocontracts.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sozlesmeler/trunk/readme.txt
r2989245 r3056411 3 3 Tags: sozlesmeler, woocommerce, sozlesme, contract 4 4 Requires at least: 5.0 5 Tested up to: 6. 45 Tested up to: 6.5 6 6 Requires PHP: 7.2 7 Stable tag: 2. 3.07 Stable tag: 2.4.0 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 31 31 32 32 == Changelog == 33 = 2.4.0 = 34 * WP 6.5 & WC 8.7.0 uyumluluk 35 * WP Plugin Dependency 36 33 37 = 2.3.0 = 34 38 * WP 6.4 & WC 8.2.1 uyumluluk -
sozlesmeler/trunk/woocontracts.php
r2989245 r3056411 4 4 * 5 5 * @author Emre Güler 6 * @copyright Copyright (c) 202 3, Emre Güler6 * @copyright Copyright (c) 2024, Emre Güler 7 7 * @license GPL v3 or later 8 8 * … … 11 11 * Plugin URI: https://eguler.net/woocommerce-sozlesmeler-eklentisi/ 12 12 * Description: Woocommerce sitenize mesafeli satış sözleşmesi ve ön bilgilendirme formu gibi yasal metinleri ekleyebileceğiniz sözleşmeler eklentisi 13 * Version: 2. 3.013 * Version: 2.4.0 14 14 * Requires at least: 5.0 15 15 * Requires PHP: 7.2 16 * Tested up to: 6.4 16 * Requires Plugins: woocommerce 17 * Tested up to: 6.5 17 18 * Author: Emre Güler 18 19 * Author URI: https://eguler.net … … 22 23 * 23 24 * 24 * WC tested up to: 8. 2.125 * WC tested up to: 8.7.0 25 26 * 26 27 */ … … 30 31 define('WCTR_PATH', plugin_dir_path(__FILE__)); 31 32 define('WCTR_URL', plugin_dir_url(__FILE__)); 32 define('WCTR_VER', '2. 3.0');33 define('WCTR_VER', '2.4.0'); 33 34 34 35 function woocontracts_activated() {
Note: See TracChangeset
for help on using the changeset viewer.