Skip to content

Commit 45bc7a0

Browse files
authored
Merge pull request #10 from wp-graphql/develop
release: next version 📦
2 parents 1a8a4b8 + 49d4094 commit 45bc7a0

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-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 since tag replacement again"
3+
pr: 9
4+
author: "jasonbahl"
5+
type: "feat"
6+
breaking: false
7+
description: |
8+
null
9+
---

automation-tests.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,13 @@ function test_since_next_version() {
3838
function test_since_next_version_again() {
3939
_deprecated_function( 'test_since_next_version_again', '4.3.0', '' )
4040
}
41+
42+
/**
43+
* Testing a new feature with a since tag
44+
*
45+
* @since next-version
46+
* @deprecated @next-version This function was deprecated when it was added because it was just a test.
47+
*/
48+
function test_since_next_version_again_2() {
49+
_deprecated_function( 'test_since_next_version_again_2', '@next-version', '' )
50+
}

0 commit comments

Comments
 (0)