Plugin Directory

Changeset 1576928


Ignore:
Timestamp:
01/18/2017 01:12:02 AM (9 years ago)
Author:
Content.ad
Message:

Update to version 1.2.11

  • Bug Fix: WordPress notifications will no longer cause the Content.ad logo to appear multiple times on the Widget List page
Location:
contentad
Files:
29 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • contentad/trunk/contentad.php

    r1576706 r1576928  
    55 * Plugin URI: https://wordpress.org/plugins/contentad/
    66 * Description: Content.ad enables blog owners to display ads or related blog posts (from their own blog) in a "lead me to more content" section. The ads are sourced dynamically from the Content.ad system and can be a source of revenue for the blog owner.
    7  * Version: 1.2.10
     7 * Version: 1.2.11
    88 * Author: Content.ad
    99 * Author URI: https://www.content.ad
     
    4242}
    4343
    44 define( 'CONTENTAD_VERSION', '1.2.10' );
     44define( 'CONTENTAD_VERSION', '1.2.11' );
    4545define( 'CONTENTAD_FILE', get_contentad_file() );
    4646define( 'CONTENTAD_PATH', plugin_dir_path( CONTENTAD_FILE ) );
  • contentad/trunk/js/admin.js

    r1576706 r1576928  
    33   
    44    /* Add controls to top of Widget Edit page */
    5     var headingPosition = '.wrap ' + $('.wrap').children().get(0).nodeName; // get first tag name inside .wrap div
     5    var headingPosition = '.wrap ' + ( $('h1').length ) ? 'h1' : 'h2' ; // get first tag name inside .wrap div
    66    var buttonPosition = ( $( headingPosition + ' a' ).length ) ? headingPosition + ' a' : headingPosition + '+a' ;
    77    var buttonSelector = $( buttonPosition ).attr('class'); // get "Add New Widget" button selector class
  • contentad/trunk/readme.txt

    r1576706 r1576928  
    44Requires at least: 3.0.6
    55Tested up to: 4.7.1
    6 Stable tag: 1.2.10
     6Stable tag: 1.2.11
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8989== Changelog ==
    9090
     91= 1.2.11 =
     92* Bug Fix: WordPress notifications will no longer cause the Content.ad logo to appear multiple times on the Widget List page
     93
    9194= 1.2.10 =
    9295* Added support for popup widgets
  • contentad/trunk/wp-package.json

    r1576706 r1576928  
    55  "readme_description": "Display popular content to your users from your own site and/or from our sponsored partners, increasing visitor engagement and earning revenue at the same time.",
    66  "plugin_description": "Content.ad enables blog owners to display ads or related blog posts (from their own blog) in a \"lead me to more content\" section. The ads are sourced dynamically from the Content.ad system and can be a source of revenue for the blog owner.",
    7   "version": "1.2.10",
     7  "version": "1.2.11",
    88  "url": "https://wordpress.org/plugins/contentad/",
    99  "copyright": "Copyright 2014 Content.ad (info@content.ad)",
Note: See TracChangeset for help on using the changeset viewer.