From 403d0be747d0bc82da9c39b4a7b2986fc25aa616 Mon Sep 17 00:00:00 2001 From: oncletom Date: Wed, 27 Aug 2014 23:50:18 +0200 Subject: [PATCH] v1.3.0 --- bootstrap.php | 2 +- lib/Configuration.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.php b/bootstrap.php index 25454b8..c99c50f 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -3,7 +3,7 @@ Plugin Name: Canalblog Importer Description: Enables content importing from a blog hosted on Canalblog platform. Author: Oncle Tom -Version: 1.2.5 +Version: 1.3.0 Text Domain: canalblog-importer Domain Path: /i18n Author URI: http://case.oncle-tom.net/ diff --git a/lib/Configuration.class.php b/lib/Configuration.class.php index 481ec0a..f15682b 100644 --- a/lib/Configuration.class.php +++ b/lib/Configuration.class.php @@ -10,7 +10,7 @@ class CanalblogImporterConfiguration extends WPPluginToolkitConfiguration /** * Refers to the version of the plugin */ - const VERSION = '1.2.5'; + const VERSION = '1.3.0'; protected $wordpress_importer_locations = array();