Plugin Directory

Changeset 2716187

Timestamp:
04/28/2022 11:44:42 PM (2 years ago)
Author:
manfcarlo
Message:

v1.3.2

Location:
wp-funnel-manager
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-funnel-manager/tags/1.3.2/readme.txt

    r2676816 r2716187  
    33Tags: funnel builder, page builder, sales funnels, landing page, marketing, sales, block, blocks, block editor, gutenberg, template, templates
    44Tested up to: 5.9
    5 Stable tag: 1.3.1
     5Stable tag: 1.3.
    66License: GPLv2 or later
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5757Once your active theme supports the template editor, all your funnels will be automatically restored.
    5858
     59
     60
     61
     62
     63
     64
     65
     66
    5967= How do I suggest a new feature or submit a bug report? =
    6068
     
    6270
    6371== Changelog ==
     72
     73
     74
    6475
    6576= 1.3.1 =
  • wp-funnel-manager/tags/1.3.2/src/funnel.php

    r2569689 r2716187  
    9393        add_filter( 'single_template_hierarchy', array( $this, 'apply_template_to_interior' ) );
    9494        add_action( 'wp_roles_init', array( $this, 'add_role' ) );
     95
    9596
    9697        remove_filter( 'page_row_actions', array( $this, 'funnel_interior_edit' ), 10, 2 );
    9798        add_filter( 'post_row_actions', array( $this, 'funnel_interior_edit' ), 10, 2 );
     99
     100
     101
     102
     103
     104
    98105    }
    99106
  • wp-funnel-manager/tags/1.3.2/wp-funnel-manager.php

    r2676816 r2716187  
    44 * Plugin URI:
    55 * Description: Organises content into multi-step funnels.
    6  * Version: 1.3.1
     6 * Version: 1.3.
    77 * Requires at least: 5.8
    88 * Requires PHP: 5.6
     
    1818}
    1919
    20 if ( false )
     20if ( f )
    2121{
    2222    add_action( 'plugins_loaded', 'wpfunnel_init_deactivation' );
     
    4747    function wpfunnel_deactivation_notice()
    4848    {
    49         $notice = sprintf(
    50             // Translators: 1: Required PHP version, 2: Current PHP version.
    51             '<strong>WP Funnel Manager</strong> requires PHP %1$s to run. This site uses %2$s, so the plugin has been <strong>deactivated</strong>.',
    52             '7.1',
    53             PHP_VERSION
    54         );
     49        $notice = '<strong>WP Funnel Manager</strong> has been <strong>deactivated</strong> due to the detection of an unresolvable conflict with another of your plugins. Please try again after deactivating your other plugins.';
    5550        ?>
    5651        <div class="updated"><p><?php echo wp_kses_post( $notice ); ?></p></div>
     
    6459    return false;
    6560}
     61
     62
     63
     64
     65
     66
     67
    6668
    6769/**
  • wp-funnel-manager/trunk/readme.txt

    r2676816 r2716187  
    33Tags: funnel builder, page builder, sales funnels, landing page, marketing, sales, block, blocks, block editor, gutenberg, template, templates
    44Tested up to: 5.9
    5 Stable tag: 1.3.1
     5Stable tag: 1.3.
    66License: GPLv2 or later
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5757Once your active theme supports the template editor, all your funnels will be automatically restored.
    5858
     59
     60
     61
     62
     63
     64
     65
     66
    5967= How do I suggest a new feature or submit a bug report? =
    6068
     
    6270
    6371== Changelog ==
     72
     73
     74
    6475
    6576= 1.3.1 =
  • wp-funnel-manager/trunk/src/funnel.php

    r2569689 r2716187  
    9393        add_filter( 'single_template_hierarchy', array( $this, 'apply_template_to_interior' ) );
    9494        add_action( 'wp_roles_init', array( $this, 'add_role' ) );
     95
    9596
    9697        remove_filter( 'page_row_actions', array( $this, 'funnel_interior_edit' ), 10, 2 );
    9798        add_filter( 'post_row_actions', array( $this, 'funnel_interior_edit' ), 10, 2 );
     99
     100
     101
     102
     103
     104
    98105    }
    99106
  • wp-funnel-manager/trunk/wp-funnel-manager.php

    r2676816 r2716187  
    44 * Plugin URI:
    55 * Description: Organises content into multi-step funnels.
    6  * Version: 1.3.1
     6 * Version: 1.3.
    77 * Requires at least: 5.8
    88 * Requires PHP: 5.6
     
    1818}
    1919
    20 if ( false )
     20if ( f )
    2121{
    2222    add_action( 'plugins_loaded', 'wpfunnel_init_deactivation' );
     
    4747    function wpfunnel_deactivation_notice()
    4848    {
    49         $notice = sprintf(
    50             // Translators: 1: Required PHP version, 2: Current PHP version.
    51             '<strong>WP Funnel Manager</strong> requires PHP %1$s to run. This site uses %2$s, so the plugin has been <strong>deactivated</strong>.',
    52             '7.1',
    53             PHP_VERSION
    54         );
     49        $notice = '<strong>WP Funnel Manager</strong> has been <strong>deactivated</strong> due to the detection of an unresolvable conflict with another of your plugins. Please try again after deactivating your other plugins.';
    5550        ?>
    5651        <div class="updated"><p><?php echo wp_kses_post( $notice ); ?></p></div>
     
    6459    return false;
    6560}
     61
     62
     63
     64
     65
     66
     67
    6668
    6769/**
Note: See TracChangeset for help on using the changeset viewer.