Plugin Directory

Changeset 1732603


Ignore:
Timestamp:
09/20/2017 03:56:00 AM (9 years ago)
Author:
adsenseforamp
Message:

bug fixes

Location:
setup-adsense-for-amp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • setup-adsense-for-amp/trunk/adsense-for-amp.php

    r1732573 r1732603  
    55Plugin URI: https://creativebrains.co.in
    66Description: Setup Google Adsense on AMP pages
    7 Version: 1.2.0
     7Version: 1.2.1
    88Author: Creative Brains
    99*/
  • setup-adsense-for-amp/trunk/readme.txt

    r1732586 r1732603  
    6666== Changelog ==
    6767
     68= 1.2.1 =
     69* bug fixes
     70
    6871= 1.2.0 =
    6972* Added support for custom banner ads
  • setup-adsense-for-amp/trunk/templates/adsense/below-the-content.php

    r1732573 r1732603  
    2424    </div>
    2525</div>
    26 <div class="below-the-content-google-adsense<?php if ($above_the_content_ad_type != "google-adsense") echo ' afa-hide'; ?>">   
     26<div class="below-the-content-google-adsense<?php if ($below_the_content_ad_type != "google-adsense") echo ' afa-hide'; ?>">   
    2727    <div class="afa-form-label" scope"row">Publisher id:</div>
    2828    <div class="afa-form-input">
     
    3232    </div>
    3333</div>
    34 <div class="below-the-content-google-adsense<?php if ($above_the_content_ad_type != "google-adsense") echo ' afa-hide'; ?>">   
     34<div class="below-the-content-google-adsense<?php if ($below_the_content_ad_type != "google-adsense") echo ' afa-hide'; ?>">   
    3535    <div class="afa-form-label" scope"row">Ad unit id:</div>
    3636    <div class="afa-form-input">
     
    4040    </div>
    4141</div>
    42 <div class="below-the-content-google-adsense<?php if ($above_the_content_ad_type != "google-adsense") echo ' afa-hide'; ?>">   
     42<div class="below-the-content-google-adsense<?php if ($below_the_content_ad_type != "google-adsense") echo ' afa-hide'; ?>">   
    4343    <div class="afa-form-label" scope"row">Ad size:</div>
    4444    <div class="afa-form-input">
     
    5252</div>
    5353
    54 <div class="below-the-content-custom-banner<?php if ($above_the_content_ad_type != "custom-banner") echo ' afa-hide'; ?>">
     54<div class="below-the-content-custom-banner<?php if ($below_the_content_ad_type != "custom-banner") echo ' afa-hide'; ?>">
    5555    <div class="afa-form-label" scope"row">Custom banner ad image url:</div>
    5656    <div class="afa-form-input">
     
    6161</div>
    6262
    63 <div class="below-the-content-custom-banner<?php if ($above_the_content_ad_type != "custom-banner") echo ' afa-hide'; ?>">
     63<div class="below-the-content-custom-banner<?php if ($below_the_content_ad_type != "custom-banner") echo ' afa-hide'; ?>">
    6464    <div class="afa-form-label" scope"row">Custom banner ad link:</div>
    6565    <div class="afa-form-input">
Note: See TracChangeset for help on using the changeset viewer.