Plugin Directory

Changeset 1560213


Ignore:
Timestamp:
12/22/2016 11:38:12 PM (9 years ago)
Author:
Content.ad
Message:

Update to version 1.1.18

  • New widget code to improve reliability and security.
Location:
contentad
Files:
29 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • contentad/trunk/contentad.php

    r1546829 r1560213  
    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.1.17
     7 * Version: 1.1.18
    88 * Author: Content.ad
    99 * Author URI: https://www.content.ad
     
    4242}
    4343
    44 define( 'CONTENTAD_VERSION', '1.1.17' );
     44define( 'CONTENTAD_VERSION', '1.1.18' );
    4545define( 'CONTENTAD_FILE', get_contentad_file() );
    4646define( 'CONTENTAD_PATH', plugin_dir_path( CONTENTAD_FILE ) );
     
    4848define( 'CONTENTAD_NAME', __('Content.ad', 'contentad') );
    4949define( 'CONTENTAD_SLUG', 'contentad' );
    50 define( 'CONTENTAD_API_URL', 'http://partners.content.ad/api.svc' );
    51 define( 'CONTENTAD_REMOTE_URL', 'https://app.content.ad/' );
     50define( 'CONTENTAD_API_URL', 'https://partners.content.ad/api.svc' );
     51define( 'CONTENTAD_REMOTE_URL', 'https://app.content-ad.com/' );
    5252
    5353/**
  • contentad/trunk/includes/api.class.php

    r1494857 r1560213  
    272272                 * Return the generated code
    273273                 */
    274                 wp_register_script('contentad-script-'.$query['wid'],'//api.content.ad/Scripts/widget2.aspx?'.$query_string,array(),CONTENTAD_VERSION,true);
     274                wp_register_script('contentad-script-'.$query['wid'],'//api.content-ad.net/Scripts/widget2.aspx?'.$query_string,array(),CONTENTAD_VERSION,true);
    275275                wp_enqueue_script('contentad-script-'.$query['wid']);
    276276                return "\r\n".'<div id="contentad'.$query['wid'].'"></div>'."\r\n";
  • contentad/trunk/readme.txt

    r1546829 r1560213  
    44Requires at least: 3.0.6
    55Tested up to: 4.7
    6 Stable tag: 1.1.17
     6Stable tag: 1.1.18
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8888
    8989== Changelog ==
     90
     91= 1.1.18 =
     92* New widget code to improve reliability and security.
    9093
    9194= 1.1.17 =
  • contentad/trunk/wp-package.json

    r1546829 r1560213  
    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.1.17",
     7  "version": "1.1.18",
    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.