Changeset 1304464
- Timestamp:
- 12/09/2015 05:36:49 PM (10 years ago)
- Location:
- imforza-news/trunk
- Files:
-
- 3 edited
-
imforza.php (modified) (3 diffs)
-
modules/jetpack.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
imforza-news/trunk/imforza.php
r1303359 r1304464 2 2 /* 3 3 Plugin Name: imFORZA 4 Version: 1.4. 04 Version: 1.4.1 5 5 Plugin URI: //www.imforza.com#utm_source=wpadmin&utm_medium=plugin&utm_campaign=imforzanewsplugin 6 6 Description: 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. … … 15 15 16 16 // Define Plugin Version 17 define( 'IMFORZA_PLUGIN_VERSION', '1.4. 0' );17 define( 'IMFORZA_PLUGIN_VERSION', '1.4.1' ); 18 18 19 19 … … 55 55 function imforza_activation() { 56 56 57 update_option( 'imforza', array('version' => '1.4. 0'));57 update_option( 'imforza', array('version' => '1.4.1')); 58 58 59 59 flush_rewrite_rules(); -
imforza-news/trunk/modules/jetpack.php
r1303359 r1304464 14 14 $jetpack_options = get_option('jetpack_options'); 15 15 16 $jetpack_master_id = !empty($jetpack_options['master_user']);16 $jetpack_master_id = $jetpack_options['master_user']; 17 17 18 18 $current_user = wp_get_current_user(); 19 19 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 ) { 21 21 22 22 ?> -
imforza-news/trunk/readme.txt
r1303359 r1304464 21 21 22 22 == Changelog == 23 24 = 1.4.1 = 25 * Improved Jetpack user check 23 26 24 27 = 1.4.0 =
Note: See TracChangeset
for help on using the changeset viewer.