Changeset 1695151
- Timestamp:
- 07/12/2017 11:56:47 AM (9 years ago)
- Location:
- adtechmedia/trunk
- Files:
-
- 3 edited
-
adtechmedia-plugin.php (modified) (1 diff)
-
adtechmedia.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adtechmedia/trunk/adtechmedia-plugin.php
r1694645 r1695151 490 490 $data = wp_remote_get( $script . "?_v=" . time() ); 491 491 $data = gzdecode( $data['body'] ) ? gzdecode( $data['body'] ) : $data['body']; 492 $this->add_plugin_option( 'atm-js-hash', $new_hash);492 $this->add_plugin_option( 'atm-js-hash', time() ); 493 493 $this->add_plugin_option( 'atm-js-is-old', '0' ); 494 494 file_put_contents( $file, $data ); -
adtechmedia/trunk/adtechmedia.php
r1694645 r1695151 3 3 * Plugin Name: AdTechMedia 4 4 * Plugin URI: https://wordpress.org/plugins/adtechmedia/ 5 * Version: 0.10. 75 * Version: 0.10.8 6 6 * Author: AdTechMedia.io 7 7 * Description: AdTechMedia is an advertising platform with micropayments capabilities for media content monetization. We help publishers and content providers to generate complimentary revenue streams that are immune to ad blocking software (e.g. native advertising or native micropayments). Our solutions are white labeled, data driven and realtime. To learn more, contact hello@adtechmedia.io or visit www.adtechmedia.io. -
adtechmedia/trunk/readme.txt
r1694645 r1695151 10 10 Requires at least: 3.6 11 11 Tested up to: 4.8 12 Stable tag: 0.10. 712 Stable tag: 0.10.8 13 13 14 14
Note: See TracChangeset
for help on using the changeset viewer.