Changeset 1983456
- Timestamp:
- 11/30/2018 07:39:41 PM (7 years ago)
- Location:
- contentad
- Files:
-
- 30 added
- 4 edited
-
tags/1.3.3 (added)
-
tags/1.3.3/contentad.php (added)
-
tags/1.3.3/css (added)
-
tags/1.3.3/css/admin.css (added)
-
tags/1.3.3/images (added)
-
tags/1.3.3/images/big_red_x.png (added)
-
tags/1.3.3/images/ca_icon.png (added)
-
tags/1.3.3/images/ca_logo.png (added)
-
tags/1.3.3/images/numbers.png (added)
-
tags/1.3.3/images/sm_icon_active.png (added)
-
tags/1.3.3/images/sm_icon_inactive.png (added)
-
tags/1.3.3/includes (added)
-
tags/1.3.3/includes/admin (added)
-
tags/1.3.3/includes/admin/admin.class.php (added)
-
tags/1.3.3/includes/admin/wp3-menu-fix.class.php (added)
-
tags/1.3.3/includes/api.class.php (added)
-
tags/1.3.3/includes/exitpage.class.php (added)
-
tags/1.3.3/includes/exitpop.class.php (added)
-
tags/1.3.3/includes/images.class.php (added)
-
tags/1.3.3/includes/init.class.php (added)
-
tags/1.3.3/includes/plugin-review.class.php (added)
-
tags/1.3.3/includes/post-type.class.php (added)
-
tags/1.3.3/includes/shortcode.class.php (added)
-
tags/1.3.3/includes/tbclose.php (added)
-
tags/1.3.3/includes/widget.class.php (added)
-
tags/1.3.3/js (added)
-
tags/1.3.3/js/admin.js (added)
-
tags/1.3.3/js/settings.js (added)
-
tags/1.3.3/readme.txt (added)
-
tags/1.3.3/wp-package.json (added)
-
trunk/contentad.php (modified) (2 diffs)
-
trunk/includes/admin/admin.class.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-package.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contentad/trunk/contentad.php
r1777920 r1983456 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. 17 * Version: 1.3.3 8 8 * Author: Content.ad 9 9 * Author URI: https://www.content.ad … … 42 42 } 43 43 44 define( 'CONTENTAD_VERSION', '1.3. 1' );44 define( 'CONTENTAD_VERSION', '1.3.3' ); 45 45 define( 'CONTENTAD_FILE', get_contentad_file() ); 46 46 define( 'CONTENTAD_PATH', plugin_dir_path( CONTENTAD_FILE ) ); -
contentad/trunk/includes/admin/admin.class.php
r1777920 r1983456 187 187 <?php endif; ?> 188 188 </p> 189 <p><input id="verify_api_key" name="Submit" type="submit" class="button-primary" value="<?php esc_attr_e( 'Remember and Verify APIkey', 'contentad' ); ?>" /></p><?php189 <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 190 190 } 191 191 -
contentad/trunk/readme.txt
r1777920 r1983456 3 3 Tags: 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 4 4 Requires at least: 3.0.6 5 Tested up to: 4.9 6 Stable tag: 1.3. 15 Tested up to: 4.9.8 6 Stable tag: 1.3.3 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.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 90 97 91 98 = 1.3.1 = -
contentad/trunk/wp-package.json
r1777920 r1983456 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. 1",7 "version": "1.3.3", 8 8 "url": "https://wordpress.org/plugins/contentad/", 9 9 "copyright": "Copyright 2014 Content.ad (info@content.ad)", 10 10 "requires_wp": "3.0.6", 11 "tested_with": "4.9 ",11 "tested_with": "4.9.8", 12 12 "requires_php": "5.2.4", 13 13 "text_domain": "contentad",
Note: See TracChangeset
for help on using the changeset viewer.