Changeset 2395741
- Timestamp:
- 10/08/2020 12:09:12 AM (5 years ago)
- Location:
- contentad
- Files:
-
- 6 edited
-
tags/1.3.4/contentad.php (modified) (1 diff)
-
tags/1.3.4/includes/api.class.php (modified) (1 diff)
-
trunk/contentad.php (modified) (3 diffs)
-
trunk/includes/api.class.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-package.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contentad/tags/1.3.4/contentad.php
r1987350 r2395741 49 49 define( 'CONTENTAD_SLUG', 'contentad' ); 50 50 define( 'CONTENTAD_API_URL', 'https://partners.content.ad/api.svc' ); 51 define( 'CONTENTAD_REMOTE_URL', 'https://app.content -ad.com/' );51 define( 'CONTENTAD_REMOTE_URL', 'https://app.content.ad/' ); 52 52 define( 'CONTENTAD_REVIEW_DELAY', WEEK_IN_SECONDS ); 53 53 -
contentad/tags/1.3.4/includes/api.class.php
r1987350 r2395741 297 297 * Return the generated code 298 298 */ 299 wp_register_script('contentad-script-'.$query['wid'],'//api.content -ad.net/Scripts/widget2.aspx?'.$query_string,array(),CONTENTAD_VERSION,true);299 wp_register_script('contentad-script-'.$query['wid'],'//api.content.ad/Scripts/widget2.aspx?'.$query_string,array(),CONTENTAD_VERSION,true); 300 300 wp_enqueue_script('contentad-script-'.$query['wid']); 301 301 return "\r\n".'<div id="contentad'.$query['wid'].'"></div>'."\r\n"; -
contentad/trunk/contentad.php
r1987350 r2395741 5 5 * Plugin URI: https://wordpress.org/plugins/contentad/ 6 6 * 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. 47 * Version: 1.3.5 8 8 * Author: Content.ad 9 9 * Author URI: https://www.content.ad … … 42 42 } 43 43 44 define( 'CONTENTAD_VERSION', '1.3. 4' );44 define( 'CONTENTAD_VERSION', '1.3.5' ); 45 45 define( 'CONTENTAD_FILE', get_contentad_file() ); 46 46 define( 'CONTENTAD_PATH', plugin_dir_path( CONTENTAD_FILE ) ); … … 49 49 define( 'CONTENTAD_SLUG', 'contentad' ); 50 50 define( 'CONTENTAD_API_URL', 'https://partners.content.ad/api.svc' ); 51 define( 'CONTENTAD_REMOTE_URL', 'https://app.content -ad.com/' );51 define( 'CONTENTAD_REMOTE_URL', 'https://app.content.ad/' ); 52 52 define( 'CONTENTAD_REVIEW_DELAY', WEEK_IN_SECONDS ); 53 53 -
contentad/trunk/includes/api.class.php
r1777920 r2395741 297 297 * Return the generated code 298 298 */ 299 wp_register_script('contentad-script-'.$query['wid'],'//api.content -ad.net/Scripts/widget2.aspx?'.$query_string,array(),CONTENTAD_VERSION,true);299 wp_register_script('contentad-script-'.$query['wid'],'//api.content.ad/Scripts/widget2.aspx?'.$query_string,array(),CONTENTAD_VERSION,true); 300 300 wp_enqueue_script('contentad-script-'.$query['wid']); 301 301 return "\r\n".'<div id="contentad'.$query['wid'].'"></div>'."\r\n"; -
contentad/trunk/readme.txt
r1987350 r2395741 4 4 Requires at least: 3.0.6 5 5 Tested up to: 5.0 6 Stable tag: 1.3. 46 Stable tag: 1.3.5 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 89 89 == Changelog == 90 90 91 = 1.3.5 = 92 * Fixed content.ad login bug for Chrome 93 91 94 = 1.3.4 = 92 95 * Updated for WordPress 5.0 93 * Resolved conflict with plugins that append notic es containing h1 or h2 tags to the plugin96 * Resolved conflict with plugins that append noticies containing h1 or h2 tags to the plugin 94 97 95 98 = 1.3.3 = -
contentad/trunk/wp-package.json
r1987350 r2395741 5 5 "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.", 6 6 "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. 4",7 "version": "1.3.5", 8 8 "url": "https://wordpress.org/plugins/contentad/", 9 9 "copyright": "Copyright 2014 Content.ad (info@content.ad)",
Note: See TracChangeset
for help on using the changeset viewer.