Changeset 3143990
- Timestamp:
- 08/29/2024 11:10:36 PM (19 months ago)
- Location:
- brightedge-autopilot/trunk
- Files:
-
- 3 edited
-
be_ixf_php_wp.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
src/constants.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
brightedge-autopilot/trunk/be_ixf_php_wp.php
r3004033 r3143990 4 4 * Plugin URI: https://www.brightedge.com/ 5 5 * Description: Enables BrightEdge Autopilot on your Wordpress site. 6 * Version: 1.1.1 36 * Version: 1.1.14 7 7 * Author: BrightEdge 8 8 * Author URI: https://www.brightedge.com/ -
brightedge-autopilot/trunk/readme.txt
r3004033 r3143990 6 6 Author: BrightEdge 7 7 Requires PHP: 5.5 8 Tested up to: 6. 39 Version: 1.1.1 38 Tested up to: 6.6.1 9 Version: 1.1.14 10 10 Copyright: BrightEdge Technologies, Inc. 11 11 License: www.brightedge.com/infrastructure-product-terms … … 25 25 26 26 == Changelog == 27 1.1.14 = 28 * Release date: Aug 28, 2024 29 30 **Update** 31 32 * Updated wordpress supported version to 6.6.1 33 27 34 1.1.13 = 28 35 * Release date: Nov 29, 2023 -
brightedge-autopilot/trunk/src/constants.php
r3004033 r3143990 5 5 class BEIXFConstants{ 6 6 // wordpress plugin version 7 const WP_VERSION = '<meta name="be:wp" content="1.1.1 3">';7 const WP_VERSION = '<meta name="be:wp" content="1.1.14">'; 8 8 // account id 9 9 const ACCOUNT_ID = 'account_id';
Note: See TracChangeset
for help on using the changeset viewer.