mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Bump version for next stable release~!
This commit is contained in:
parent
7fe8f1ab02
commit
f02caae2d1
4 changed files with 10 additions and 4 deletions
|
@ -2,6 +2,12 @@
|
||||||
This file holds the changelog for Pepperminty Wiki. This is the master list of things that have changed (second only to the commit history!) - though the information for any particular release can also be found in the description of it's page for every release made on GitHub too.
|
This file holds the changelog for Pepperminty Wiki. This is the master list of things that have changed (second only to the commit history!) - though the information for any particular release can also be found in the description of it's page for every release made on GitHub too.
|
||||||
|
|
||||||
|
|
||||||
|
## v0.22
|
||||||
|
_No changes were made since the last release_
|
||||||
|
|
||||||
|
**Make sure you have PHP 7.3+ when you update past this point!** It isn't the end of the world if you don't, but it will make you more secure if you do.
|
||||||
|
|
||||||
|
|
||||||
## v0.22-beta3
|
## v0.22-beta3
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -30,7 +36,7 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t
|
||||||
|
|
||||||
|
|
||||||
## v0.22-beta1
|
## v0.22-beta1
|
||||||
Make sure you have PHP 7.3+ when you update past this point! It isn't the end of the world if you don't, but it will make you more secure if you do.
|
**Make sure you have PHP 7.3+ when you update past this point!** It isn't the end of the world if you don't, but it will make you more secure if you do.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- [Module Api] Add new `search::invindex_term_getpageids`, and `search::invindex_term_getoffsets`, and `search::index_sort_freq` methods
|
- [Module Api] Add new `search::invindex_term_getpageids`, and `search::invindex_term_getoffsets`, and `search::index_sort_freq` methods
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pepperminty-wiki",
|
"name": "pepperminty-wiki",
|
||||||
"version": "0.22.0-beta3",
|
"version": "0.22.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pepperminty-wiki",
|
"name": "pepperminty-wiki",
|
||||||
"version": "0.22.0-beta3",
|
"version": "0.22.0",
|
||||||
"description": "A wiki in a box",
|
"description": "A wiki in a box",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
v0.22-beta3
|
v0.22
|
||||||
|
|
Loading…
Reference in a new issue