Skip to content

Commit

Permalink
version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dphiffer committed Jun 11, 2024
1 parent 4a10a26 commit c0029b5
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 17 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Donate link:** https://themarkup.org/donate
**Tags:** short url, shlink
**Requires at least:** 4.5
**Tested up to:** 6.5.3
**Tested up to:** 6.5.4
**Requires PHP:** 7.3
**Stable tag:** 0.4.0
**License:** GPLv2 or later
Expand Down Expand Up @@ -59,6 +59,9 @@ __Running tests:__

## Changelog ##

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

### 0.4.0 ###
* Add search to manager interface
* URL validation on form inputs
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.0",
"version": "0.4.1",
"type": "wordpress-plugin",
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

30 changes: 21 additions & 9 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.0\n"
"Project-Id-Version: Smol Links 0.4.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/smol-links\n"
"POT-Creation-Date: 2024-06-07 17:30:48+00:00\n"
"POT-Creation-Date: 2024-06-11 16:53:07+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 @@ -36,34 +36,46 @@ msgstr ""
msgid "Please configure Shlink API settings."
msgstr ""

#: src/Settings.php:79 src/Settings.php:106
#: src/Settings.php:79 src/Settings.php:109
msgid "Smol Links Settings"
msgstr ""

#: src/Settings.php:91
#: src/Settings.php:94
msgid "Server"
msgstr ""

#: src/Settings.php:97
#: src/Settings.php:100
msgid "Generating Shlinks"
msgstr ""

#: src/Settings.php:122
#: src/Settings.php:125
msgid "Base URL"
msgstr ""

#: src/Settings.php:129
#: src/Settings.php:132
msgid "API Key"
msgstr ""

#: src/Settings.php:139
#: src/Settings.php:142
msgid "Generate upon saving a post"
msgstr ""

#: src/Settings.php:147
#: src/Settings.php:150
msgid "Default domain"
msgstr ""

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

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

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

#. Description of the plugin/theme
msgid "Create and manage Shlink short links from WordPress"
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.0",
"version": "0.4.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 @@ -3,7 +3,7 @@ Contributors: dphiffer
Donate link: https://themarkup.org/donate
Tags: short url, shlink
Requires at least: 4.5
Tested up to: 6.5.3
Tested up to: 6.5.4
Requires PHP: 7.3
Stable tag: 0.4.0
License: GPLv2 or later
Expand Down Expand Up @@ -59,6 +59,9 @@ __Running tests:__

== Changelog ==

= 0.4.1 =
* Validate and sanitize settings

= 0.4.0 =
* Add search to manager interface
* URL validation on form inputs
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.0
* Version: 0.4.1
* Author: The Markup
* Author URI: https://themarkup.org/
* License: GPL-2.0-or-later
Expand Down

0 comments on commit c0029b5

Please sign in to comment.