Plugin Directory

Changeset 1938132


Ignore:
Timestamp:
09/09/2018 10:57:09 AM (8 years ago)
Author:
codecprime
Message:

Commit 1.0.4 version

Location:
codec-sponsored-content
Files:
17 added
2 edited

Legend:

Unmodified
Added
Removed
  • codec-sponsored-content/trunk/codec-sponsored-content.php

    r1927497 r1938132  
    33   Plugin Name: CODEC Sponsored Content
    44   description: Premium monetizing system for quality blogs & publications. Generate revenue by displaying a widget with manually approved branded content.
    5    Version: 1.0.3
     5   Version: 1.0.4
    66   Author: CODEC Prime Inc.
    77   Author URI: https://codecprime.com
     
    1111if (!defined('ABSPATH')) exit; // Exit if accessed directly
    1212
    13 define('cppp_widget_version', '1.0.3');
     13define('cppp_widget_version', '1.0.4');
    1414$plugin = plugin_basename( __FILE__ );
    1515
     
    5757        foreach($wp_registered_sidebars as $sidebar) {
    5858            $id = $sidebar['id'];
     59            if(strpos($id, 'side') !== FALSE)
    5960            unregister_sidebar($id);
    6061        }
  • codec-sponsored-content/trunk/readme.txt

    r1927497 r1938132  
    66Tested up to: 4.9.8
    77Requires PHP: 5.2.4
    8 Stable tag: 1.0.3
     8Stable tag: 1.0.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6464== Changelog ==
    6565 
    66 = 1.0.3 =
     66= 1.0.1-1.0.4 =
    6767* Minor bug fixes
    6868 
    69 = 1.0.2 =
    70 * Minor bug fixes
    71 
    72 = 1.0.1 =
    73 * Minor bug fixes
    74 
    7569= 1.0 =
    7670* The first working version
Note: See TracChangeset for help on using the changeset viewer.