Plugin Directory

Changeset 1304464


Ignore:
Timestamp:
12/09/2015 05:36:49 PM (10 years ago)
Author:
imforza
Message:

1.4.1

  • Improved Jetpack user check
Location:
imforza-news/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • imforza-news/trunk/imforza.php

    r1303359 r1304464  
    22/*
    33Plugin Name: imFORZA
    4 Version: 1.4.0
     4Version: 1.4.1
    55Plugin URI: //www.imforza.com#utm_source=wpadmin&utm_medium=plugin&utm_campaign=imforzanewsplugin
    66Description: imFORZA is a Web Design and Marketing company based out of El Segundo, CA. Get quick access to imFORZA Support and the latest marketing news.
     
    1515
    1616// Define Plugin Version
    17 define( 'IMFORZA_PLUGIN_VERSION', '1.4.0' );
     17define( 'IMFORZA_PLUGIN_VERSION', '1.4.1' );
    1818
    1919
     
    5555function imforza_activation() {
    5656
    57     update_option( 'imforza', array('version' => '1.4.0'));
     57    update_option( 'imforza', array('version' => '1.4.1'));
    5858
    5959    flush_rewrite_rules();
  • imforza-news/trunk/modules/jetpack.php

    r1303359 r1304464  
    1414        $jetpack_options = get_option('jetpack_options');
    1515
    16         $jetpack_master_id = !empty($jetpack_options['master_user']);
     16        $jetpack_master_id = $jetpack_options['master_user'];
    1717
    1818        $current_user = wp_get_current_user();
    1919
    20         if ( $current_user->user_login == 'imforza-dev' && $current_user->ID == $jetpack_master_id ) {
     20        if ( $current_user->user_login == 'imforza-dev' && $imforza_user_id == $jetpack_master_id ) {
    2121
    2222       ?>
  • imforza-news/trunk/readme.txt

    r1303359 r1304464  
    2121
    2222== Changelog ==
     23
     24= 1.4.1 =
     25* Improved Jetpack user check
    2326
    2427= 1.4.0 =
Note: See TracChangeset for help on using the changeset viewer.