Skip to content

Commit

Permalink
Fixed the phpcbf coding standards and version number updated v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshc-bsf committed Jan 25, 2022
1 parent 6c26918 commit 65e0f9f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
**Contributors:** [brainstormforce](https://profiles.wordpress.org/brainstormforce)
**Tags:** mautic, contacts, api, count, email
**Requires at least:** 4.1
**Stable tag:** 1.0.5
**Stable tag:** 1.0.6
**Tested up to:** 5.9

Display your Mautic Contacts count on your website
Expand All @@ -28,6 +28,9 @@ A very useful plugin to display your mautic contacts count on your website. This

## Changelog ##

### Version 1.0.6 ###
- Fix: Code updated according to coding standard.

### Version 1.0.5 ###
- Improvement: Improvements as per WordPress coding standards.

Expand Down
6 changes: 3 additions & 3 deletions contacts-in-mautic.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Contacts in Mautic
* Plugin URI: http://brainstormforce.com
* Description: Get All Mautic Contacts Count using simple shortcode.
* Version: 1.0.5
* Version: 1.0.6
* Author: Brainstormforce
* Author URI: http://brainstormforce.com
* License: GNU General Public License v2.0
Expand Down Expand Up @@ -37,7 +37,7 @@
}

// Set the BSF_CONTACT_MAUTIC_VERSION.
define( 'BSF_CONTACT_MAUTIC_VERSION', '1.0.5' );
define( 'BSF_CONTACT_MAUTIC_VERSION', '1.0.6' );

// Include the auto update file.
require_once plugin_dir_path( __FILE__ ) . 'classes/class-bsf-cm-auto-update.php';
Expand Down Expand Up @@ -599,4 +599,4 @@ function bsfm_connect_mautic_username_password( $data, $anonymous ) {
$mautic_response['body'] = $body;

return $mautic_response;
}
}
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: brainstormforce
Tags: mautic, contacts, api, count, email
Requires at least: 4.1
Stable tag: 1.0.5
Stable tag: 1.0.6
Tested up to: 5.9

Display your Mautic Contacts count on your website
Expand All @@ -28,6 +28,9 @@ A very useful plugin to display your mautic contacts count on your website. This

== Changelog ==

= Version 1.0.6 =
- Fix: Code updated according to coding standard.

= Version 1.0.5 =
- Improvement: Improvements as per WordPress coding standards.

Expand Down

0 comments on commit 65e0f9f

Please sign in to comment.