Plugin Directory

Changeset 3247116


Ignore:
Timestamp:
02/26/2025 01:25:56 PM (10 months ago)
Author:
madalin.ungureanu
Message:

tagging version 3.3.3

Location:
wp-webhooks
Files:
657 added
31 edited

Legend:

Unmodified
Added
Removed
  • wp-webhooks/trunk/core/includes/integrations/advanced-custom-fields/advanced-custom-fields.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_advanced_custom_fields {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/affiliatewp/actions/affwp_add_referral.php

    r3006139 r3247116  
    99     */
    1010    class WP_Webhooks_Integrations_affiliatewp_Actions_affwp_add_referral {
     11        // PHP 8.2 compatibility requires the declaration of all properties
     12        public $page_title;
    1113
    1214        function __construct(){
  • wp-webhooks/trunk/core/includes/integrations/affiliatewp/actions/affwp_add_visit.php

    r3006139 r3247116  
    99     */
    1010    class WP_Webhooks_Integrations_affiliatewp_Actions_affwp_add_visit {
     11        // PHP 8.2 compatibility requires the declaration of all properties
     12        public $page_title;
    1113
    1214        function __construct(){
  • wp-webhooks/trunk/core/includes/integrations/affiliatewp/affiliatewp.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_affiliatewp {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/amelia/amelia.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_amelia {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/broken-link-checker/broken-link-checker.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_broken_link_checker {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/contactform7/contactform7.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_contactform7 {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/edd/edd.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_edd {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/elementor/elementor.php

    r3006139 r3247116  
    1313class WP_Webhooks_Integrations_elementor {
    1414
     15    // PHP 8.2 compatibility requires the declaration of all properties
    1516    public $helpers  = '';
    1617    public $actions  = '';
    1718    public $triggers = '';
     19    public $details;
     20    public $auth;
    1821
    1922    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/fluent-crm/fluent-crm.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_fluent_crm {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/fluent-forms/fluent-forms.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_fluent_forms {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/fluent-support/fluent-support.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_fluent_support {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/formidable-forms/formidable-forms.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_formidable_forms {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/forminator/forminator.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_forminator {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/givewp/givewp.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_givewp {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/gravityforms/gravityforms.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_gravityforms {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/happyforms/happyforms.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_happyforms {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/learndash/learndash.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_learndash {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/newsletter/newsletter.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_newsletter {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/ninjaforms/ninjaforms.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_ninjaforms {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/paid-memberships-pro/paid-memberships-pro.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_paid_memberships_pro {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/woocommerce/woocommerce.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_woocommerce {
    14    
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $auth;
    1518    public $helpers  = '';
    1619    public $actions  = '';
  • wp-webhooks/trunk/core/includes/integrations/wordpress/wordpress.php

    r3006139 r3247116  
    1313class WP_Webhooks_Integrations_wordpress {
    1414
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $auth;
    1518    public $helpers  = '';
    1619    public $actions  = '';
  • wp-webhooks/trunk/core/includes/integrations/wp-fusion/wp-fusion.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_wp_fusion {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/wp-simple-pay/wp-simple-pay.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_wp_simple_pay {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/wp-webhooks/wp-webhooks.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_wp_webhooks {
    14    
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $auth;
    1518    public $helpers  = '';
    1619    public $actions  = '';
  • wp-webhooks/trunk/core/includes/integrations/wpforms/wpforms.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_wpforms {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/integrations/wpreset/wpreset.php

    r3006139 r3247116  
    1212 */
    1313class WP_Webhooks_Integrations_wpreset {
     14
     15    // PHP 8.2 compatibility requires the declaration of all properties
     16    public $details;
     17    public $helpers;
     18    public $auth;
     19    public $actions;
     20    public $triggers;
    1421
    1522    public function is_active(){
  • wp-webhooks/trunk/core/includes/partials/tabs/receive-data.php

    r3006139 r3247116  
    211211                        $status = 'inactive';
    212212                        $status_name = 'Activate';
     213                    }
     214
     215                    //webook_data api_key might not be set
     216                    if( ! isset( $webhook_data['api_key'] ) ){
     217                        $webhook_data['api_key'] = '';
    213218                    }
    214219                    ?>
     
    665670        $status_name = 'Activate';
    666671    }
     672
     673    //webook_data api_key might not be set
     674    if( ! isset( $webhook_data['api_key'] ) ){
     675        $webhook_data['api_key'] = '';
     676    }
    667677    ?>
    668678    <div class="modal modal--lg fade" id="wpwhActionSettings<?php echo $webhook; ?>" tabindex="-1" role="dialog">
  • wp-webhooks/trunk/readme.txt

    r3198271 r3247116  
    22Author URI: https://wp-webhooks.com/about/
    33Plugin URI: https://wp-webhooks.com/
    4 Contributors: cozmoslabs, ironikus
     4Contributors: ironikus
    55Donate link: https://wp-webhooks.com/pricing/
    66Tags: webhooks, automation, automate, automator, zapier, api, connector, integrations, automations, create user
    77Requires at least: 4.7
    8 Tested up to: 6.6.2
    9 Stable Tag: 3.3.2
     8Tested up to: 6.7.2
     9Stable Tag: 3.3.3
    1010License: GPLv3
    1111License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    280280
    281281== Changelog ==
     282
     283= 3.3.3: February 26, 2025 =
     284
     285**Fixed issues:**
     286
     287* Fixed more PHP 8 notices regarding dynamic properties
    282288
    283289= 3.3.2: December 06, 2023 =
  • wp-webhooks/trunk/wp-webhooks.php

    r3016899 r3247116  
    44 * Plugin URI: https://wp-webhooks.com/
    55 * Description: Put your website on autopilot by using webhooks to get rid of manual tasks and focus on what's really important for your business.
    6  * Version: 3.3.2
    7  * Author: Cozmoslabs, Ironikus
     6 * Version: 3.3.3
     7 * Author: Ironikus
    88 * Author URI: https://wp-webhooks.com/about/
    99 * License: GPL2
     
    2020
    2121// Plugin version.
    22 define( 'WPWH_VERSION',        '3.3.2' );
     22define( 'WPWH_VERSION',        '3.3.3' );
    2323
    2424// Determines if the plugin is loaded
Note: See TracChangeset for help on using the changeset viewer.