Changeset 1693889
- Timestamp:
- 07/10/2017 04:15:00 PM (9 years ago)
- Location:
- adtechmedia/trunk
- Files:
-
- 3 edited
-
adtechmedia.php (modified) (1 diff)
-
js/main.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adtechmedia/trunk/adtechmedia.php
r1693792 r1693889 3 3 * Plugin Name: AdTechMedia 4 4 * Plugin URI: https://wordpress.org/plugins/adtechmedia/ 5 * Version: 0.10. 55 * Version: 0.10.6 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/js/main.js
r1693783 r1693889 333 333 result = tplManager.fetch(); 334 334 } else { 335 result = tplManager.createDefaults( ropertyId, themeId, platformId, themeVersion, platformVersion);335 result = tplManager.createDefaults(propertyId, themeId, platformId, themeVersion, platformVersion); 336 336 firstSaveTemplates = true; 337 337 } -
adtechmedia/trunk/readme.txt
r1693792 r1693889 10 10 Requires at least: 3.6 11 11 Tested up to: 4.8 12 Stable tag: 0.10. 512 Stable tag: 0.10.6 13 13 14 14
Note: See TracChangeset
for help on using the changeset viewer.