diff --git a/src/readme.txt b/src/readme.txt index aac771579..45016e972 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -4,7 +4,7 @@ Tags: museums, libraries, archives, GLAM, collections, repository Requires at least: 5.9 Tested up to: 6.4 Requires PHP: 7.0 -Stable tag: 0.20.5 +Stable tag: 0.20.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -15,7 +15,7 @@ Tainacan is an open-source, powerful and flexible digital repository platform fo [Tainacan](https://tainacan.org/) is an [open-source](https://github.com/tainacan/tainacan), powerful and flexible digital repository platform for WordPress. Manage and publish your digital collections just as easily as you post to your blog, having all the tools of a professional repository platform. It can be used for the creation of a digital collection, a digital library or a digital repository for your institutional or personal collection. -Tainacan aims to facilitate the activities of organizing, documenting, disseminating and displaying digital objects based on simple and accessible principles of digital curation. The plugin integrates with the Wordpress block engine, making it easy to reuse objects for different and varied uses. +Tainacan aims to facilitate the activities of organizing, documenting, disseminating and displaying digital objects based on simple and accessible principles of digital curation. The plugin integrates with the WordPress block engine, making it easy to reuse objects for different and varied uses. @@ -27,9 +27,9 @@ Tainacan aims to facilitate the activities of organizing, documenting, dissemina * "Manage Taxonomies": Manage vocabularies that can be used across all your collections. -* "Themes": The Tainacan plugin has its own default theme, which helps you to showcase your collections in a beautiful and effective manner. But it can also work with any WordPress theme, so interface developers can easily add Tainacan specific features to an existing theme. +* "Themes": The Tainacan plugin has its own default theme, which helps you to showcase your collections beautifully and effectively. But it can also work with any WordPress theme, so interface developers can easily add Tainacan-specific features to an existing theme. -* "API and Interoperability": Tainacan implements a RESTful API (read and write) to allow other applications to interact with your repository. That way, you can expose your collection in different formats, such as JSON, JsonLD, OAI-PMH and others. If your collection has a specific set of metadata, you can map this metadata to match the patterns you want to use. +* "API and Interoperability": Tainacan implements a RESTful API (read and write) to allow other applications to interact with your repository. That way, you can expose your collection in different formats, such as JSON, CSV, HTML and others. If your collection has a specific set of metadata, you can map this metadata to match the patterns you want to use. * "Gutenberg blocks": Tell stories with your collections. Tainacan offers you several Gutenberg blocks so you can present your collections to the public in many different ways! @@ -53,9 +53,9 @@ Back to the "Items" screen, click "Add new" to create a new item. = Manage and browse your collection = -Through this admin interface you can manage your collection and browse its item using the faceted search interface or advanced search interface. +Through this admin interface, you can manage your collection and browse its items using the faceted search interface or advanced search interface. -If you want to visit your collections in the public side of your site, using your current theme, visit http://your-site/collections and you will get the list of your collections. +If you want to visit your collections on the public side of your site, using your current theme, visit http://your-site/collections and you will get the list of your collections. = Set up Taxonomies = @@ -65,7 +65,7 @@ You can also have metadata as taxonomies, which you can configure with a set of Edit your menu and links directly to your collections. Click "Screen options" at the top of the Edit Menu page and enable "Collections". -If you want to add a link to the list of collections, click "View all" tab on the Collections box on the left, and then add the first item named "Collections" to the menu. +If you want to add a link to the list of collections, click the "View all" tab on the Collections box on the left, and then add the first item named "Collections" to the menu. = Faceted search in your theme = @@ -75,7 +75,7 @@ To have a fully-featured faceted search in your theme, you can either make it co Upload the files to the plugins directory and activate it. You can also install and activate directly from the admin panel. -If you have Imagick installed in your server, Tainacan will be able to automatically generate a thumbnail from your PDF files. This is desired but not required. +If you have Imagick installed on your server, Tainacan will be able to automatically generate a thumbnail from your PDF files. This is desired but not required. == Find out more == @@ -91,7 +91,7 @@ If you have Imagick installed in your server, Tainacan will be able to automatic 4. Add items described by your metadata 5. Set up your item as a file, link or text and attach many types of documents 6. Browse your collections with a faceted search interface -7. Navigate through rich filtering interface +7. Navigate through the rich filtering interface 8. Explore more with Advanced Search 9. Set up Taxonomies to be used across your repository 10. Bulk edit as many items as you need quickly diff --git a/src/tainacan.php b/src/tainacan.php index 0c6ecded0..753dc4daf 100644 --- a/src/tainacan.php +++ b/src/tainacan.php @@ -5,17 +5,17 @@ Plugin URI: https://tainacan.org/ Description: Open source, powerful and flexible repository platform for WordPress. Manage and publish you digital collections as easily as publishing a post to your blog, while having all the tools of a professional repository platform. Author: Tainacan.org Author URI: https://tainacan.org/ -Version: 0.20.5 +Version: 0.20.6 Requires at least: 5.9 Tested up to: 6.4 Requires PHP: 7.0 -Stable tag: 0.20.5 +Stable tag: 0.20.6 Text Domain: tainacan License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html */ -const TAINACAN_VERSION = '0.20.5'; +const TAINACAN_VERSION = '0.20.6'; defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); $TAINACAN_BASE_URL = plugins_url('', __FILE__);