Changeset 3004033
- Timestamp:
- 12/01/2023 03:41:30 AM (2 years ago)
- Location:
- brightedge-autopilot/trunk
- Files:
-
- 4 edited
-
be_ixf_php_wp.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
src/View.php (modified) (1 diff)
-
src/constants.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
brightedge-autopilot/trunk/be_ixf_php_wp.php
r2957029 r3004033 4 4 * Plugin URI: https://www.brightedge.com/ 5 5 * Description: Enables BrightEdge Autopilot on your Wordpress site. 6 * Version: 1.1.1 26 * Version: 1.1.13 7 7 * Author: BrightEdge 8 8 * Author URI: https://www.brightedge.com/ -
brightedge-autopilot/trunk/readme.txt
r2957029 r3004033 7 7 Requires PHP: 5.5 8 8 Tested up to: 6.3 9 Version: 1.1.1 29 Version: 1.1.13 10 10 Copyright: BrightEdge Technologies, Inc. 11 11 License: www.brightedge.com/infrastructure-product-terms … … 25 25 26 26 == Changelog == 27 1.1.13 = 28 * Release date: Nov 29, 2023 29 30 **Update** 31 32 * Added a fix to shortcode to support newer themes 33 27 34 1.1.12 = 28 35 * Release date: Aug 18, 2023 -
brightedge-autopilot/trunk/src/View.php
r2943291 r3004033 178 178 179 179 public function ixfRenderBody1BlockShortcode(){ 180 ob_start(); 180 181 if (isset($this->controller->ixf_data)){ 181 182 echo html_entity_decode(wp_unslash($this->controller->ixf_data)); 182 183 } 184 return ob_get_clean(); 183 185 } 184 186 -
brightedge-autopilot/trunk/src/constants.php
r2957029 r3004033 5 5 class BEIXFConstants{ 6 6 // wordpress plugin version 7 const WP_VERSION = '<meta name="be:wp" content="1.1.1 2">';7 const WP_VERSION = '<meta name="be:wp" content="1.1.13">'; 8 8 // account id 9 9 const ACCOUNT_ID = 'account_id';
Note: See TracChangeset
for help on using the changeset viewer.