Skip to content

Commit

Permalink
chore: version numbers updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Sep 21, 2023
1 parent f576701 commit f48f084
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: GraphQL, TEC, WPGraphQL
Requires at least: 4.9
Tested up to: 5.2
Requires PHP: 5.6
Stable tag: 0.3.0
Stable tag: 0.3.1
Maintained at: https://github.com/simplur/ql-events

== Description ==
Expand Down
4 changes: 2 additions & 2 deletions includes/admin/class-general.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Defines QL Events's general settings.
*
* @package WPGraphQL\QL_Events\Admin
* @since TBD
* @since 0.3.0
*/

namespace WPGraphQL\QL_Events\Admin;
Expand All @@ -18,7 +18,7 @@ class General extends Section {
/**
* Returns General settings fields.
*
* @since TBD
* @since 0.3.0
*
* @return array
*/
Expand Down
2 changes: 1 addition & 1 deletion includes/connection/class-events.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Events extends PostObjects {
/**
* Register event connections.
*
* @since TBD
* @since 0.3.1
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion includes/connection/class-tickets.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Tickets extends PostObjects {
* Returns a connection resolver wrapped around the ticket repositories
* passed by classname.
*
* @since TBD
* @since 0.3.1
*
* @param array $ticket_classes Classnames of Ticket repository to be used.
*
Expand Down
4 changes: 2 additions & 2 deletions includes/types/enum/class-events-connection-orderby-enum.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Enum Type - EventsConnectionOrderbyEnum
*
* @package WPGraphQL\QL_Events\Type\WPEnum
* @since TBD
* @since 0.3.1
*/

namespace WPGraphQL\QL_Events\Type\WPEnum;
Expand All @@ -15,7 +15,7 @@ class Events_Connection_Orderby_Enum {
/**
* Registers type
*
* @since TBD
* @since 0.3.1
*
* @return void
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* WPInputObjectType - EventsConnectionOrderbyInput
*
* @package WPGraphQL\QL_Events\Type\WPInputObject
* @since TBD
* @since 0.3.1
*/

namespace WPGraphQL\QL_Events\Type\WPInputObject;
Expand All @@ -16,7 +16,7 @@ class Events_Connection_Orderby_Input {
/**
* Registers type
*
* @since TBD
* @since 0.3.1
*
* @return void
*/
Expand Down
4 changes: 2 additions & 2 deletions includes/types/input/class-tec-date-range-input.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* WPInputObjectType - TECDateRangeInput
*
* @package WPGraphQL\QL_Events\Type\WPInputObject
* @since TBD
* @since 0.3.1
*/

namespace WPGraphQL\QL_Events\Type\WPInputObject;
Expand All @@ -16,7 +16,7 @@ class TEC_Date_Range_Input {
/**
* Registers type
*
* @since TBD
* @since 0.3.1
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion includes/types/object/class-event-type.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public static function register_fields() {
/**
* Registers TEC pro "Event" type fields.
*
* @since TBD
* @since 0.3.1
*
* @return void
*/
Expand Down
4 changes: 2 additions & 2 deletions ql-events.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: QL Events
* Description: Adds The Events Calendar Functionality to WPGraphQL schema.
* Version: 0.3.0
* Version: 0.3.1
* Author: kidunot89
* Author URI: https://axistaylor.com
* Text Domain: ql-events
Expand All @@ -23,7 +23,7 @@
function constants() {
// Plugin version.
if ( ! defined( 'QL_EVENTS_VERSION' ) ) {
define( 'QL_EVENTS_VERSION', '0.3.0' );
define( 'QL_EVENTS_VERSION', '0.3.1' );
}
// Plugin Folder Path.
if ( ! defined( 'QL_EVENTS_PLUGIN_DIR' ) ) {
Expand Down

0 comments on commit f48f084

Please sign in to comment.