Skip to content

Commit

Permalink
version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dphiffer committed Jul 30, 2024
1 parent afa9063 commit d545526
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 52 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
**Donate link:** https://themarkup.org/donate
**Tags:** short url, shlink
**Requires at least:** 4.5
**Tested up to:** 6.5.4
**Tested up to:** 6.6.1
**Requires PHP:** 7.3
**Stable tag:** 0.4.1
**Stable tag:** 0.4.2
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -59,6 +59,10 @@ __Running tests:__

## Changelog ##

### 0.4.2 ###
* Fix bug causing settings to not get saved
* Update dependencies

### 0.4.1 ###
* Validate and sanitize settings

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.4.1",
"version": "0.4.2",
"type": "wordpress-plugin",
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand Down
77 changes: 39 additions & 38 deletions composer.lock

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

10 changes: 5 additions & 5 deletions languages/smol-links.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the GPL-2.0-or-later.
msgid ""
msgstr ""
"Project-Id-Version: Smol Links 0.4.1\n"
"Project-Id-Version: Smol Links 0.4.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/smol-links\n"
"POT-Creation-Date: 2024-06-11 16:53:07+00:00\n"
"POT-Creation-Date: 2024-07-30 19:27:33+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -64,15 +64,15 @@ msgstr ""
msgid "Default domain"
msgstr ""

#: src/Settings.php:164
#: src/Settings.php:166
msgid "Please enter a base URL and API key."
msgstr ""

#: src/Settings.php:168
#: src/Settings.php:170
msgid "Invalid base URL: <code>%s</code>. Try adding <code>https://</code>."
msgstr ""

#: src/Settings.php:180
#: src/Settings.php:182
msgid "Error loading <code>%s</code>."
msgstr ""

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.4.1",
"version": "0.4.2",
"description": "Create and manage Shlink short links from WordPress",
"main": "build/index.js",
"author": "The Markup",
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: dphiffer
Donate link: https://themarkup.org/donate
Tags: short url, shlink
Requires at least: 4.5
Tested up to: 6.5.4
Tested up to: 6.6.1
Requires PHP: 7.3
Stable tag: 0.4.1
Stable tag: 0.4.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -59,6 +59,10 @@ __Running tests:__

== Changelog ==

= 0.4.2 =
* Fix bug causing settings to not get saved
* Update dependencies

= 0.4.1 =
* Validate and sanitize settings

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.4.1
* Version: 0.4.2
* Author: The Markup
* Author URI: https://themarkup.org/
* License: GPL-2.0-or-later
Expand Down

0 comments on commit d545526

Please sign in to comment.