Skip to content

Commit

Permalink
Tagged 0.9.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed May 17, 2015
1 parent 994cff2 commit a84c9d6
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion admin/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion includes/shortcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Knowledgebase Shortcode.
*
* @link https://webberzone.com
* @since 1.0.0
* @since 0.9.0
*
* @package WZKB
*/
Expand Down
20 changes: 10 additions & 10 deletions knowledgebase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -30,7 +30,7 @@
/**
* Holds the filesystem directory path (with trailing slash) for WZKB
*
* @since 1.0.0
* @since 0.9.0
*
* @var string
*/
Expand All @@ -39,7 +39,7 @@
/**
* Holds the URL for WZKB
*
* @since 1.0.0
* @since 0.9.0
*
* @var string
*/
Expand All @@ -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/' );
Expand All @@ -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() {

Expand Down Expand Up @@ -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
Expand All @@ -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() {

Expand All @@ -210,7 +210,7 @@ function wzkb_plugin_activate() {
/**
* Runs on Plugin deactivation.
*
* @since 1.0.0
* @since 0.9.0
*/
function wzkb_plugin_deactivate() {

Expand All @@ -222,7 +222,7 @@ function wzkb_plugin_deactivate() {
/**
* Register Styles and scripts.
*
* @since 1.0.0
* @since 0.9.0
*/
function wpkb_enqueue_styles() {

Expand Down
Binary file modified languages/wzkb-en_US.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion languages/wzkb-en_US.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>\n"
"Language-Team: WebberZone <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion languages/wzkb-en_US.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>\n"
"Language-Team: WebberZone <[email protected]>\n"
Expand Down
8 changes: 4 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion templates/archive-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Archive template.
*
* @link https://webberzone.com
* @since 1.0.0
* @since 0.9.0
*
* @package WZKB
*/
Expand Down
2 changes: 1 addition & 1 deletion uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Fired when the plugin is uninstalled.
*
* @link https://webberzone.com
* @since 1.0.0
* @since 0.9.0
*
* @package WZKB
*/
Expand Down

0 comments on commit a84c9d6

Please sign in to comment.