Changeset 1716931
- Timestamp:
- 08/21/2017 10:55:07 AM (9 years ago)
- Location:
- addefend-easy-integration
- Files:
-
- 1 added
- 3 edited
- 10 copied
-
tags/1.3 (added)
-
tags/1.3/Components (copied) (copied from addefend-easy-integration/trunk/Components)
-
tags/1.3/Components/script_integration.php (copied) (copied from addefend-easy-integration/trunk/Components/script_integration.php) (2 diffs)
-
tags/1.3/README.md (copied) (copied from addefend-easy-integration/trunk/README.md)
-
tags/1.3/Utils (copied) (copied from addefend-easy-integration/trunk/Utils)
-
tags/1.3/View (copied) (copied from addefend-easy-integration/trunk/View)
-
tags/1.3/View/options.php (copied) (copied from addefend-easy-integration/trunk/View/options.php)
-
tags/1.3/addefend-easy-integration.php (copied) (copied from addefend-easy-integration/trunk/addefend-easy-integration.php) (1 diff)
-
tags/1.3/assets (copied) (copied from addefend-easy-integration/trunk/assets)
-
tags/1.3/license.txt (copied) (copied from addefend-easy-integration/trunk/license.txt)
-
tags/1.3/readme.txt (copied) (copied from addefend-easy-integration/trunk/readme.txt) (1 diff)
-
trunk/Components/script_integration.php (modified) (2 diffs)
-
trunk/addefend-easy-integration.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
addefend-easy-integration/tags/1.3/Components/script_integration.php
r1713299 r1716931 43 43 add_action('out_of_date_script', 'download_addefend_script'); 44 44 function download_addefend_script() { 45 addefend_log('ADDEFEND -- TRACE : 5 minutes have passed!');45 addefend_log('ADDEFEND -- TRACE : download_addefend_script() !'); 46 46 $script_URL = get_option( 'addefend_script_URL' ); 47 47 // API call … … 86 86 addefend_log('ADDEFEND -- TRACE : Script injected in the footer'); 87 87 } 88 if ( !wp_next_scheduled( 'out_of_date_script' ) ) { 89 wp_schedule_event( time(), 'hourly', 'out_of_date_script'); 90 } 88 91 } 89 92 -
addefend-easy-integration/tags/1.3/addefend-easy-integration.php
r1713299 r1716931 4 4 Plugin URI: https://wordpress.org/plugins/addefend-easy-integration/ 5 5 Description: The AdDefend Easy Intregration plug-in supports publishers in integrating the AdDefend anti-adblock solution. 6 Version: 1. 26 Version: 1.3 7 7 Author: AdDefend GmbH 8 8 Author URI: http://www.addefend.com/ -
addefend-easy-integration/tags/1.3/readme.txt
r1713299 r1716931 4 4 Requires at least: 4.2 5 5 Tested up to: 4.8 6 Stable tag: 1. 26 Stable tag: 1.3 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl.html -
addefend-easy-integration/trunk/Components/script_integration.php
r1713299 r1716931 43 43 add_action('out_of_date_script', 'download_addefend_script'); 44 44 function download_addefend_script() { 45 addefend_log('ADDEFEND -- TRACE : 5 minutes have passed!');45 addefend_log('ADDEFEND -- TRACE : download_addefend_script() !'); 46 46 $script_URL = get_option( 'addefend_script_URL' ); 47 47 // API call … … 86 86 addefend_log('ADDEFEND -- TRACE : Script injected in the footer'); 87 87 } 88 if ( !wp_next_scheduled( 'out_of_date_script' ) ) { 89 wp_schedule_event( time(), 'hourly', 'out_of_date_script'); 90 } 88 91 } 89 92 -
addefend-easy-integration/trunk/addefend-easy-integration.php
r1713299 r1716931 4 4 Plugin URI: https://wordpress.org/plugins/addefend-easy-integration/ 5 5 Description: The AdDefend Easy Intregration plug-in supports publishers in integrating the AdDefend anti-adblock solution. 6 Version: 1. 26 Version: 1.3 7 7 Author: AdDefend GmbH 8 8 Author URI: http://www.addefend.com/ -
addefend-easy-integration/trunk/readme.txt
r1713299 r1716931 4 4 Requires at least: 4.2 5 5 Tested up to: 4.8 6 Stable tag: 1. 26 Stable tag: 1.3 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl.html
Note: See TracChangeset
for help on using the changeset viewer.