Changeset 1942622
- Timestamp:
- 09/17/2018 01:37:06 PM (8 years ago)
- Location:
- codec-sponsored-content
- Files:
-
- 16 added
- 3 edited
-
tags/1.0.7 (added)
-
tags/1.0.7/admin-page.php (added)
-
tags/1.0.7/codec-sponsored-content.php (added)
-
tags/1.0.7/css (added)
-
tags/1.0.7/css/codec-admin.css (added)
-
tags/1.0.7/css/codec-message.css (added)
-
tags/1.0.7/images (added)
-
tags/1.0.7/images/codec-logo-small.png (added)
-
tags/1.0.7/images/cropped-Internet-concept-4_clipped_rev_1-1.png (added)
-
tags/1.0.7/images/mon.png (added)
-
tags/1.0.7/js (added)
-
tags/1.0.7/js/codec-message.js (added)
-
tags/1.0.7/js/codec-widget-admin.js (added)
-
tags/1.0.7/js/codec-widgets-page.js (added)
-
tags/1.0.7/readme.txt (added)
-
tags/1.0.7/widget.php (added)
-
trunk/codec-sponsored-content.php (modified) (2 diffs)
-
trunk/js/codec-widget-admin.js (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
codec-sponsored-content/trunk/codec-sponsored-content.php
r1942608 r1942622 3 3 Plugin Name: CODEC Sponsored Content 4 4 description: Premium monetizing system for quality blogs & publications. Generate revenue by displaying a widget with manually approved branded content. 5 Version: 1.0. 65 Version: 1.0.7 6 6 Author: CODEC Prime Inc. 7 7 Author URI: https://codecprime.com … … 11 11 if (!defined('ABSPATH')) exit; // Exit if accessed directly 12 12 13 define('cppp_widget_version', '1.0. 6');13 define('cppp_widget_version', '1.0.7'); 14 14 $plugin = plugin_basename( __FILE__ ); 15 15 -
codec-sponsored-content/trunk/js/codec-widget-admin.js
r1942608 r1942622 96 96 data = {'action': 'cppp_site_url'}; 97 97 $.post(ajaxurl, data, function(response) { 98 console.log(response);99 98 $.post('https://codecprime.com/partner/api/widget/get-code/check', {method: 'get_code', u: response}).done(function(data) { 100 99 myArray = JSON.parse(data); … … 119 118 th = $(this); 120 119 th.after (" " + cppp_fa_spinner); 121 $.post('https://codecprime.com/partner/api/user/publisher/method', {token: token, method: 'disconnect'}).done(function(result) {122 result = JSON.parse(result);123 c ppp_loader_remove();124 if(result['result'] == 'disconnected'){125 codec_disconnected();126 127 }128 }). fail(function(request,status,errorThrown) {129 //console.log(request.responseText);130 }131 132 );120 data = {'action': 'cppp_site_url'}; 121 $.post(ajaxurl, data, function(response) { 122 cod_info = {u:response}; 123 $.post('https://codecprime.com/partner/api/user/publisher/method', {token: token, method: 'disconnect', i: cod_info}).done(function(result) { 124 result = JSON.parse(result); 125 cppp_loader_remove(); 126 if(result['result'] == 'disconnected') { 127 codec_disconnected(); 128 129 } 130 }).fail(function(request,status,errorThrown) {}); 131 }); 133 132 }); 134 133 -
codec-sponsored-content/trunk/readme.txt
r1942608 r1942622 6 6 Tested up to: 4.9.8 7 7 Requires PHP: 5.2.4 8 Stable tag: 1.0. 68 Stable tag: 1.0.7 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 64 64 == Changelog == 65 65 66 = 1.0.1-1.0. 6=66 = 1.0.1-1.0.7 = 67 67 * Minor bug fixes 68 68
Note: See TracChangeset
for help on using the changeset viewer.