Plugin Directory

Changeset 1983456


Ignore:
Timestamp:
11/30/2018 07:39:41 PM (7 years ago)
Author:
Content.ad
Message:

Updated plugin to 1.3.3 to support WordPress 4.9.8

Location:
contentad
Files:
30 added
4 edited

Legend:

Unmodified
Added
Removed
  • contentad/trunk/contentad.php

    r1777920 r1983456  
    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.3.1
     7 * Version: 1.3.3
    88 * Author: Content.ad
    99 * Author URI: https://www.content.ad
     
    4242}
    4343
    44 define( 'CONTENTAD_VERSION', '1.3.1' );
     44define( 'CONTENTAD_VERSION', '1.3.3' );
    4545define( 'CONTENTAD_FILE', get_contentad_file() );
    4646define( 'CONTENTAD_PATH', plugin_dir_path( CONTENTAD_FILE ) );
  • contentad/trunk/includes/admin/admin.class.php

    r1777920 r1983456  
    187187                <?php endif; ?>
    188188            </p>
    189             <p><input id="verify_api_key" name="Submit" type="submit" class="button-primary" value="<?php esc_attr_e( 'Remember and Verify API key', 'contentad' ); ?>" /></p><?php
     189            <p><input id="verify_api_key" name="Submit" type="submit" class="button-primary" value="<?php esc_attr_e( 'Remember and Verify Wordpress key', 'contentad' ); ?>" /></p><?php
    190190        }
    191191
  • contentad/trunk/readme.txt

    r1777920 r1983456  
    33Tags: related content, engagement, ads, advertising, revenue, posts, montize, monetization, affiliate, contextual ads, contextual advertising, pay per click, ppc, ad networks, relevent ads, text ads, content ads, income, related posts, widgets, related, similar posts, related post thumbnails, popular posts
    44Requires at least: 3.0.6
    5 Tested up to: 4.9
    6 Stable tag: 1.3.1
     5Tested up to: 4.9.8
     6Stable tag: 1.3.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8888
    8989== Changelog ==
     90
     91= 1.3.3 =
     92* Updated for WordPress 4.9.8
     93* Updated Settings WordPress Key button text to clarify which API key you should use
     94
     95= 1.3.2 =
     96* Updated for WordPress 4.9.4
    9097
    9198= 1.3.1 =
  • contentad/trunk/wp-package.json

    r1777920 r1983456  
    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.3.1",
     7  "version": "1.3.3",
    88  "url": "https://wordpress.org/plugins/contentad/",
    99  "copyright": "Copyright 2014 Content.ad (info@content.ad)",
    1010  "requires_wp": "3.0.6",
    11   "tested_with": "4.9",
     11  "tested_with": "4.9.8",
    1212  "requires_php": "5.2.4",
    1313  "text_domain": "contentad",
Note: See TracChangeset for help on using the changeset viewer.