Skip to content

Commit

Permalink
Test up to WP 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslange committed Oct 21, 2023
1 parent b70bc3b commit 256ae0d
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 18 deletions.
3 changes: 3 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/.git
/.github
.github
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- '*'
jobs:
tag:
name: New tag
name: Deploy to WordPress.org
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14.19.1
2 changes: 1 addition & 1 deletion .phplint-cache

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Allow only logged in users to access the site.

## Changelog

### 1.9 (2023.10.21)

- Test up to WP 6.4

### 1.8 (2022.12.03)

- Test up to WP 6.1
Expand Down
10 changes: 7 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

Contributors: nielslange
Tags: Private Site
Stable tag: 1.8
Tested up to: 6.1
Requires PHP: 5.6
Stable tag: 1.9
Tested up to: 6.4
Requires at least: 3.4
Requires PHP: 5.6
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -24,6 +24,10 @@ Allow only logged in users to access the site.

== Changelog ==

= 1.9 (2023.10.21) =

- Test up to WP 6.4

= 1.8 (2022.12.03) =

- Test up to WP 6.1
Expand Down
2 changes: 1 addition & 1 deletion build/phplint.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"smntcs-smntcs-private-site.php":"15e673e8a92d4688223b8f56e5919186","template\/private-site.php":"7f9128c1519e6daba0bacab1560f4f20"}
{"smntcs-private-site.php":"ece4be1d1fb6eb1f7b7fb0419c5abb5f","template\/private-site.php":"e4dada667a758bf777619420eaa98bff"}
18 changes: 9 additions & 9 deletions languages/smntcs-private-site.pot
Original file line number Diff line number Diff line change
Expand Up @@ -13,43 +13,43 @@ msgstr ""
"X-Generator: Poedit 2.0.6\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
"X-Poedit-WPHeader: smntcs-smntcs-private-site.php\n"
"X-Poedit-WPHeader: smntcs-private-site.php\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: *.js\n"

#: smntcs-smntcs-private-site.php:43
#: smntcs-private-site.php:43
msgid "Settings"
msgstr ""

#: smntcs-smntcs-private-site.php:54
#: smntcs-private-site.php:54
msgid "Private Site"
msgstr ""

#: smntcs-smntcs-private-site.php:66
#: smntcs-private-site.php:66
msgid "Enable Private Site"
msgstr ""

#: smntcs-smntcs-private-site.php:80
#: smntcs-private-site.php:80
msgid "Show login button"
msgstr ""

#: smntcs-smntcs-private-site.php:89 smntcs-smntcs-private-site.php:99
#: smntcs-private-site.php:89 smntcs-private-site.php:99
msgid "This site is marked private by its owner."
msgstr ""

#: smntcs-smntcs-private-site.php:95
#: smntcs-private-site.php:95
msgid "Message"
msgstr ""

#: smntcs-smntcs-private-site.php:111
#: smntcs-private-site.php:111
msgid "Message Color"
msgstr ""

#: smntcs-smntcs-private-site.php:125
#: smntcs-private-site.php:125
msgid "Background Image"
msgstr ""

Expand Down
6 changes: 3 additions & 3 deletions smntcs-smntcs-private-site.php → smntcs-private-site.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
* Description: Allow only logged in users to access the site.
* Author: Niels Lange
* Author URI: https://nielslange.de
* Text Domain: smntcs-smntcs-private-site
* Text Domain: smntcs-private-site
* Version: 1.8
* Requires PHP: 5.6
* Requires at least: 3.4
* License: GPL v2 or later
* Requires PHP: 5.6
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
*
* @package SMNTCS_Private_Site
Expand Down

0 comments on commit 256ae0d

Please sign in to comment.