Plugin Directory

Changeset 2040293


Ignore:
Timestamp:
02/27/2019 04:16:01 AM (7 years ago)
Author:
AmitDeyUS
Message:

Tagging version 2.2.6

Location:
marketpowerwp
Files:
4 edited
3 copied

Legend:

Unmodified
Added
Removed
  • marketpowerwp/tags/2.2.6/leplugin.php

    r2040283 r2040293  
    44 * Plugin Name: Multisoft MarketPowerPRO Tools
    55 * Description: Integration of MarketPowerPro to Wordpress
    6  * Version: 2.2.5
     6 * Version: 2.2.6
    77 * Author: Rodine Mark Paul L. Villar
    88 * Author URI: mailto:dine@multisoft.com?subject=Multisoft+MarketPowerPRO+Tools
  • marketpowerwp/tags/2.2.6/readme.txt

    r2040283 r2040293  
    33Tags: marketpowerpro, multisoft
    44Requires at least: 3.4+
    5 Stable tag: 2.2.5
    6 Version: 2.2.5
    7 Tested up to: 5.0.1
     5Stable tag: 2.2.6
     6Version: 2.2.6
     7Tested up to: 5.1
    88License: Commercial
    99
     
    8888</div>
    8989
     90<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     91  MPPE_DISTRIBUTORID
     92</div>
     93
     94<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     95  MPPE_COMMONID
     96</div>
     97
     98<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     99    MPPE_YAHOOID
     100</div>
     101<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     102    MPPE_MSNID
     103</div>
     104<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     105    MPPE_ICQID
     106</div>
     107<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     108    MPPE_AIMID
     109</div>
     110<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     111    MPPE_SKYPEID
     112</div>
     113<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     114    MPPE_FACEBOOKID
     115</div>
     116<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     117    MPPE_TWITTERID
     118</div>
     119<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     120    MPPE_LINKEDINID
     121</div>
     122<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     123    MPPE_GOOGLEPLUSID
     124</div>
     125<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     126    MPPE_YOUTUBEID
     127</div>
     128<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     129    MPPE_RSSFEEDID
     130</div>
     131<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     132    MPPE_PINTERESTID
     133</div>
     134<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     135    MPPE_INSTAGRAMID
     136</div>
     137
     138
    90139
    91140 [1]: http://www.marketpowerpro.com "f"
  • marketpowerwp/tags/2.2.6/src/Multisoft/MPP/Replication/ReplicationController.php

    r2040282 r2040293  
    180180        $view = new View($this, 'mpp/replication/shortcodes.php');
    181181        $sample_content = "[mppe]Hello my name is MPPE_FIRSTNAME, " .
    182             "I live in MPPE_ADDRESS1 MPPE_ADDRESS2 MPPE_CITY, MPPE_COUNTRYNAME MPPE_POSTALCODE[/mppe]!";
     182            "I live in MPPE_ADDRESS1 MPPE_ADDRESS2 MPPE_CITY, MPPE_COUNTRYNAME MPPE_POSTALCODE. " .
     183            "My MPP Distributor ID is MPPE_DISTRIBUTORID and my common id is MPPE_COMMONID[/mppe]!";
    183184        $parsed = do_shortcode($sample_content);
    184185        $view->assign('sample', $sample_content);
  • marketpowerwp/tags/2.2.6/views/mpp_replication_shortcodes.php

    r1431993 r2040293  
    8686                MPPE_WEBSITE
    8787            </li>
     88
     89            <li>
     90                MPPE_DISTRIBUTORID
     91            </li>
     92
     93            <li>
     94                MPPE_COMMONID
     95            </li>
     96            <li>
     97                MPPE_YAHOOID
     98            </li>
     99            <li>
     100                MPPE_MSNID
     101            </li>
     102            <li>
     103                MPPE_ICQID
     104            </li>
     105            <li>
     106                MPPE_AIMID
     107            </li>
     108            <li>
     109                MPPE_SKYPEID
     110            </li>
     111            <li>
     112                MPPE_FACEBOOKID
     113            </li>
     114            <li>
     115                MPPE_TWITTERID
     116            </li>
     117            <li>
     118                MPPE_LINKEDINID
     119            </li>
     120            <li>
     121                MPPE_GOOGLEPLUSID
     122            </li>
     123            <li>
     124                MPPE_YOUTUBEID
     125            </li>
     126            <li>
     127                MPPE_RSSFEEDID
     128            </li>
     129            <li>
     130                MPPE_PINTERESTID
     131            </li>
     132            <li>
     133                MPPE_INSTAGRAMID
     134            </li>
    88135        </ul>
    89136    </div>
  • marketpowerwp/trunk/leplugin.php

    r2040283 r2040293  
    44 * Plugin Name: Multisoft MarketPowerPRO Tools
    55 * Description: Integration of MarketPowerPro to Wordpress
    6  * Version: 2.2.5
     6 * Version: 2.2.6
    77 * Author: Rodine Mark Paul L. Villar
    88 * Author URI: mailto:dine@multisoft.com?subject=Multisoft+MarketPowerPRO+Tools
  • marketpowerwp/trunk/readme.txt

    r2040283 r2040293  
    33Tags: marketpowerpro, multisoft
    44Requires at least: 3.4+
    5 Stable tag: 2.2.5
    6 Version: 2.2.5
    7 Tested up to: 5.0.1
     5Stable tag: 2.2.6
     6Version: 2.2.6
     7Tested up to: 5.1
    88License: Commercial
    99
     
    8888</div>
    8989
     90<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     91  MPPE_DISTRIBUTORID
     92</div>
     93
     94<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     95  MPPE_COMMONID
     96</div>
     97
     98<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     99    MPPE_YAHOOID
     100</div>
     101<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     102    MPPE_MSNID
     103</div>
     104<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     105    MPPE_ICQID
     106</div>
     107<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     108    MPPE_AIMID
     109</div>
     110<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     111    MPPE_SKYPEID
     112</div>
     113<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     114    MPPE_FACEBOOKID
     115</div>
     116<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     117    MPPE_TWITTERID
     118</div>
     119<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     120    MPPE_LINKEDINID
     121</div>
     122<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     123    MPPE_GOOGLEPLUSID
     124</div>
     125<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     126    MPPE_YOUTUBEID
     127</div>
     128<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     129    MPPE_RSSFEEDID
     130</div>
     131<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     132    MPPE_PINTERESTID
     133</div>
     134<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px;">
     135    MPPE_INSTAGRAMID
     136</div>
     137
     138
    90139
    91140 [1]: http://www.marketpowerpro.com "f"
Note: See TracChangeset for help on using the changeset viewer.