Skip to content

Commit 66cc3f9

Browse files
authored
Merge pull request #271 from codesnippetspro/tag/v3.7.1-beta.3
Release: v3.7.1-beta.3
2 parents 1eb7967 + 95af256 commit 66cc3f9

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
6+
## [3.7.1-beta.3] (2025-10-22)
7+
8+
### Added
9+
* Snippets REST API now supports pagination via page and per_page query parameters.
10+
11+
512
## [3.7.1-beta.2] (2025-10-22)
613

714
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code-snippets",
33
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface.",
44
"homepage": "https://codesnippets.pro",
5-
"version": "3.7.1-beta.2",
5+
"version": "3.7.1-beta.3",
66
"main": "src/dist/edit.js",
77
"directories": {
88
"test": "tests"

src/code-snippets.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
* License: GPL-2.0-or-later
99
* License URI: license.txt
1010
* Text Domain: code-snippets
11-
* Version: 3.7.1-beta.2
11+
* Version: 3.7.1-beta.3
1212
* Requires PHP: 7.4
1313
* Requires at least: 5.0
1414
*
15-
* @version 3.7.1-beta.2
15+
* @version 3.7.1-beta.3
1616
* @package Code_Snippets
1717
* @author Shea Bunge <shea@codesnippets.pro>
1818
* @copyright 2012-2024 Code Snippets Pro
@@ -37,7 +37,7 @@
3737
*
3838
* @const string
3939
*/
40-
define( 'CODE_SNIPPETS_VERSION', '3.7.1-beta.2' );
40+
define( 'CODE_SNIPPETS_VERSION', '3.7.1-beta.3' );
4141

4242
/**
4343
* The full path to the main file of this plugin.

src/readme.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@ You can report security bugs found in the source code of this plugin through the
105105
== Changelog ==
106106

107107

108+
109+
= 3.7.1-beta.3 (2025-10-22) =
110+
111+
__Added__
112+
113+
* Snippets REST API now supports pagination via page and per_page query parameters.
114+
115+
108116
= 3.7.1-beta.2 (2025-10-22) =
109117

110118
__Added__

0 commit comments

Comments
 (0)