Changeset 372532
- Timestamp:
- 04/13/2011 03:30:45 PM (15 years ago)
- Location:
- kcite/trunk
- Files:
-
- 2 edited
-
kcite.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kcite/trunk/kcite.php
r372006 r372532 4 4 Plugin URI: http://knowledgeblog.org/kcite-plugin 5 5 Description: Add references and bibliography to blogposts 6 Version: 1. 16 Version: 1.2 7 7 Author: Simon Cockell, Phillip Lord 8 8 Author URI: http://knowledgeblog.org … … 107 107 $bib_html = self::get_html_bibliography(); 108 108 // delete the bib -- or it will appear on subsequent posts 109 $bibliography = null;109 self::$bibliography = null; 110 110 111 111 return $content . $bib_html; … … 138 138 // production for a better mechanism: 139 139 // 140 print( "<script>var bib=$json\n</script>\n" );140 // print( "<script>var bib=$json\n</script>\n" ); 141 141 142 142 -
kcite/trunk/readme.txt
r372006 r372532 5 5 Requires at least: 3.0 6 6 Tested up to: 3.1.1 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 9 9 A tool for producing citations and bibliographies in Wordpress posts. Developed for the Knowledgeblog project (http://knowledgeblog.org). … … 35 35 == Changelog == 36 36 37 = 1.2 = 38 1. 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. 37 42 = 1.1 = 38 43 1. Fix for pages with more than one bibliography.
Note: See TracChangeset
for help on using the changeset viewer.