Plugin Directory

Changeset 404145


Ignore:
Timestamp:
07/03/2011 07:04:15 PM (15 years ago)
Author:
aphex3k
Message:

0.9.25.2

Location:
flattr/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • flattr/trunk/flattr.php

    r404118 r404145  
    33 * @package Flattr
    44 * @author Michael Henke
    5  * @version 0.9.25.1
     5 * @version 0.9.25.2
    66Plugin Name: Flattr
    77Plugin URI: http://wordpress.org/extend/plugins/flattr/
    88Description: Give your readers the opportunity to Flattr your effort
    9 Version: 0.9.25.1
     9Version: 0.9.25.2
    1010Author: Michael Henke
    1111Author URI: http://allesblog.de/
     
    2929       
    3030        if (version_compare(get_option('flattr_warn_ignore_version'), Flattr::VERSION, '!=')) {
    31             $flattr_check['DOMDocument'] = class_exists('DOMDocuemnt');
     31            $flattr_check['DOMDocument'] = class_exists('DOMDocument');
    3232            $flattr_check['cURL'] = function_exists('curl_init');
    3333            $flattr_check['libxml'] = defined('LIBXML_VERSION');
     
    3939
    4040        function flattrCheckAdminNotice() {
     41
     42                global $flattr_check;
    4143                echo '<div id="message" class="error">';
    4244                echo '<div style="float:right"><form method="post">'.
  • flattr/trunk/flattr5.php

    r404118 r404145  
    55class Flattr
    66{
    7     const VERSION = '0.9.25.1';
     7    const VERSION = '0.9.25.2';
    88    const WP_MIN_VER = '3.0';
    99    const API_SCRIPT  = 'api.flattr.com/js/0.6/load.js?mode=auto';
  • flattr/trunk/readme.txt

    r404118 r404145  
    3737
    3838== Changelog ==
     39
     40= 0.9.25.2 =
     41* Fix: fixed a typo in the code, thanks to F. Holzhauer
    3942
    4043= 0.9.25.1 =
Note: See TracChangeset for help on using the changeset viewer.