Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • codeccoop/wp/plugins/wpct-i18n
1 result
Show changes
Commits on Source (2)
Subproject commit 8d368da5f00195880f73c2d0678afbd566fe169c
Subproject commit b64d3ba7cd74812f61e8f1c495307880e81201f8
{
"name": "wpct-i18n",
"version": "1.0.0",
"version": "2.0.1",
"main": "Gruntfile.js",
"author": "Còdec Cooperativa",
"scripts": {
......
......@@ -8,7 +8,7 @@
* Author URI: https://www.codeccoop.org
* Text Domain: wpct-i18n
* Domain Path: /languages
* Version: 2.0.1
* Version: 2.0.2
*
* @package Wpct_i18n
*/
......@@ -26,7 +26,7 @@ if (!class_exists('\WPCT_I18N\Wpct_i18n')) :
require_once 'abstracts/class-plugin.php';
define('WPCT_I18N_VERSION', '2.0.1');
define('WPCT_I18N_VERSION', '2.0.2');
/**
* I18N class.
......