Skip to content

Commit 62b904c

Browse files
authored
Merge pull request #6 from wp-graphql/develop
release: next version 📦
2 parents b234490 + ac3bce2 commit 62b904c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "feat: test next version"
3+
pr: 5
4+
author: "jasonbahl"
5+
type: "feat"
6+
breaking: false
7+
description: |
8+
null
9+
---

wp-graphql.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,12 @@ function graphql_init_appsero_telemetry() {
205205
function wpgql_delete_me() {
206206
_deprecated_function( 'wpgql_delete_me', '@next-version', '' );
207207
}
208+
209+
/**
210+
* Another Test
211+
*
212+
* @since @next-version
213+
*/
214+
function wpgql_delete_me_too() {
215+
_deprecated_function( 'wpgql_delete_me_too', '@next-version', '' );
216+
}

0 commit comments

Comments
 (0)