Skip to content

Commit

Permalink
fixed image whmcs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed Mar 5, 2024
1 parent 46cd135 commit 4eae4ee
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 deletions formscrm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: FormsCRM
* Plugin URI: https://closemarketing.net/formscrm
* Description: Connects Forms with CRM, ERP and Email Marketing.
* Version: 3.13.2
* Version: 3.13.3
* Author: Closemarketing
* Author URI: https://close.marketing
* Text Domain: formscrm
Expand All @@ -23,7 +23,7 @@

defined( 'ABSPATH' ) || die( 'No script kiddies please!' );

define( 'FORMSCRM_VERSION', '3.13.2' );
define( 'FORMSCRM_VERSION', '3.13.3' );
define( 'FORMSCRM_PLUGIN', __FILE__ );
define( 'FORMSCRM_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'FORMSCRM_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
Expand Down
Loading

0 comments on commit 4eae4ee

Please sign in to comment.