Plugin Directory

Changeset 798645


Ignore:
Timestamp:
11/04/2013 03:48:08 PM (12 years ago)
Author:
melascrivi
Message:

release 1.1.1 - bug fixing

Location:
melascrivi/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • melascrivi/trunk/admin.php

    r752803 r798645  
    1515define("WP_DB_NAME_MELASCRIVI_ACTKEY","WP_DB_NAME_MELASCRIVI_ACTKEY");
    1616
    17 define("PLUGIN_VERSION","1.0.9");
     17define("PLUGIN_VERSION","1.1.1");
    1818
    1919function melascriviPlugin_init() {
  • melascrivi/trunk/melascrivi_php_client/MelascriviPlugin.php

    r752803 r798645  
    23122312        <form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="paypalForm" style="margin-left:auto;margin-right:auto;width:242px;">
    23132313            <input type="hidden" name="cmd" value="_xclick">
    2314             <input type="hidden" name="business" value="N8VQPZKMP6TQ6">
     2314            <input type="hidden" name="business" value="A4UPE5VJFYJT6">
    23152315            <input type="hidden" name="lc" value="'.strtoupper($conf->paypal->language).'">
    23162316            <input type="hidden" name="item_name" value="'.__("recharge account",$this->getName()).'">
     
    23242324            <input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHosted">
    23252325            <input type="hidden" name="amount" value="">
    2326             <input type="hidden" name="custom" value="'.$userId.'">
     2326            <input type="hidden" name="custom" value="'.$userId.'*'.$this->getServerPath().'">
    23272327            <table style="margin-bottom:20px;width:230px;">
    23282328                <tr>
  • melascrivi/trunk/readme.txt

    r752803 r798645  
    55Requires at least: 3.0.1
    66Tested up to: 3.3
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4242== Changelog ==
    4343
     44= 1.1.1 =
     45* bug fixing
     46
    4447= 1.1.0 =
    4548* bug fixing and add programming order feature
Note: See TracChangeset for help on using the changeset viewer.