Plugin Directory

Changeset 1753481


Ignore:
Timestamp:
10/26/2017 09:27:47 PM (8 years ago)
Author:
shahalom
Message:

Update plugin version to 0.0.9

Location:
monetize-me/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • monetize-me/trunk/main.php

    r1711594 r1753481  
    44 * Plugin URI: https://mcqacademy.com/
    55 * Description: Monetize Me plugin will help webmaster to manage monetize scripts and display using shortcodes and widgets.
    6  * Version: 0.0.8
     6 * Version: 0.0.9
    77 * Author: Micro Solutions Bangladesh
    88 * Author URI: http://microsolutionsbd.com/
     
    3131
    3232class MMP_Main {
    33     public $version = '0.0.2';
     33    public $version = '0.0.9';
    3434
    3535    function __construct() {
  • monetize-me/trunk/readme.txt

    r1711594 r1753481  
    66Tags: monetize website, Ad Management, manage adsense script, manage monetize script, monetize me
    77Requires at least: 4.0
    8 Tested up to: 4.8.1
     8Tested up to: 4.8.2
    99Stable tag: trunk
    1010License: GPLv2 or later
     
    1515== Description ==
    1616Monetize Me plugin will help webmaster to manage monetize scripts. The plugin also offers shortcode ([mmps]) and widget (Show Advertisment) to enable webmaster  display the advertisment in website.
     17
     18Pleas use "Advertisements Sponsor", "Advertisements Width", and "Advertisements Height" taxonomies to categories you monetize scripts. Then use this information in the shortcode to display your required monetize scripts.
     19
     20The shortcode [mmps] offers the following attributes to manage your scripts:
     21
     22    1. id: comes from the slug of the script post. with this 'id' attribute all other attribute will not work. because with this 'id' attribute you are telling an specific ad that you have created.
     23
     24    2. width: comes from the "Advertisements Width" taxonomy. Width of the advertisment need to be mention in the 'width' attribute. default value for 'width' attribute is 'responsive'.
     25
     26    3. height: comes from the "Advertisements Height" taxonomy. Height of the advertisment need to be mention in the 'width' attribute. default value for 'height' attribute is 'responsive'.
     27
     28    4. class: left, right, and center are allowed values for the 'class' attribute to mention the alignment of the advertisment. default value is 'left'.
     29
     30    5. stype: comes from the "Advertisements Sponsor" taxonomy. stype need a slug of a sponsor. default is 'adsense'
     31
     32    6. type: comes from the "Ad Type" field of "General Setting" box. mix, link, text, img, feed, and article are allowed values for the 'type' attribute.
     33
     34    7. limit: how many ads to be serve matching required attribute. any mumber are allowed but 0.
     35
     36    8. wrapper: default value is 1 to wrap your advertisemet script in a div. use 0 to not use any html div wrapper.
     37
     38Hope the screenshots shows few good way - how to create monetization post and use those anywhere in the site using shortcode or widgets.
     39
    1740
    1841
     
    2649
    2750== Changelog ==
     51
     52= 0.0.9 =
     53* Add two more options for the advertisment type
    2854
    2955= 0.0.8 =
     
    5783    5. stype: stype need a slug of a sponsor. default is 'adsense'
    5884
    59     6. type: mix, link, text, and img are allowed values for the 'type' attribute.
     85    6. type: mix, link, text, img, feed, and article are allowed values for the 'type' attribute.
    6086
    6187    7. limit: how many ads to be serve matching required attribute. any mumber are allowed but 0.
Note: See TracChangeset for help on using the changeset viewer.