Changeset 1703167
- Timestamp:
- 07/26/2017 02:23:34 PM (9 years ago)
- Location:
- adtechmedia/trunk
- Files:
-
- 1 added
- 4 edited
-
adtechmedia-config.php (modified) (1 diff)
-
adtechmedia.php (modified) (1 diff)
-
css/main.css (modified) (2 diffs)
-
fonts/FuturaICG.woff (added)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adtechmedia/trunk/adtechmedia-config.php
r1703025 r1703167 41 41 'ads_video' => 'https://manage.adtechmedia.io/atm-admin/atm-build/demo-vast.xml', 42 42 'content_lock' => 'blur+scramble', 43 'revenue_method' => 'advertising+micropayments', 43 'revenue_method' => 'advertising+micropayments', // @todo change it to 'micropayments+subscriptions' when subscriptions implemented 44 44 'price_currency' => 'usd', 45 45 'content_paywall' => 'transactions', 46 46 'content_offset_type' => 'paragraphs', 47 47 'country' => 'United States', 48 'platform_id' => 'Wordpress',49 'updated_appearance' => '0',48 'platform_id' => 'Wordpress', 49 'updated_appearance' => '0', 50 50 'appearance_settings' => '{"model":{"main":{"sticky":true,"width":"600px","offset":{"top":"20px","fromCenter":"-60px","scrollTop":"100"}},"body":{"backgroundColor":"#ffffff","border":"1px solid #d3d3d3","fontFamily":"\'Merriweather\', sans-serif","boxShadow":"0 1px 2px 0 rgba(0, 0, 0, 0.1)"},"footer":{"backgroundColor":"#fafafa","border":"1px solid #e3e3e3"}}}', 51 51 ]; -
adtechmedia/trunk/adtechmedia.php
r1703093 r1703167 3 3 * Plugin Name: AdTechMedia 4 4 * Plugin URI: https://wordpress.org/plugins/adtechmedia/ 5 * Version: 0.11. 25 * Version: 0.11.3 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/css/main.css
r1703025 r1703167 2 2 @font-face { 3 3 font-family: FuturaICG; 4 src: url(../fonts/FuturaICG. ttf);4 src: url(../fonts/FuturaICG.woff); 5 5 } 6 6 … … 1579 1579 } 1580 1580 1581 /*# sourceMappingURL=main.css.map */1582 1581 .btn.disabled, .disabled.btn-large, .btn-floating.disabled, .btn-large.disabled, .btn-flat.disabled, .btn:disabled, .btn-large:disabled, .btn-floating:disabled, .btn-large:disabled, .btn-flat:disabled, .btn[disabled], .btn-large[disabled], .btn-floating[disabled], .btn-large[disabled], .btn-flat[disabled] { 1583 1582 background-color: #dfdfdf !important; -
adtechmedia/trunk/readme.txt
r1703093 r1703167 10 10 Requires at least: 3.6 11 11 Tested up to: 4.8 12 Stable tag: 0.11. 212 Stable tag: 0.11.3 13 13 14 14
Note: See TracChangeset
for help on using the changeset viewer.