Plugin Directory

Changeset 2566895


Ignore:
Timestamp:
07/19/2021 04:54:06 AM (5 years ago)
Author:
flippy101
Message:

Pixel Cat 2.5.7

Location:
facebook-conversion-pixel/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • facebook-conversion-pixel/trunk/facebook-conversion-pixel.php

    r2479496 r2566895  
    99    Author URI: https://fatcatapps.com/
    1010    License: GPLv2
    11     Version: 2.5.6
     11    Version: 2.5.7
    1212*/
    1313
     
    7272    //DEFINE SOME USEFUL CONSTANTS
    7373    define( 'FCA_PC_DEBUG', FALSE );
    74     define( 'FCA_PC_PLUGIN_VER', '2.5.6' );
     74    define( 'FCA_PC_PLUGIN_VER', '2.5.7' );
    7575    define( 'FCA_PC_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    7676    define( 'FCA_PC_PLUGINS_URL', plugins_url( '', __FILE__ ) );
     
    158158
    159159        $roles = wp_get_current_user()->roles;
    160         $exclude = empty ( $options['exclude'] ) ? array() : $options['exclude'];
     160        $exclude = empty ( $options['exclude'] ) ? array() : str_replace( ' ', '_', $options['exclude'] );
    161161        $roles_check_passed = 0 === count( array_intersect( array_map( 'strtolower', $roles ), array_map( 'strtolower', $exclude ) ) );
    162162
  • facebook-conversion-pixel/trunk/includes/editor/editor.php

    r2435060 r2566895  
    271271                        }?>
    272272                        </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>
    274274                    </select>
    275275                </td>
     
    431431    ob_start(); ?>
    432432    <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>
    434434        <td class='fca-pc-controls-td'>
    435435            <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  
    77Plugin URI: https://fatcatapps.com/
    88Requires at least: 4.0
    9 Tested up to: 5.7
     9Tested up to: 5.8
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
    12 Stable tag: 2.5.6
     12Stable tag: 2.5.7
    1313
    1414Facebook Pixel Management Made Easy. From Facebook retargeting to conversion tracking, this plugin includes everything you need to run successful Facebook ads.
     
    144144== Changelog ==
    145145
     146= Pixel Cat: Conversion Pixel Manager 2.5.7 =
     147* Fixed WooCommerce user role issue
     148* Tested up to WordPress 5.8
     149
    146150= Pixel Cat: Conversion Pixel Manager 2.5.6 =
    147151* Updated feedback form
  • facebook-conversion-pixel/trunk/readmes/business.txt

    r2486261 r2566895  
    66Plugin URI: https://fatcatapps.com/
    77Requires at least: 4.0
    8 Tested up to: 5.7
     8Tested up to: 5.8
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    11 Stable tag: 2.5.5
     11Stable tag: 2.5.7
    1212
    1313Facebook Pixel Management Made Easy. Set Up Facebook Pixel Events, Track Conversions & Build Custom Audiences With This Facebook Pixel WordPress Plugin.
     
    8686
    8787== 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
    8895
    8996= Pixel Cat: Business 2.5.5 =
  • facebook-conversion-pixel/trunk/readmes/elite.txt

    r2486261 r2566895  
    66Plugin URI: https://fatcatapps.com/
    77Requires at least: 4.0
    8 Tested up to: 5.7
     8Tested up to: 5.8
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    11 Stable tag: 2.5.5
     11Stable tag: 2.5.7
    1212
    1313Facebook Pixel Management Made Easy. Set Up Facebook Pixel Events, Track Conversions & Build Custom Audiences With This Facebook Pixel WordPress Plugin.
     
    8686
    8787== 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
    8895
    8996= Pixel Cat: Elite 2.5.5 =
  • facebook-conversion-pixel/trunk/readmes/lite.txt

    r2486261 r2566895  
    77Plugin URI: https://fatcatapps.com/
    88Requires at least: 4.0
    9 Tested up to: 5.7
     9Tested up to: 5.8
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
    12 Stable tag: 2.5.6
     12Stable tag: 2.5.7
    1313
    1414Facebook Pixel Management Made Easy. From Facebook retargeting to conversion tracking, this plugin includes everything you need to run successful Facebook ads.
     
    144144== Changelog ==
    145145
     146= Pixel Cat: Conversion Pixel Manager 2.5.7 =
     147* Fixed WooCommerce user role issue
     148* Tested up to WordPress 5.8
     149
    146150= Pixel Cat: Conversion Pixel Manager 2.5.6 =
    147151* Updated feedback form
  • facebook-conversion-pixel/trunk/readmes/personal.txt

    r2486261 r2566895  
    66Plugin URI: https://fatcatapps.com/
    77Requires at least: 4.0
    8 Tested up to: 5.7
     8Tested up to: 5.8
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    11 Stable tag: 2.5.5
     11Stable tag: 2.5.7
    1212
    1313Facebook Pixel Management Made Easy. Set Up Facebook Pixel Events, Track Conversions & Build Custom Audiences With This Facebook Pixel WordPress Plugin.
     
    8686
    8787== 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
    8895
    8996= Pixel Cat: Personal 2.5.5 =
Note: See TracChangeset for help on using the changeset viewer.