Skip to content

Commit

Permalink
Under review by the WordPress Plugin Review Team
Browse files Browse the repository at this point in the history
Release 0.0.2
  • Loading branch information
jobvk committed Nov 5, 2024
1 parent e8246c5 commit f739174
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**Contributors:** [jobvk](https://github.com/jobvk) \
**Requires at least:** 6.4.3 \
**Tested up to:** 6.6.1 \
**Stable tag:** 0.0.1 \
**Stable tag:** 0.0.2 \
**Tags:** scouting, scouting nederland, sol, openid connect, oidc \
**License:** GPLv3 \
**License URI:** https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
Binary file modified languages/scouting-openid-connect-nl_NL.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions languages/scouting-openid-connect-nl_NL.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# This file is distributed under the same license as the Scouting OpenID Connect plugin.
msgid ""
msgstr ""
"Project-Id-Version: Scouting OpenID Connect 0.0.1\n"
"Project-Id-Version: Scouting OpenID Connect 0.0.2\n"
"Report-Msgid-Bugs-To: https://github.com/jobvk/scouting-openid-connect/"
"issues\n"
"POT-Creation-Date: 2024-11-04 21:19+0100\n"
"PO-Revision-Date: 2024-11-04 21:19+0100\n"
"PO-Revision-Date: 2024-11-05 00:45+0100\n"
"Last-Translator: Job van Koeveringe <[email protected]>\n"
"Language-Team: Job van Koeveringe <[email protected]>\n"
"Language: nl_NL\n"
Expand Down
4 changes: 2 additions & 2 deletions languages/scouting-openid-connect.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Scouting OpenID Connect 0.0.1\n"
"Project-Id-Version: Scouting OpenID Connect 0.0.2\n"
"Report-Msgid-Bugs-To: https://github.com/jobvk/scouting-openid-connect/issues\n"
"POT-Creation-Date: 2024-11-04 21:19+0100\n"
"POT-Creation-Date: 2024-11-05 00:45+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Job van Koeveringe <[email protected]>\n"
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: jobvk
Tags: scouting, scouting nederland, sol, openid connect, oidc
Requires at least: 6.4.3
Tested up to: 6.6.2
Stable tag: 0.0.1
Stable tag: 0.0.2
Requires PHP: 8.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -61,6 +61,9 @@ Currently not, but this is planned for a future update of this plugin.
= 0.0.1 =
Initial release

= 0.0.2 =
Under review by the WordPress Plugin Review Team

== Upgrade Notice ==

= 0.0.1 =
Expand Down
4 changes: 2 additions & 2 deletions scouting-openid-connect.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
* @author Job van Koeveringe <[email protected]>
* @copyright 2024 Scouting Nederland
* @license GPLv3
* @version 0.0.1
* @version 0.0.2
* @link https://github.com/Scouting-nl/scouting-openid-connect
*
* @wordpress-plugin
* Plugin Name: Scouting OpenID Connect
* Plugin URI: https://github.com/Scouting-nl/scouting-openid-connect
* Description: WordPress plugin for logging in with Scouting Nederland OpenID Connect Server.
* Version: 0.0.1
* Version: 0.0.2
* Requires at least: 6.4.3
* Requires PHP: 8.2
* Author: Job van Koeveringe
Expand Down
2 changes: 1 addition & 1 deletion src/shortcode/page.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function scouting_oidc_shortcode_enqueue_live_script() {
'live-shortcode-script', // Handle name
plugins_url('live-shortcode.js', __FILE__), // Path to the file
array(), // No dependencies
"0.0.1", // Version number
"0.0.2", // Version number
array(
'strategy' => 'defer', // Add the defer attribute
'in_footer' => true // Load the script in the footer
Expand Down
2 changes: 1 addition & 1 deletion src/user/fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function scouting_oidc_fields_enqueue_infix_field_script() {
'infix-field-script', // Handle name
plugins_url('infix-field.js', __FILE__), // Path to the file
array(), // No dependencies
"0.0.1", // Version number
"0.0.2", // Version number
array(
'strategy' => 'defer', // Add the defer attribute
'in_footer' => true // Load the script in the footer
Expand Down

0 comments on commit f739174

Please sign in to comment.