Skip to content

Commit

Permalink
Set version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zonia3000 committed Nov 22, 2024
1 parent 7edf078 commit 350fa3c
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 15 deletions.
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ RegiFair is available in the following languages:
* English
* Italian

The complete source code can be found at https://github.com/zonia3000/regi-fair

## User guide

**Important**: before starting, go to the RegiFair Settings page and ensure that the e-mail address used to send confirmation messages to users is a valid e-mail address, otherwise confirmation e-mail may not be sent.
Expand Down
6 changes: 3 additions & 3 deletions js/src/block/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 js/src/block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "regi-fair-form",
"version": "0.1.0",
"version": "1.0.0",
"description": "RegiFair Form",
"author": "Sonia Zorba",
"license": "GPL-3.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions js/src/components/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 js/src/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "regi-fair",
"version": "0.1.0",
"version": "1.0.0",
"description": "RegiFair Frontend",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion languages/regi-fair-it_IT.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: RegiFair: Event Registration Manager 0.1.0\n"
"Project-Id-Version: RegiFair: Event Registration Manager 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/regi-fair\n"
"POT-Creation-Date: 2024-03-23T22:56:10+00:00\n"
"PO-Revision-Date: 2024-11-02 01:13+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion languages/regi-fair.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the GPLv3 or later.
msgid ""
msgstr ""
"Project-Id-Version: RegiFair: Event Registration Manager 0.1.0\n"
"Project-Id-Version: RegiFair: Event Registration Manager 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-open-events\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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": "regi-fair",
"version": "0.1.0",
"version": "1.0.0",
"description": "RegiFair e2e tests",
"main": "index.js",
"scripts": {},
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: zonia3000
Tags: events, registration, form, waiting list
Requires at least: 6.6
Tested up to: 6.7
Stable tag: 0.1.0
Stable tag: 1.0.0
Requires PHP: 8.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -75,5 +75,5 @@ No, and there is no plan to add this, since the plugin was developed as a volunt

== Changelog ==

= 0.1.0 =
= 1.0.0 =
* First version released
2 changes: 1 addition & 1 deletion regi-fair.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://zonia3000.github.io/regi-fair/
* Author: Sonia Zorba
* Author URI: https://www.zonia3000.net
* Version: 0.1.0
* Version: 1.0.0
* License: GPLv3 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Description: Free and open source plugin to manage events registrations. Provides form builder, waiting lists, group registrations and email notifications. Works with Gutenberg blocks.
Expand Down

0 comments on commit 350fa3c

Please sign in to comment.