Plugin Directory

Changeset 445081


Ignore:
Timestamp:
09/29/2011 06:01:33 AM (15 years ago)
Author:
f4ber
Message:
 
Location:
cbrcurrency/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cbrcurrency/trunk/README.txt

    r445080 r445081  
    55Requires at least: 2.6
    66Tested up to: 3.2.1
    7 Stable tag: 2.1
     7Stable tag: 2.1.1
    88
    99Show the exchange rate of USD, RUR, EUR of The Central Bank of the Russian Federation.
     
    3535== Changelog ==
    3636
     37= 2.1.1 =
     38
     39* 29/09/2011
     40* Added date to caption of widget
     41
    3742= 2.1 =
    3843
  • cbrcurrency/trunk/cbrcurrency.php

    r445080 r445081  
    44Plugin URI: http://f4ber.net/
    55Description: Виджет курса валют ЦБ РФ на текущий день c динамикой.
    6 Version: 2.1
     6Version: 2.1.1
    77Author: f4ber
    88Author URI: http://f4ber.net/
     
    1818extract($args);
    1919$title = 'Курс ЦБ';
     20$today = date('d/m/y');
    2021echo $before_widget;
    21 echo $before_title . $title . $after_title;
     22echo $before_title . $title . $today . $after_title;
    2223function getcurrency($code){
    2324
Note: See TracChangeset for help on using the changeset viewer.