Plugin Directory

Changeset 3423934


Ignore:
Timestamp:
12/19/2025 06:44:03 PM (3 weeks ago)
Author:
itthinx
Message:

version 1.13.0

Location:
affiliate/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • affiliate/trunk/COPYRIGHT.txt

    r2938236 r3423934  
    22 The Affiliate Wordpress Plugin
    33
    4  Copyright 2014-2023 "kento" (Karim Rahimpur) www.itthinx.com
     4 Copyright 2014-2025 "kento" (Karim Rahimpur) www.itthinx.com
    55
    66 The files COPYRIGHT.txt and LICENSE.txt as well as ALL NOTICES IN THE
  • affiliate/trunk/affiliate.php

    r2938236 r3423934  
    33 * affiliate.php
    44 *
    5  * Copyright (c) 2014-2023 "kento" Karim Rahimpur www.itthinx.com
     5 * Copyright (c) 2014-2025 "kento" Karim Rahimpur www.itthinx.com
    66 *
    77 * This code is released under the GNU General Public License.
     
    2222 * Plugin URI: https://www.itthinx.com/plugins/affiliate/
    2323 * Description: The Affiliate plugin is a toolbox for Affiliate Marketers.
    24  * Version: 1.12.0
     24 * Version: 1.13.0
    2525 * Author: itthinx
    2626 * Author URI: https://www.itthinx.com
     
    2828 * License: GPLv3
    2929 */
     30
    3031if ( !defined( 'ABSPATH' ) ) {
    3132    exit;
    3233}
    33 define( 'AFFILIATE_PLUGIN_VERSION', '1.12.0' );
     34
     35define( 'AFFILIATE_PLUGIN_VERSION', '1.13.0' );
    3436define( 'AFFILIATE_PLUGIN_NAME', 'affiliate' );
    3537define( 'AFFILIATE_PLUGIN_DOMAIN', 'affiliate' );
     
    3739define( 'AFFILIATE_PLUGIN_BASENAME', plugin_basename( AFFILIATE_PLUGIN_FILE ) );
    3840define( 'AFFILIATE_PLUGIN_URL', plugin_dir_url( AFFILIATE_PLUGIN_FILE ) );
     41
    3942if ( !defined( 'AFFILIATE_CORE_DIR' ) ) {
    4043    define( 'AFFILIATE_CORE_DIR', WP_PLUGIN_DIR . '/affiliate' );
     
    4548if ( !defined( 'AFFILIATE_CORE_URL' ) ) {
    4649    define( 'AFFILIATE_CORE_URL', WP_PLUGIN_URL . '/affiliate' );
    47 }   
     50}
     51
    4852require_once( AFFILIATE_CORE_LIB . '/class-affiliate.php');
  • affiliate/trunk/changelog.txt

    r2938236 r3423934  
    11== 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.
    27
    38= 1.12.0 =
  • affiliate/trunk/readme.txt

    r2938236 r3423934  
    33Donate link: https://www.itthinx.com/shop/
    44Tags: affiliate, keyword, link, marketer, marketing
    5 Requires at least: 6.0
    6 Tested up to: 6.2
    7 Requires PHP: 7.2
    8 Stable tag: 1.12.0
     5Requires at least: 6.5
     6Tested up to: 6.9
     7Requires PHP: 7.4
     8Stable tag: 1.13.0
    99License: GPLv3
    1010
Note: See TracChangeset for help on using the changeset viewer.