Plugin Directory

Changeset 592851


Ignore:
Timestamp:
08/31/2012 11:25:35 AM (14 years ago)
Author:
6WWW
Message:

2.4.5

Location:
wpcb/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpcb/trunk/index.php

    r592015 r592851  
    55Plugin URI: http://wpcb.fr
    66Description: Plugin de paiement par CB, paypal, ... et de calcul de frais de port (WP e-Commerce requis)
    7 Version: 2.4.4
     7Version: 2.4.5
    88Author: 6WWW
    99Author URI: http://6www.net
     
    20332033add_filter( 'the_content', 'wpcb_display_payment_icon_page_content' );
    20342034
    2035 function @wpcb_display_payment_icon_page_title($title, $id) {
     2035function wpcb_display_payment_icon_page_title($title, $id) {
    20362036    global $id;
    20372037    $intheloop=in_the_loop();
  • wpcb/trunk/readme.txt

    r592015 r592851  
    66Requires at least: 2.7
    77Tested up to: 3.4.1
    8 Stable tag: 2.4.4
     8Stable tag: 2.4.5
    99
    1010Paiement par cartes bancaires (majoritée des banques françaises), paypal, chèques et virement pour le plugin WP e-Commerce.
     
    233233
    234234== Changelog ==
     235= 2.4.5 =
     236
     237* Bug error fatal on activation suite à un @ mal placé !
    235238
    236239= 2.4.4 =
Note: See TracChangeset for help on using the changeset viewer.