Skip to content

Commit

Permalink
Merge pull request #37 from the-markup/version-3.1.1
Browse files Browse the repository at this point in the history
V0.3.1
  • Loading branch information
BatMiles committed Jun 5, 2024
2 parents 83a57b7 + 04672be commit 5e308c4
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Requires at least:** 4.5
**Tested up to:** 6.5.3
**Requires PHP:** 7.3
**Stable tag:** 0.3.0
**Stable tag:** 0.3.1
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -61,6 +61,9 @@ __Running tests:__

## Changelog ##

### 0.3.1 ###
* Remove Composer from installation

### 0.3.0 ###
* Add pagination to Smol Links manager interface

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "the-markup/smol-links",
"description": "Create and manage Shlink short links from WordPress",
"version": "0.3.0",
"version": "0.3.1",
"type": "wordpress-plugin",
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand Down
2 changes: 1 addition & 1 deletion languages/smol-links.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the GPL-2.0-or-later.
msgid ""
msgstr ""
"Project-Id-Version: Smol Links 0.3.0\n"
"Project-Id-Version: Smol Links 0.3.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/smol-links\n"
"POT-Creation-Date: 2024-05-30 17:33:07+00:00\n"
"MIME-Version: 1.0\n"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smol-links",
"version": "0.3.0",
"version": "0.3.1",
"description": "Create and manage Shlink short links from WordPress",
"main": "build/index.js",
"author": "The Markup",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: short url, shlink
Requires at least: 4.5
Tested up to: 6.5.3
Requires PHP: 7.3
Stable tag: 0.3.0
Stable tag: 0.3.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -61,6 +61,9 @@ __Running tests:__

== Changelog ==

= 0.3.1 =
* Remove Composer from installation

= 0.3.0 =
* Add pagination to Smol Links manager interface

Expand Down
2 changes: 1 addition & 1 deletion smol-links.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Description: Create and manage Shlink short links from WordPress
* Requires at least: 4.5
* Requires PHP: 7.0
* Version: 0.3.0
* Version: 0.3.1
* Author: The Markup
* Author URI: https://themarkup.org/
* License: GPL-2.0-or-later
Expand Down

0 comments on commit 5e308c4

Please sign in to comment.