Skip to content

Commit

Permalink
Merge pull request #3 from brainstormforce/Swapnildhanrale-patch-1
Browse files Browse the repository at this point in the history
Update readme.txt
  • Loading branch information
patilvikasj authored Feb 21, 2019
2 parents 8db26d5 + 4ebb328 commit e5d5366
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contacts-in-mautic.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class="contacts-in-mautic-text"/>

<?php
$credentials = get_option( '_bsf_mautic_cnt_credentials' );
$expires_in = $credentials['expires_in'];
$expires_in = isset( $credentials['expires_in'] ) ? $credentials['expires_in'] : '';
if( ! isset( $credentials['access_token'] ) ) { ?>

<div class="form-setting">
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Contacts in Mautic ===
Contributors: brainstormforce, rahulwalunje-1
Contributors: brainstormforce
Tags: mautic, contacts, api, count, email
Requires at least: 4.1
Stable tag: 1.0.0
Tested up to: 4.8.1
Tested up to: 5.1

Display your Mautic Contacts count on your website

Expand Down

0 comments on commit e5d5366

Please sign in to comment.