Release 1.6.3
- keep ‘em fixes coming, please! git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@1381948 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
65c22f1b28
commit
c9029312b3
2 changed files with 5 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
ed.addCommand('footnotes', function() {
|
||||
jQuery.ajax({
|
||||
type: 'POST',
|
||||
url: '/wp-admin/admin-ajax.php',
|
||||
url: './admin-ajax.php',
|
||||
data: {
|
||||
action: 'footnotes_getTags'
|
||||
},
|
||||
|
|
|
@ -3,7 +3,7 @@ Contributors: Aricura, mark.cheret
|
|||
Tags: footnote, footnotes, bibliography, formatting, notes, Post, posts, reference, referencing
|
||||
Requires at least: 3.9
|
||||
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BYSY26N8L8VJC
|
||||
Tested up to: 4.2.2
|
||||
Tested up to: 4.4.2
|
||||
License: GPLv3 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
Stable Tag: 1.6.2
|
||||
|
@ -88,6 +88,9 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest**
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.6.3 =
|
||||
- Bugfix: We were provided a fix by a user named toma. footnotes now works in sub-folder installations of WordPress
|
||||
|
||||
= 1.6.2 =
|
||||
- Update: Changed the Preview tab
|
||||
- Bugfix: Html tags has been removed in the Reference container when the excerpt mode is enabled
|
||||
|
|
Reference in a new issue