Changeset 1938132
- Timestamp:
- 09/09/2018 10:57:09 AM (8 years ago)
- Location:
- codec-sponsored-content
- Files:
-
- 17 added
- 2 edited
-
tags/1.0.2/App.js (added)
-
tags/1.0.4 (added)
-
tags/1.0.4/admin-page.php (added)
-
tags/1.0.4/codec-sponsored-content.php (added)
-
tags/1.0.4/css (added)
-
tags/1.0.4/css/codec-admin.css (added)
-
tags/1.0.4/css/codec-message.css (added)
-
tags/1.0.4/images (added)
-
tags/1.0.4/images/codec-logo-small.png (added)
-
tags/1.0.4/images/cropped-Internet-concept-4_clipped_rev_1-1.png (added)
-
tags/1.0.4/images/mon.png (added)
-
tags/1.0.4/js (added)
-
tags/1.0.4/js/codec-message.js (added)
-
tags/1.0.4/js/codec-widget-admin.js (added)
-
tags/1.0.4/js/codec-widgets-page.js (added)
-
tags/1.0.4/readme.txt (added)
-
tags/1.0.4/widget.php (added)
-
trunk/codec-sponsored-content.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
codec-sponsored-content/trunk/codec-sponsored-content.php
r1927497 r1938132 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. 35 Version: 1.0.4 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. 3');13 define('cppp_widget_version', '1.0.4'); 14 14 $plugin = plugin_basename( __FILE__ ); 15 15 … … 57 57 foreach($wp_registered_sidebars as $sidebar) { 58 58 $id = $sidebar['id']; 59 if(strpos($id, 'side') !== FALSE) 59 60 unregister_sidebar($id); 60 61 } -
codec-sponsored-content/trunk/readme.txt
r1927497 r1938132 6 6 Tested up to: 4.9.8 7 7 Requires PHP: 5.2.4 8 Stable tag: 1.0. 38 Stable tag: 1.0.4 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. 3=66 = 1.0.1-1.0.4 = 67 67 * Minor bug fixes 68 68 69 = 1.0.2 =70 * Minor bug fixes71 72 = 1.0.1 =73 * Minor bug fixes74 75 69 = 1.0 = 76 70 * The first working version
Note: See TracChangeset
for help on using the changeset viewer.