Plugin Directory

Changeset 1131085


Ignore:
Timestamp:
04/09/2015 10:18:31 AM (11 years ago)
Author:
brs
Message:

new version

Location:
optin-forms
Files:
94 added
3 edited

Legend:

Unmodified
Added
Removed
  • optin-forms/trunk/includes/functions.php

    r1128264 r1131085  
    381381    global $current_user;
    382382    $userid = $current_user->ID;
    383     if ( !get_user_meta( $userid, 'optinforms_dismiss_supportbox_115' ) ) {
     383    if ( current_user_can('manage_options') && !get_user_meta( $userid, 'optinforms_dismiss_supportbox_115' ) ) {
    384384    ?>
    385385    <div class="updated" style="background:#02C2A8;border-color:#109785;margin:20px 0 40px;">
  • optin-forms/trunk/optin-forms.php

    r1128264 r1131085  
    55Description: Create beautiful optin forms with ease. Choose a form design, customize it, and add your form to your blog with a simple mouse-click.
    66Author: Boris Beo
    7 Version: 1.1.5
     7Version: 1.1.6
    88Author URI: http://www.codeleon.com
    99Text Domain: optinforms
  • optin-forms/trunk/readme.txt

    r1128264 r1131085  
    44Requires at least: 3.2
    55Tested up to: 4.1.1
    6 Stable tag: 1.1.5
     6Stable tag: 1.1.6
    77
    88Create beautiful optin forms with ease. Choose a form design, customize it, and add your form to your blog with a simple mouse-click.
     
    5656== Changelog ==
    5757
     58= 1.1.6 =
     59* Restricted pledge box to admins only.
     60
    5861= 1.1.5 =
    5962* Added MailChimp Form Action URL check.
     
    9295== Upgrade Notice ==
    9396
     97= 1.1.6 =
     98Restricted pledge box to admin users only.
     99
    94100= 1.1.5 =
    95101Updated MailChimp Form Action URL check, fixed SSL issues and Google Fonts error issue.
Note: See TracChangeset for help on using the changeset viewer.