Update changelog

This commit is contained in:
ulaulaman 2018-02-05 18:45:11 +01:00 committed by GitHub
parent d127eff77d
commit 202d89db56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,6 @@
=== Citations tools ===
Contributors: ulaulaman
Tags: doi, citations, research, blog, blogging, research blogging
Tags: doi, citations, research, blog, blogging, research blogging, arXiv
Requires at least: 4.8.5
Tested up to: 4.9.2
Requires PHP: 7.0.18
@ -16,7 +16,7 @@ How to use the shortcode:
[ctdoi code="..."]Title of the paper[/doi]
The plugin send the doi code to [Crossref Metadata Search](https://search.crossref.org/), get the information and publish a full citation in apa standard with the shortcode [cpdoiresolve ...].
The plugin send the doi code to [Crossref Metadata Search](https://search.crossref.org/), get the information and publish a full citation in apa standard with the shortcode [ctdoiresolve ...].
How to use the shortcode:
[ctdoiresolve code="..."]
@ -31,21 +31,29 @@ if the paper has an arXiv version
if the paper has a free pdf version
[ctdoiresolve code="..." archiveurl="..."]
if the paper has a free version on [https://archive.org/](archive.org)
## External service
**Digital Object Identifier**, or *DOI*, is a persistent identifier used to uniquely identify objects, standardized by the **International Organization for Standardization** (*ISO*). DOIs are mainly used to identify academic, professional, and government information, such as journal articles, research reports and data sets, official publications.
***Citations tools*** uses the [CrossRef Metadata API](http://search.crossref.org/help/api) to retrieve complete publication information using the doi code as a search query. CrossRef is a part of the [doi system](https://dx.doi.org/).
== Screenshots ==
1. The doi resolver: the shortcode (up) and the results (down)
== Installation ==
1. Extract the citations-tools.zip file and upload its contents to the /wp-content/plugins/ directory. Alternately, you can install directly from the Plugin directory within your WordPress Install.
2. Activate the plugin through the "Plugins" menu in WordPress.
3. Use the shortcode into your posts or pages.
== Changelog ==
* 0.2.6 add archive.org link in doi resolver as shortcode's parameter
* 0.2.5 fix error code
* 0.2.4 changed functions names
* 0.2.3 add pdf link in doi resolver as ahortcode's parameter
* 0.2.3 add pdf link in doi resolver as shortcode's parameter
* 0.2.2 add arXiv link in doi resolver as shortcode's parameter
* 0.2.1 add doi link in doi resolver
* 0.2 add shortcode to resolve doi using code