Changeset 2566895
- Timestamp:
- 07/19/2021 04:54:06 AM (5 years ago)
- Location:
- facebook-conversion-pixel/trunk
- Files:
-
- 7 edited
-
facebook-conversion-pixel.php (modified) (3 diffs)
-
includes/editor/editor.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
readmes/business.txt (modified) (2 diffs)
-
readmes/elite.txt (modified) (2 diffs)
-
readmes/lite.txt (modified) (2 diffs)
-
readmes/personal.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
facebook-conversion-pixel/trunk/facebook-conversion-pixel.php
r2479496 r2566895 9 9 Author URI: https://fatcatapps.com/ 10 10 License: GPLv2 11 Version: 2.5. 611 Version: 2.5.7 12 12 */ 13 13 … … 72 72 //DEFINE SOME USEFUL CONSTANTS 73 73 define( 'FCA_PC_DEBUG', FALSE ); 74 define( 'FCA_PC_PLUGIN_VER', '2.5. 6' );74 define( 'FCA_PC_PLUGIN_VER', '2.5.7' ); 75 75 define( 'FCA_PC_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 76 76 define( 'FCA_PC_PLUGINS_URL', plugins_url( '', __FILE__ ) ); … … 158 158 159 159 $roles = wp_get_current_user()->roles; 160 $exclude = empty ( $options['exclude'] ) ? array() : $options['exclude'];160 $exclude = empty ( $options['exclude'] ) ? array() : str_replace( ' ', '_', $options['exclude'] ); 161 161 $roles_check_passed = 0 === count( array_intersect( array_map( 'strtolower', $roles ), array_map( 'strtolower', $exclude ) ) ); 162 162 -
facebook-conversion-pixel/trunk/includes/editor/editor.php
r2435060 r2566895 271 271 }?> 272 272 </optgroup> 273 <option value='custom' id='custom-event-option' 'class='fca-bold'><?php _e( 'Custom Event', 'facebook-conversion-pixel' ) ?></option>273 <option value='custom' id='custom-event-option' class='fca-bold'><?php _e( 'Custom Event', 'facebook-conversion-pixel' ) ?></option> 274 274 </select> 275 275 </td> … … 431 431 ob_start(); ?> 432 432 <tr id='{{ID}}' class='fca_pc_event_row fca_deletable_item'> 433 <td class='fca-pc-json-td' style='display:none;'><input type='hidden' class='fca-pc-input-hidden fca-pc-json' name='fca_pc[event_json][]' value='<?php echo stripslashes_deep( $event) ?>' /></td>433 <td class='fca-pc-json-td' style='display:none;'><input type='hidden' class='fca-pc-input-hidden fca-pc-json' name='fca_pc[event_json][]' value='<?php echo esc_attr( stripslashes_deep( $event ) ) ?>' /></td> 434 434 <td class='fca-pc-controls-td'> 435 435 <span class='dashicons dashicons-controls-pause fca_controls_icon fca_controls_icon_play' title='<?php _e('Paused - Click to Activate', 'facebook-conversion-pixel' ) ?>' style='display:none;' ></span> -
facebook-conversion-pixel/trunk/readme.txt
r2486261 r2566895 7 7 Plugin URI: https://fatcatapps.com/ 8 8 Requires at least: 4.0 9 Tested up to: 5. 79 Tested up to: 5.8 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html 12 Stable tag: 2.5. 612 Stable tag: 2.5.7 13 13 14 14 Facebook Pixel Management Made Easy. From Facebook retargeting to conversion tracking, this plugin includes everything you need to run successful Facebook ads. … … 144 144 == Changelog == 145 145 146 = Pixel Cat: Conversion Pixel Manager 2.5.7 = 147 * Fixed WooCommerce user role issue 148 * Tested up to WordPress 5.8 149 146 150 = Pixel Cat: Conversion Pixel Manager 2.5.6 = 147 151 * Updated feedback form -
facebook-conversion-pixel/trunk/readmes/business.txt
r2486261 r2566895 6 6 Plugin URI: https://fatcatapps.com/ 7 7 Requires at least: 4.0 8 Tested up to: 5. 78 Tested up to: 5.8 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 Stable tag: 2.5. 511 Stable tag: 2.5.7 12 12 13 13 Facebook Pixel Management Made Easy. Set Up Facebook Pixel Events, Track Conversions & Build Custom Audiences With This Facebook Pixel WordPress Plugin. … … 86 86 87 87 == Changelog == 88 89 = Pixel Cat: Business 2.5.7 = 90 * Fix issue with WooCommerce role exclusion 91 * Tested up to WordPress 5.8 92 93 = Pixel Cat: Business 2.5.6 = 94 * Bugfix for Pixel Cat Free 88 95 89 96 = Pixel Cat: Business 2.5.5 = -
facebook-conversion-pixel/trunk/readmes/elite.txt
r2486261 r2566895 6 6 Plugin URI: https://fatcatapps.com/ 7 7 Requires at least: 4.0 8 Tested up to: 5. 78 Tested up to: 5.8 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 Stable tag: 2.5. 511 Stable tag: 2.5.7 12 12 13 13 Facebook Pixel Management Made Easy. Set Up Facebook Pixel Events, Track Conversions & Build Custom Audiences With This Facebook Pixel WordPress Plugin. … … 86 86 87 87 == Changelog == 88 89 = Pixel Cat: Elite 2.5.7 = 90 * Fix issue with WooCommerce role exclusion 91 * Tested up to WordPress 5.8 92 93 = Pixel Cat: Elite 2.5.6 = 94 * Bugfix for Pixel Cat Free 88 95 89 96 = Pixel Cat: Elite 2.5.5 = -
facebook-conversion-pixel/trunk/readmes/lite.txt
r2486261 r2566895 7 7 Plugin URI: https://fatcatapps.com/ 8 8 Requires at least: 4.0 9 Tested up to: 5. 79 Tested up to: 5.8 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html 12 Stable tag: 2.5. 612 Stable tag: 2.5.7 13 13 14 14 Facebook Pixel Management Made Easy. From Facebook retargeting to conversion tracking, this plugin includes everything you need to run successful Facebook ads. … … 144 144 == Changelog == 145 145 146 = Pixel Cat: Conversion Pixel Manager 2.5.7 = 147 * Fixed WooCommerce user role issue 148 * Tested up to WordPress 5.8 149 146 150 = Pixel Cat: Conversion Pixel Manager 2.5.6 = 147 151 * Updated feedback form -
facebook-conversion-pixel/trunk/readmes/personal.txt
r2486261 r2566895 6 6 Plugin URI: https://fatcatapps.com/ 7 7 Requires at least: 4.0 8 Tested up to: 5. 78 Tested up to: 5.8 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 Stable tag: 2.5. 511 Stable tag: 2.5.7 12 12 13 13 Facebook Pixel Management Made Easy. Set Up Facebook Pixel Events, Track Conversions & Build Custom Audiences With This Facebook Pixel WordPress Plugin. … … 86 86 87 87 == Changelog == 88 89 = Pixel Cat: Personal 2.5.7 = 90 * Fix issue with WooCommerce role exclusion 91 * Tested up to WordPress 5.8 92 93 = Pixel Cat: Personal 2.5.6 = 94 * Bugfix for Pixel Cat Free 88 95 89 96 = Pixel Cat: Personal 2.5.5 =
Note: See TracChangeset
for help on using the changeset viewer.