@@ -83,7 +83,7 @@ public static function instance() {
8383 /**
8484 * Checks if QL Events required plugins are installed and activated
8585 *
86- * @since TBD
86+ * @since 0.3.0
8787 *
8888 * @return array
8989 */
@@ -142,7 +142,7 @@ public function dependencies_not_ready() {
142142 /**
143143 * Returns true if the "QL_EVENTS_TEST_MODE" set to a "truthy" value.
144144 *
145- * @since TBD
145+ * @since 0.3.0
146146 *
147147 * @return boolean
148148 */
@@ -153,7 +153,7 @@ public static function is_test_mode_active() {
153153 /**
154154 * Returns true if the "enable_events_pro_support" is "on"
155155 *
156- * @since TBD
156+ * @since 0.3.0
157157 *
158158 * @return boolean
159159 */
@@ -165,7 +165,7 @@ public static function is_events_pro_support_enabled() {
165165 /**
166166 * Returns if Virtual Events is installed and activated.
167167 *
168- * @since TBD
168+ * @since 0.3.0
169169 *
170170 * @return bool
171171 */
@@ -176,7 +176,7 @@ public static function is_events_pro_active() {
176176 /**
177177 * Returns true if the "enable_event_tickets_support" is "on"
178178 *
179- * @since TBD
179+ * @since 0.3.0
180180 *
181181 * @return boolean
182182 */
@@ -188,7 +188,7 @@ public static function is_event_tickets_support_enabled() {
188188 /**
189189 * Returns if Event Tickets is installed and activated
190190 *
191- * @since TBD
191+ * @since 0.3.0
192192 *
193193 * @return bool
194194 */
@@ -208,7 +208,7 @@ public static function is_event_tickets_active() {
208208 /**
209209 * Returns true if the "enable_event_tickets_plus_support" is "on"
210210 *
211- * @since TBD
211+ * @since 0.3.0
212212 *
213213 * @return boolean
214214 */
@@ -220,7 +220,7 @@ public static function is_event_tickets_plus_support_enabled() {
220220 /**
221221 * Returns if Ticket Events Plus is installed and activated
222222 *
223- * @since TBD
223+ * @since 0.3.0
224224 *
225225 * @return bool
226226 */
@@ -240,7 +240,7 @@ public static function is_event_tickets_plus_active() {
240240 /**
241241 * Returns if WooGraphQL is installed and activate
242242 *
243- * @since TBD
243+ * @since 0.3.0
244244 *
245245 * @return bool
246246 */
@@ -251,7 +251,7 @@ public static function is_woographql_active() {
251251 /**
252252 * Returns true if the "enable_events_virtual_support" is "on"
253253 *
254- * @since TBD
254+ * @since 0.3.0
255255 *
256256 * @return boolean
257257 */
@@ -263,7 +263,7 @@ public static function is_events_virtual_support_enabled() {
263263 /**
264264 * Returns if Virtual Events is installed and activated.
265265 *
266- * @since TBD
266+ * @since 0.3.0
267267 *
268268 * @return bool
269269 */
@@ -274,7 +274,7 @@ public static function is_events_virtual_active() {
274274 /**
275275 * Render admin notices for all missing dependencies.
276276 *
277- * @since TBD
277+ * @since 0.3.0
278278 *
279279 * @return void
280280 */
@@ -319,7 +319,7 @@ public function init() {
319319 /**
320320 * Returns The Events Calendar and core extensions post-types registered to the schema.
321321 *
322- * @since TBD
322+ * @since 0.3.0
323323 *
324324 * @return array
325325 */
@@ -337,7 +337,7 @@ public static function get_post_types() {
337337 /**
338338 * Returns The Events Calendar and core extensions taxonomies registered to the schema.
339339 *
340- * @since TBD
340+ * @since 0.3.0
341341 *
342342 * @return array
343343 */
0 commit comments