From a84c9d62d1f940de501587d7af44d6df5f1b0ca4 Mon Sep 17 00:00:00 2001 From: Ajay D'Souza Date: Sun, 17 May 2015 11:24:31 +0100 Subject: [PATCH] Tagged 0.9.0 for release --- admin/admin.php | 2 +- includes/shortcode.php | 2 +- knowledgebase.php | 20 ++++++++++---------- languages/wzkb-en_US.mo | Bin 572 -> 572 bytes languages/wzkb-en_US.po | 2 +- languages/wzkb-en_US.pot | 2 +- readme.txt | 8 ++++---- templates/archive-template.php | 2 +- uninstall.php | 2 +- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/admin/admin.php b/admin/admin.php index cf2c91c..ad76a3e 100755 --- a/admin/admin.php +++ b/admin/admin.php @@ -4,7 +4,7 @@ * The admin-specific functionality of the plugin. * * @link https://webberzone.com - * @since 1.0.0 + * @since 0.9.0 * * @package Wzkb * @subpackage Wzkb/admin diff --git a/includes/shortcode.php b/includes/shortcode.php index 8fe85b8..827e29f 100644 --- a/includes/shortcode.php +++ b/includes/shortcode.php @@ -3,7 +3,7 @@ * Knowledgebase Shortcode. * * @link https://webberzone.com - * @since 1.0.0 + * @since 0.9.0 * * @package WZKB */ diff --git a/knowledgebase.php b/knowledgebase.php index f51298a..2740e99 100755 --- a/knowledgebase.php +++ b/knowledgebase.php @@ -6,14 +6,14 @@ * or FAQ section on your WordPress website. * * @link https://webberzone.com - * @since 1.0.0 + * @since 0.9.0 * @package WZKB * * @wordpress-plugin * Plugin Name: Knowledgebase * Plugin URI: https://github.com/WebberZone/knowledgebase * Description: A simple WordPress plugin to create a Knowledgebase. - * Version: 1.0.0-beta20150516 + * Version: 0.9.0 * Author: WebberZone * Author URI: https://webberzone.com * License: GPL-2.0+ @@ -30,7 +30,7 @@ /** * Holds the filesystem directory path (with trailing slash) for WZKB * - * @since 1.0.0 + * @since 0.9.0 * * @var string */ @@ -39,7 +39,7 @@ /** * Holds the URL for WZKB * - * @since 1.0.0 + * @since 0.9.0 * * @var string */ @@ -49,7 +49,7 @@ /** * Initialises text domain for l10n. * - * @since 1.0.0 + * @since 0.9.0 */ function wzkb_lang_init() { load_plugin_textdomain( 'wzkb', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' ); @@ -60,7 +60,7 @@ function wzkb_lang_init() { /** * Register Knowledgebase Post Type. * - * @since 1.0.0 + * @since 0.9.0 */ function wzkb_register_post_type() { @@ -175,7 +175,7 @@ function wzkb_register_post_type() { /** * Replace the archive temlate for the knowledgebase. Functions archive_template. * - * @since 1.0.0 + * @since 0.9.0 * * @param string $archive_template Default Archive Template location * @return string Modified Archive Template location @@ -194,7 +194,7 @@ function wzkb_archive_template( $archive_template ) { /** * Runs on Plugin activation. * - * @since 1.0.0 + * @since 0.9.0 */ function wzkb_plugin_activate() { @@ -210,7 +210,7 @@ function wzkb_plugin_activate() { /** * Runs on Plugin deactivation. * - * @since 1.0.0 + * @since 0.9.0 */ function wzkb_plugin_deactivate() { @@ -222,7 +222,7 @@ function wzkb_plugin_deactivate() { /** * Register Styles and scripts. * - * @since 1.0.0 + * @since 0.9.0 */ function wpkb_enqueue_styles() { diff --git a/languages/wzkb-en_US.mo b/languages/wzkb-en_US.mo index d4d9a44688ca04aaf3a0de403c2f8ec0c4578050..ee1f85d10b071b9f607c0190ea30d96cad326501 100644 GIT binary patch delta 16 YcmdnPvWI2D1Xe>sDh($ delta 16 YcmdnPvWI2D1Xcq}D\n" "Language-Team: WebberZone \n" diff --git a/languages/wzkb-en_US.pot b/languages/wzkb-en_US.pot index 7d0624e..bad4460 100644 --- a/languages/wzkb-en_US.pot +++ b/languages/wzkb-en_US.pot @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Knowledgebase\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-17 09:26-0000\n" +"POT-Creation-Date: 2015-05-17 11:23-0000\n" "PO-Revision-Date: \n" "Last-Translator: Ajay D'Souza \n" "Language-Team: WebberZone \n" diff --git a/readme.txt b/readme.txt index 2c29679..860a0ec 100755 --- a/readme.txt +++ b/readme.txt @@ -42,18 +42,18 @@ Alternatively, [create an issue on the Github page](https://github.com/WebberZon == Screenshots == -1. Knowledgebase menu -2. Knowledgebase Output +1. Knowledgebase menu in WP-Admin +2. Knowledgebase view == Changelog == -= 1.0 = += 0.9.0 = * Initial release == Upgrade Notice == -= 1.0 = += 0.9.0 = * Initial release diff --git a/templates/archive-template.php b/templates/archive-template.php index 07528b2..6b5354e 100644 --- a/templates/archive-template.php +++ b/templates/archive-template.php @@ -3,7 +3,7 @@ * Archive template. * * @link https://webberzone.com - * @since 1.0.0 + * @since 0.9.0 * * @package WZKB */ diff --git a/uninstall.php b/uninstall.php index 5525e28..0f4766a 100755 --- a/uninstall.php +++ b/uninstall.php @@ -3,7 +3,7 @@ * Fired when the plugin is uninstalled. * * @link https://webberzone.com - * @since 1.0.0 + * @since 0.9.0 * * @package WZKB */