Skip to content

Commit 1ebdb88

Browse files
committed
Update version number to 3.0.0
1 parent f77e2f7 commit 1ebdb88

File tree

6 files changed

+9
-11
lines changed

6 files changed

+9
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 3.0.0 (unreleased)
3+
## 3.0.0 (14 May 2022)
44

55
### Added
66
* Added: HTML content snippets for displaying as shortcodes or including in the page head or footer area.

code-snippets.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @author Shea Bunge <shea@codesnippets.pro>
1010
* @copyright 2012-2021 Shea Bunge
1111
* @license GPL-2.0-or-later https://spdx.org/licenses/GPL-2.0-or-later.html
12-
* @version 3.0.0-rc.1
12+
* @version 3.0.0
1313
* @link https://github.com/sheabunge/code-snippets
1414
*/
1515

@@ -19,7 +19,7 @@
1919
Description: An easy, clean and simple way to run code snippets on your site. No need to edit to your theme's functions.php file again!
2020
Author: Code Snippets Pro
2121
Author URI: https://codesnippets.pro
22-
Version: 3.0.0-rc.1
22+
Version: 3.0.0
2323
License: GPL-2.0-or-later
2424
License URI: license.txt
2525
Text Domain: code-snippets

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
{
22
"name": "code-snippets",
3-
"version": "3.0.0-rc.1",
3+
"version": "3.0.0",
44
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface",
55
"homepage": "https://wordpress.org/plugins/code-snippets",
66
"main": "gulpfile.babel.ts",

php/load.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @var string A PHP-standardized version number string.
1818
*/
19-
const PLUGIN_VERSION = '3.0.0-rc.1';
19+
const PLUGIN_VERSION = '3.0.0';
2020

2121
/**
2222
* The full path to the main file of this plugin.

readme.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://codesnippets.pro
44
Tags: snippets, functions, multisite, code, php, html, css, javascript
55
License: MIT
66
License URI: license.txt
7-
Stable tag: 3.0.0-rc.1
7+
Stable tag: 3.0.0
88
Tested up to: 6.0
99

1010
An easy, clean and simple way to run code snippets on your site.
@@ -116,8 +116,7 @@ The best way to do this is to fork the [repository on GitHub](https://github.com
116116

117117
== Changelog ==
118118

119-
<<<<<<< HEAD
120-
= 3.0.0 (unreleased) =
119+
= 3.0.0 (14 May 2022) =
121120

122121
__Added__
123122
* Added: HTML content snippets for displaying as shortcodes or including in the page head or footer area.
@@ -160,11 +159,10 @@ __New in Pro__
160159
* Added: Gutenberg editor block for displaying snippet source code.
161160
* Added: Elementor widget for displaying content snippets.
162161
* Added: Elementor widget for displaying snippet source code.
163-
=======
162+
164163
= 2.14.6 (13 May 2022) =
165164
* Fixed: Issue with processing uploaded import files.
166165
* Fixed: Issue with processing tag filters.
167-
>>>>>>> master
168166

169167
= 2.14.5 (10 May 2022) =
170168
* Fixed: Incompatibility issue with older versions of PHP.

0 commit comments

Comments
 (0)