Plugin Directory

Changeset 1281232


Ignore:
Timestamp:
11/06/2015 04:15:27 PM (10 years ago)
Author:
melascrivi
Message:

update to 1.4.0

Location:
melascrivi/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • melascrivi/trunk/admin.php

    r799118 r1281232  
    1515define("WP_DB_NAME_MELASCRIVI_ACTKEY","WP_DB_NAME_MELASCRIVI_ACTKEY");
    1616
    17 define("PLUGIN_VERSION","1.3.0");
     17define("PLUGIN_VERSION","1.4.0");
    1818
    1919function melascriviPlugin_init() {
  • melascrivi/trunk/melascrivi_php_client/MelascriviPlugin.php

    r799118 r1281232  
    33
    44    const PLUGIN_NAME = "melascrivi";
    5     const PLUGIN_VERSION= "1.3.0";
     5    const PLUGIN_VERSION= "1.4.0";
    66    const  API_PATH_dev="http://dev.melascrivi.com/soap/editor_dev.wsdl";
    77    const SERVER_PATH_dev="http://dev.melascrivi.com";
     
    252252        @setCookie("credential",$this->client->_cookies['credential'][0],time()+3600);
    253253        $response=$this->client->getOrders($userId,$order);
     254       
    254255        if ($response->order->status==6){
    255256            $echo="<div id='articolo' class='left-box' style='float: left; width: 64%;'>
     
    272273                </div>".$this->printOrderInfoBoxes($response->order)."
    273274            "; 
    274         }else if ($response->order->status==3) {
     275        }else if ($response->order->status==3 or $response->order->status==16 ) {
    275276            $echo="<div id='articolo' class='left-box' style='float: left; width: 64%;'>
    276277            <section class='portlet grid_6 leading' style='width: 98%'>
     
    23212322        <form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="paypalForm" style="margin-left:auto;margin-right:auto;width:242px;">
    23222323            <input type="hidden" name="cmd" value="_xclick">
    2323             <input type="hidden" name="business" value="A4UPE5VJFYJT6">
     2324            <input type="hidden" name="business" value="WWTNKSH4W5YFU">
    23242325            <input type="hidden" name="lc" value="'.strtoupper($conf->paypal->language).'">
    23252326            <input type="hidden" name="item_name" value="'.__("recharge account",$this->getName()).'">
  • melascrivi/trunk/melascrivi_plugin.php

    r799118 r1281232  
    33/*
    44 * @package melascrivi_plugin
    5  * @version 1.3
     5 * @version 1.4
    66 *
    77Plugin Name: melascrivi-plugin
    88Plugin URI: http://app.melascrivi.com
    99Description: A brief description of the Plugin.
    10 Version: 1.3
     10Version: 1.4
    1111Author: AdIntend
    1212Author URI: http://app.melascrivi.com
  • melascrivi/trunk/readme.txt

    r799118 r1281232  
    55Requires at least: 3.0.1
    66Tested up to: 3.3
    7 Stable tag: 1.3.0
     7Stable tag: 1.4.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4242== Changelog ==
    4343
     44= 1.4.0 =
     45* bug fixing 
    4446= 1.3.0 =
    4547* bug fixing 
Note: See TracChangeset for help on using the changeset viewer.