Releasing version 0.5
This commit is contained in:
parent
9000998bc7
commit
faec63b8d6
|
@ -4,7 +4,7 @@ Tags: museums, libraries, archives, GLAM, collections, repository
|
|||
Requires at least: 4.8
|
||||
Tested up to: 4.9.8
|
||||
Requires PHP: 5.6
|
||||
Stable tag: 0.4
|
||||
Stable tag: 0.5
|
||||
License: GPLv2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ Plugin Name: Tainacan
|
|||
Plugin URI: https://tainacan.org/
|
||||
Description: powerfull 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 respository platform.
|
||||
Author: Media Lab / UFG
|
||||
Version: 0.4
|
||||
Version: 0.5
|
||||
Text Domain: tainacan
|
||||
License: GPLv2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
|
|
@ -76,7 +76,7 @@ module.exports = {
|
|||
};
|
||||
|
||||
// Change to true for production mode
|
||||
const production = false;
|
||||
const production = true;
|
||||
|
||||
if (production === true) {
|
||||
const TerserPlugin = require('terser-webpack-plugin');
|
||||
|
|
Loading…
Reference in New Issue