Changeset 2040293
- Timestamp:
- 02/27/2019 04:16:01 AM (7 years ago)
- Location:
- marketpowerwp
- Files:
-
- 4 edited
- 3 copied
-
tags/2.2.6 (copied) (copied from marketpowerwp/trunk)
-
tags/2.2.6/leplugin.php (copied) (copied from marketpowerwp/trunk/leplugin.php) (1 diff)
-
tags/2.2.6/readme.txt (copied) (copied from marketpowerwp/trunk/readme.txt) (2 diffs)
-
tags/2.2.6/src/Multisoft/MPP/Replication/ReplicationController.php (modified) (1 diff)
-
tags/2.2.6/views/mpp_replication_shortcodes.php (modified) (1 diff)
-
trunk/leplugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
marketpowerwp/tags/2.2.6/leplugin.php
r2040283 r2040293 4 4 * Plugin Name: Multisoft MarketPowerPRO Tools 5 5 * Description: Integration of MarketPowerPro to Wordpress 6 * Version: 2.2. 56 * Version: 2.2.6 7 7 * Author: Rodine Mark Paul L. Villar 8 8 * Author URI: mailto:dine@multisoft.com?subject=Multisoft+MarketPowerPRO+Tools -
marketpowerwp/tags/2.2.6/readme.txt
r2040283 r2040293 3 3 Tags: marketpowerpro, multisoft 4 4 Requires at least: 3.4+ 5 Stable tag: 2.2. 56 Version: 2.2. 57 Tested up to: 5. 0.15 Stable tag: 2.2.6 6 Version: 2.2.6 7 Tested up to: 5.1 8 8 License: Commercial 9 9 … … 88 88 </div> 89 89 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 90 139 91 140 [1]: http://www.marketpowerpro.com "f" -
marketpowerwp/tags/2.2.6/src/Multisoft/MPP/Replication/ReplicationController.php
r2040282 r2040293 180 180 $view = new View($this, 'mpp/replication/shortcodes.php'); 181 181 $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]!"; 183 184 $parsed = do_shortcode($sample_content); 184 185 $view->assign('sample', $sample_content); -
marketpowerwp/tags/2.2.6/views/mpp_replication_shortcodes.php
r1431993 r2040293 86 86 MPPE_WEBSITE 87 87 </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> 88 135 </ul> 89 136 </div> -
marketpowerwp/trunk/leplugin.php
r2040283 r2040293 4 4 * Plugin Name: Multisoft MarketPowerPRO Tools 5 5 * Description: Integration of MarketPowerPro to Wordpress 6 * Version: 2.2. 56 * Version: 2.2.6 7 7 * Author: Rodine Mark Paul L. Villar 8 8 * Author URI: mailto:dine@multisoft.com?subject=Multisoft+MarketPowerPRO+Tools -
marketpowerwp/trunk/readme.txt
r2040283 r2040293 3 3 Tags: marketpowerpro, multisoft 4 4 Requires at least: 3.4+ 5 Stable tag: 2.2. 56 Version: 2.2. 57 Tested up to: 5. 0.15 Stable tag: 2.2.6 6 Version: 2.2.6 7 Tested up to: 5.1 8 8 License: Commercial 9 9 … … 88 88 </div> 89 89 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 90 139 91 140 [1]: http://www.marketpowerpro.com "f"
Note: See TracChangeset
for help on using the changeset viewer.