Changeset 798645
- Timestamp:
- 11/04/2013 03:48:08 PM (12 years ago)
- Location:
- melascrivi/trunk
- Files:
-
- 3 edited
-
admin.php (modified) (1 diff)
-
melascrivi_php_client/MelascriviPlugin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
melascrivi/trunk/admin.php
r752803 r798645 15 15 define("WP_DB_NAME_MELASCRIVI_ACTKEY","WP_DB_NAME_MELASCRIVI_ACTKEY"); 16 16 17 define("PLUGIN_VERSION","1. 0.9");17 define("PLUGIN_VERSION","1.1.1"); 18 18 19 19 function melascriviPlugin_init() { -
melascrivi/trunk/melascrivi_php_client/MelascriviPlugin.php
r752803 r798645 2312 2312 <form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="paypalForm" style="margin-left:auto;margin-right:auto;width:242px;"> 2313 2313 <input type="hidden" name="cmd" value="_xclick"> 2314 <input type="hidden" name="business" value=" N8VQPZKMP6TQ6">2314 <input type="hidden" name="business" value="A4UPE5VJFYJT6"> 2315 2315 <input type="hidden" name="lc" value="'.strtoupper($conf->paypal->language).'"> 2316 2316 <input type="hidden" name="item_name" value="'.__("recharge account",$this->getName()).'"> … … 2324 2324 <input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHosted"> 2325 2325 <input type="hidden" name="amount" value=""> 2326 <input type="hidden" name="custom" value="'.$userId.' ">2326 <input type="hidden" name="custom" value="'.$userId.'*'.$this->getServerPath().'"> 2327 2327 <table style="margin-bottom:20px;width:230px;"> 2328 2328 <tr> -
melascrivi/trunk/readme.txt
r752803 r798645 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.3 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 42 42 == Changelog == 43 43 44 = 1.1.1 = 45 * bug fixing 46 44 47 = 1.1.0 = 45 48 * bug fixing and add programming order feature
Note: See TracChangeset
for help on using the changeset viewer.