Skip to content

Commit 92c9bb7

Browse files
committed
chore: bump version to 1.0.2
1 parent 0c4d625 commit 92c9bb7

6 files changed

Lines changed: 20 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dostanesie-pl-widget",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"type": "module",
55
"scripts": {
66
"postinstall": "tsx src/utils/fetchSubjectsCli/index.ts",

wordpress-plugin/calculator-dostanesie-pl/calculator-dostanesie-pl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: dostanesie.pl calculator
44
* Description: Place dostanesie.pl calculator on your webpage
5-
* Version: 1.0.1
5+
* Version: 1.0.2
66
* Requires at least: 6.7
77
* Requires PHP: 7.4
88
* Author: Jakub Różycki

wordpress-plugin/calculator-dostanesie-pl/languages/dstpl-pl_PL.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the GPL-2.0-or-later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: dostanesie.pl calculator 1.0.1\n"
5+
"Project-Id-Version: dostanesie.pl calculator 1.0.2\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/calculator-dostanesie-pl\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"

wordpress-plugin/calculator-dostanesie-pl/languages/dstpl.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the GPL-2.0-or-later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: dostanesie.pl calculator 1.0.1\n"
5+
"Project-Id-Version: dostanesie.pl calculator 1.0.2\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/calculator-dostanesie-pl\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"

wordpress-plugin/calculator-dostanesie-pl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "calculator-dostanesie-pl",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "GPL-2.0-or-later",
55
"main": "build/index.js",
66
"scripts": {

wordpress-plugin/calculator-dostanesie-pl/readme.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: education, calculator, dostanesie, dostanesie.pl, kalkulator
44
Requires at least: 6.7
55
Tested up to: 6.7
66
Requires PHP: 7.4
7-
Stable tag: 1.0.1
7+
Stable tag: 1.0.2
88
License: GPL-2.0-or-later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -59,6 +59,20 @@ Source code is available at [https://github.com/dostanesie-pl/widget](https://gi
5959

6060
== Changelog ==
6161

62+
= 1.0.2 =
63+
PL:
64+
- Aktualizacja zależności
65+
66+
EN:
67+
- Dependencies update
68+
69+
= 1.0.1 =
70+
PL:
71+
- Utworzenie nowej wersji przez github action
72+
73+
EN:
74+
- Automated github action release
75+
6276
= 1.0.0 =
6377
PL:
6478
- Opublikowanie pierwszej wersji wtyczki

0 commit comments

Comments
 (0)