Changeset 1834642
- Timestamp:
- 03/06/2018 04:08:50 PM (8 years ago)
- Location:
- affilinet-performance-module
- Files:
-
- 2 edited
-
tags/1.9.3/classes/Plugin.php (modified) (1 diff)
-
trunk/classes/Plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
affilinet-performance-module/tags/1.9.3/classes/Plugin.php
r1834636 r1834642 32 32 33 33 // check for version changes 34 $pluginVersion = get_file_data( AFFILINET_PLUGIN_DIR . 'affilinet.php', array( 'Version' => 'Version' ), 'plugin' )['Version'];34 $pluginVersion = get_file_data( AFFILINET_PLUGIN_DIR . DIRECTORY_SEPARATOR . 'affilinet.php', array( 'Version' => 'Version' ), 'plugin' )['Version']; 35 35 if ( get_option( 'affilinet-performance-ads-version', false ) !== $pluginVersion ) { 36 36 $this->plugin_upgraded(); -
affilinet-performance-module/trunk/classes/Plugin.php
r1834636 r1834642 32 32 33 33 // check for version changes 34 $pluginVersion = get_file_data( AFFILINET_PLUGIN_DIR . 'affilinet.php', array( 'Version' => 'Version' ), 'plugin' )['Version']; 34 35 $pluginVersion = get_file_data( AFFILINET_PLUGIN_DIR . DIRECTORY_SEPARATOR . 'affilinet.php', array( 'Version' => 'Version' ), 'plugin' )['Version']; 35 36 if ( get_option( 'affilinet-performance-ads-version', false ) !== $pluginVersion ) { 36 37 $this->plugin_upgraded();
Note: See TracChangeset
for help on using the changeset viewer.