Changeset 3423934
- Timestamp:
- 12/19/2025 06:44:03 PM (3 weeks ago)
- Location:
- affiliate/trunk
- Files:
-
- 4 edited
-
COPYRIGHT.txt (modified) (1 diff)
-
affiliate.php (modified) (5 diffs)
-
changelog.txt (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
affiliate/trunk/COPYRIGHT.txt
r2938236 r3423934 2 2 The Affiliate Wordpress Plugin 3 3 4 Copyright 2014-202 3"kento" (Karim Rahimpur) www.itthinx.com4 Copyright 2014-2025 "kento" (Karim Rahimpur) www.itthinx.com 5 5 6 6 The files COPYRIGHT.txt and LICENSE.txt as well as ALL NOTICES IN THE -
affiliate/trunk/affiliate.php
r2938236 r3423934 3 3 * affiliate.php 4 4 * 5 * Copyright (c) 2014-202 3"kento" Karim Rahimpur www.itthinx.com5 * Copyright (c) 2014-2025 "kento" Karim Rahimpur www.itthinx.com 6 6 * 7 7 * This code is released under the GNU General Public License. … … 22 22 * Plugin URI: https://www.itthinx.com/plugins/affiliate/ 23 23 * Description: The Affiliate plugin is a toolbox for Affiliate Marketers. 24 * Version: 1.1 2.024 * Version: 1.13.0 25 25 * Author: itthinx 26 26 * Author URI: https://www.itthinx.com … … 28 28 * License: GPLv3 29 29 */ 30 30 31 if ( !defined( 'ABSPATH' ) ) { 31 32 exit; 32 33 } 33 define( 'AFFILIATE_PLUGIN_VERSION', '1.12.0' ); 34 35 define( 'AFFILIATE_PLUGIN_VERSION', '1.13.0' ); 34 36 define( 'AFFILIATE_PLUGIN_NAME', 'affiliate' ); 35 37 define( 'AFFILIATE_PLUGIN_DOMAIN', 'affiliate' ); … … 37 39 define( 'AFFILIATE_PLUGIN_BASENAME', plugin_basename( AFFILIATE_PLUGIN_FILE ) ); 38 40 define( 'AFFILIATE_PLUGIN_URL', plugin_dir_url( AFFILIATE_PLUGIN_FILE ) ); 41 39 42 if ( !defined( 'AFFILIATE_CORE_DIR' ) ) { 40 43 define( 'AFFILIATE_CORE_DIR', WP_PLUGIN_DIR . '/affiliate' ); … … 45 48 if ( !defined( 'AFFILIATE_CORE_URL' ) ) { 46 49 define( 'AFFILIATE_CORE_URL', WP_PLUGIN_URL . '/affiliate' ); 47 } 50 } 51 48 52 require_once( AFFILIATE_CORE_LIB . '/class-affiliate.php'); -
affiliate/trunk/changelog.txt
r2938236 r3423934 1 1 == Affiliate by itthinx - changelog.txt == 2 3 = 1.13.0 = 4 * WordPress 6.9 compatible. 5 * Requires at least WordPress 6.5. 6 * Requires at least PHP 7.4. 2 7 3 8 = 1.12.0 = -
affiliate/trunk/readme.txt
r2938236 r3423934 3 3 Donate link: https://www.itthinx.com/shop/ 4 4 Tags: affiliate, keyword, link, marketer, marketing 5 Requires at least: 6. 06 Tested up to: 6. 27 Requires PHP: 7. 28 Stable tag: 1.1 2.05 Requires at least: 6.5 6 Tested up to: 6.9 7 Requires PHP: 7.4 8 Stable tag: 1.13.0 9 9 License: GPLv3 10 10
Note: See TracChangeset
for help on using the changeset viewer.