Plugin Directory

Changeset 372532


Ignore:
Timestamp:
04/13/2011 03:30:45 PM (15 years ago)
Author:
knowledgeblog
Message:

1.2 regression fix

Location:
kcite/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kcite/trunk/kcite.php

    r372006 r372532  
    44   Plugin URI: http://knowledgeblog.org/kcite-plugin
    55   Description: Add references and bibliography to blogposts
    6    Version: 1.1
     6   Version: 1.2
    77   Author: Simon Cockell, Phillip Lord
    88   Author URI: http://knowledgeblog.org
     
    107107      $bib_html = self::get_html_bibliography();
    108108      // delete the bib -- or it will appear on subsequent posts
    109       $bibliography = null;
     109      self::$bibliography = null;
    110110
    111111      return $content . $bib_html;
     
    138138      // production for a better mechanism:
    139139      //
    140       print( "<script>var bib=$json\n</script>\n" );
     140      // print( "<script>var bib=$json\n</script>\n" );
    141141     
    142142
  • kcite/trunk/readme.txt

    r372006 r372532  
    55Requires at least: 3.0
    66Tested up to: 3.1.1
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88
    99A tool for producing citations and bibliographies in Wordpress posts. Developed for the Knowledgeblog project (http://knowledgeblog.org).
     
    3535== Changelog ==
    3636
     37= 1.2 =
     381. Sadly 1.1 had a regression error in it, which mean it didn't
     39   fix the error in as reported. Additionally a print statement
     40   was dumping a large amount of JSON to screen. Both of these errors
     41   should now be fixed.
    3742= 1.1 =
    38431. Fix for pages with more than one bibliography.
Note: See TracChangeset for help on using the changeset viewer.