Plugin Directory

Changeset 3143990


Ignore:
Timestamp:
08/29/2024 11:10:36 PM (19 months ago)
Author:
brightedge
Message:

Updated wordpress version to 6.6.1

Location:
brightedge-autopilot/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • brightedge-autopilot/trunk/be_ixf_php_wp.php

    r3004033 r3143990  
    44 * Plugin URI: https://www.brightedge.com/
    55 * Description: Enables BrightEdge Autopilot on your Wordpress site.
    6  * Version: 1.1.13
     6 * Version: 1.1.14
    77 * Author: BrightEdge
    88 * Author URI: https://www.brightedge.com/
  • brightedge-autopilot/trunk/readme.txt

    r3004033 r3143990  
    66Author: BrightEdge
    77Requires PHP: 5.5
    8 Tested up to: 6.3
    9 Version: 1.1.13
     8Tested up to: 6.6.1
     9Version: 1.1.14
    1010Copyright: BrightEdge Technologies, Inc.
    1111License: www.brightedge.com/infrastructure-product-terms
     
    2525
    2626== Changelog ==
     271.1.14 =
     28* Release date: Aug 28, 2024
     29
     30**Update**
     31
     32* Updated wordpress supported version to 6.6.1
     33
    2734 1.1.13 =
    2835* Release date: Nov 29, 2023
  • brightedge-autopilot/trunk/src/constants.php

    r3004033 r3143990  
    55class BEIXFConstants{
    66    // wordpress plugin version
    7     const WP_VERSION = '<meta name="be:wp" content="1.1.13">';
     7    const WP_VERSION = '<meta name="be:wp" content="1.1.14">';
    88    // account id
    99    const ACCOUNT_ID = 'account_id';
Note: See TracChangeset for help on using the changeset viewer.