Changeset 2883017
- Timestamp:
- 03/19/2023 09:25:22 PM (3 years ago)
- Location:
- sozlesmeler
- Files:
-
- 1 added
- 3 edited
-
tags/2.1.2/woocontracts.php (modified) (3 diffs)
-
tags/2.1.3 (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woocontracts.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sozlesmeler/tags/2.1.2/woocontracts.php
r2724472 r2883017 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.1. 213 * Version: 2.1.3 14 14 * Requires at least: 5.0 15 15 * Requires PHP: 5.6 16 * Tested up to: 6. 016 * Tested up to: 6.2 17 17 * Author: Emre Güler 18 18 * Author URI: https://eguler.net … … 22 22 * 23 23 * 24 * WC tested up to: 6.5.124 * WC tested up to: 7.5 25 25 * 26 26 */ … … 30 30 define('WCTR_PATH', plugin_dir_path(__FILE__)); 31 31 define('WCTR_URL', plugin_dir_url(__FILE__)); 32 define('WCTR_VER', '2.1. 2');32 define('WCTR_VER', '2.1.3'); 33 33 34 34 function woocontracts_activated() { -
sozlesmeler/trunk/readme.txt
r2805671 r2883017 3 3 Tags: sozlesmeler, woocommerce, sozlesme, contract 4 4 Requires at least: 5.0 5 Tested up to: 6. 15 Tested up to: 6.2 6 6 Requires PHP: 5.6 7 Stable tag: 2.1. 27 Stable tag: 2.1.3 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 34 = 2.1.3 = 35 * WP 6.2 uyumluluk 36 33 37 = 2.1.2 = 34 38 * Sözleşme onay uyarısı hata düzeltme -
sozlesmeler/trunk/woocontracts.php
r2724472 r2883017 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.1. 213 * Version: 2.1.3 14 14 * Requires at least: 5.0 15 15 * Requires PHP: 5.6 16 * Tested up to: 6. 016 * Tested up to: 6.2 17 17 * Author: Emre Güler 18 18 * Author URI: https://eguler.net … … 22 22 * 23 23 * 24 * WC tested up to: 6.5.124 * WC tested up to: 7.5 25 25 * 26 26 */ … … 30 30 define('WCTR_PATH', plugin_dir_path(__FILE__)); 31 31 define('WCTR_URL', plugin_dir_url(__FILE__)); 32 define('WCTR_VER', '2.1. 2');32 define('WCTR_VER', '2.1.3'); 33 33 34 34 function woocontracts_activated() {
Note: See TracChangeset
for help on using the changeset viewer.