Plugin Directory

Changeset 2411509


Ignore:
Timestamp:
11/03/2020 12:17:53 AM (5 years ago)
Author:
Content.ad
Message:

v1.3.7: Added calltype param to all widget requests to improve reporting

Location:
contentad
Files:
30 added
4 edited

Legend:

Unmodified
Added
Removed
  • contentad/trunk/contentad.php

    r2399700 r2411509  
    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.6
     7 * Version: 1.3.7
    88 * Author: Content.ad
    99 * Author URI: https://www.content.ad
     
    4242}
    4343
    44 define( 'CONTENTAD_VERSION', '1.3.6' );
     44define( 'CONTENTAD_VERSION', '1.3.7' );
    4545define( 'CONTENTAD_FILE', get_contentad_file() );
    4646define( 'CONTENTAD_PATH', plugin_dir_path( CONTENTAD_FILE ) );
  • contentad/trunk/includes/api.class.php

    r2395741 r2411509  
    270270                    'd' => base64_encode( preg_replace( '/https?:\/\/(www.)?/i', '', home_url() ) ),
    271271                    'wid' => get_post_meta( $post->ID, '_widget_id', true ),
     272                    'ct' => 'wordpress',
    272273                    'cb' => round((microtime(true)*1000))
    273274                );
  • contentad/trunk/readme.txt

    r2399700 r2411509  
    44Requires at least: 3.0.6
    55Tested up to: 5.5.1
    6 Stable tag: 1.3.6
     6Stable tag: 1.3.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8888
    8989== Changelog ==
     90
     91= 1.3.7 =
     92* Added call type to widget request to improve reporting
    9093
    9194= 1.3.6 =
  • contentad/trunk/wp-package.json

    r2399700 r2411509  
    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.6",
     7  "version": "1.3.7",
    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.