Changeset 1560213
- Timestamp:
- 12/22/2016 11:38:12 PM (9 years ago)
- Location:
- contentad
- Files:
-
- 29 added
- 1 deleted
- 4 edited
-
tags/1.1.17 (deleted)
-
tags/1.1.18 (added)
-
tags/1.1.18/contentad.php (added)
-
tags/1.1.18/css (added)
-
tags/1.1.18/css/admin.css (added)
-
tags/1.1.18/images (added)
-
tags/1.1.18/images/big_red_x.png (added)
-
tags/1.1.18/images/ca_icon.png (added)
-
tags/1.1.18/images/ca_logo.png (added)
-
tags/1.1.18/images/numbers.png (added)
-
tags/1.1.18/images/sm_icon_active.png (added)
-
tags/1.1.18/images/sm_icon_inactive.png (added)
-
tags/1.1.18/includes (added)
-
tags/1.1.18/includes/admin (added)
-
tags/1.1.18/includes/admin/admin.class.php (added)
-
tags/1.1.18/includes/admin/wp3-menu-fix.class.php (added)
-
tags/1.1.18/includes/api.class.php (added)
-
tags/1.1.18/includes/exitpage.class.php (added)
-
tags/1.1.18/includes/images.class.php (added)
-
tags/1.1.18/includes/init.class.php (added)
-
tags/1.1.18/includes/post-type.class.php (added)
-
tags/1.1.18/includes/shortcode.class.php (added)
-
tags/1.1.18/includes/tbclose.php (added)
-
tags/1.1.18/includes/widget.class.php (added)
-
tags/1.1.18/js (added)
-
tags/1.1.18/js/admin.js (added)
-
tags/1.1.18/js/settings.js (added)
-
tags/1.1.18/readme.txt (added)
-
tags/1.1.18/wp-package.json (added)
-
trunk/contentad.php (modified) (3 diffs)
-
trunk/includes/api.class.php (modified) (1 diff)
-
trunk/includes/exitpage.class.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-package.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contentad/trunk/contentad.php
r1546829 r1560213 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.1.1 77 * Version: 1.1.18 8 8 * Author: Content.ad 9 9 * Author URI: https://www.content.ad … … 42 42 } 43 43 44 define( 'CONTENTAD_VERSION', '1.1.1 7' );44 define( 'CONTENTAD_VERSION', '1.1.18' ); 45 45 define( 'CONTENTAD_FILE', get_contentad_file() ); 46 46 define( 'CONTENTAD_PATH', plugin_dir_path( CONTENTAD_FILE ) ); … … 48 48 define( 'CONTENTAD_NAME', __('Content.ad', 'contentad') ); 49 49 define( 'CONTENTAD_SLUG', 'contentad' ); 50 define( 'CONTENTAD_API_URL', 'http ://partners.content.ad/api.svc' );51 define( 'CONTENTAD_REMOTE_URL', 'https://app.content .ad/' );50 define( 'CONTENTAD_API_URL', 'https://partners.content.ad/api.svc' ); 51 define( 'CONTENTAD_REMOTE_URL', 'https://app.content-ad.com/' ); 52 52 53 53 /** -
contentad/trunk/includes/api.class.php
r1494857 r1560213 272 272 * Return the generated code 273 273 */ 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); 275 275 wp_enqueue_script('contentad-script-'.$query['wid']); 276 276 return "\r\n".'<div id="contentad'.$query['wid'].'"></div>'."\r\n"; -
contentad/trunk/readme.txt
r1546829 r1560213 4 4 Requires at least: 3.0.6 5 5 Tested up to: 4.7 6 Stable tag: 1.1.1 76 Stable tag: 1.1.18 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 88 88 89 89 == Changelog == 90 91 = 1.1.18 = 92 * New widget code to improve reliability and security. 90 93 91 94 = 1.1.17 = -
contentad/trunk/wp-package.json
r1546829 r1560213 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.1.1 7",7 "version": "1.1.18", 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.