Plugin Directory

Changeset 3230291


Ignore:
Timestamp:
01/28/2025 08:49:38 AM (14 months ago)
Author:
mojofywp
Message:

v1.2.10

Location:
wp-affiliate-disclosure/trunk
Files:
26 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-affiliate-disclosure/trunk/README.txt

    r3230086 r3230291  
    44Requires at least: 4.9.8
    55Requires PHP: 5.6
    6 Tested up to: 6.3.2
    7 Stable tag: 1.2.9
     6Tested up to: 6.7.1
     7Stable tag: 1.2.10
    88Tags: affiliate, disclosure, affiliate disclosure, affiliate disclosure statement, disclosure statement, FTC-compliant disclosure, affiliate disclaimer, affiliate disclaimer statement, FTC, FTC disclosure statement
    99License: GPLv2 or later
  • wp-affiliate-disclosure/trunk/functions.php

    r3230086 r3230291  
    11<?php /*
    22Plugin Name: WP Affiliate Disclosure
    3 Version: 1.2.9
     3Version: 1.2.10
    44Plugin URI: https://www.mojofywp.com/wp-affiliate-disclosure
    55Description: Automatically add a customizable, FTC-compliant disclosure statement across your WordPress website based on the rule(s) you define.
     
    99WordPress -
    1010Requires at least: 4.9.8
    11 Tested up to: 6.3.2
    12 Stable tag: 1.2.9
     11Tested up to: 6.7.1
     12Stable tag: 1.2.10
    1313
    1414Text Domain: wp-affiliate-disclosure
     
    4949 * Plugin version
    5050 **/
    51 if(!defined('WPADC_VERSION')) define( 'WPADC_VERSION', '1.2.9' );
     51if(!defined('WPADC_VERSION')) define( 'WPADC_VERSION', '1.2.10' );
    5252
    5353/**
Note: See TracChangeset for help on using the changeset viewer.