Skip to content

Commit 4f188b3

Browse files
Merge pull request #5 from PaystackOSS/feat/deploy-action
update version number
2 parents 274b2fc + 54a99cb commit 4f188b3

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

languages/tec-paystack-en_EN.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 GPL3.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Paystack for The Events Calendar 1.0.0\n"
5+
"Project-Id-Version: Paystack for The Events Calendar 1.0.2\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/plugin-the-events-calendar\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"

languages/tec-paystack-en_US.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 GPL3.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Paystack for The Events Calendar 1.0.0\n"
5+
"Project-Id-Version: Paystack for The Events Calendar 1.0.2\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/plugin-the-events-calendar\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"

languages/tec-paystack.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 GPL3.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Paystack for The Events Calendar 1.0.0\n"
5+
"Project-Id-Version: Paystack for The Events Calendar 1.0.2\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/plugin-the-events-calendar\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tec-paystack",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "Paystack for The Events Calendar",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

paystack-tec.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://github.com/PaystackOSS/plugin-the-events-calendar
55
* Description: Add-on for The Event Calendar that allows you to accept payments for event tickets via Paystack
66
* Author: Paystack
7-
* Version: 1.0.0
7+
* Version: 1.0.2
88
* Author URI: https://www.lsdev.biz/
99
* License: GPL3
1010
* Text Domain: paystack-for-events-calendar
@@ -19,7 +19,7 @@
1919
define( 'PS_TEC_PATH', plugin_dir_path( __FILE__ ) );
2020
define( 'PS_TEC_CORE', __FILE__ );
2121
define( 'PS_TEC_URL', plugin_dir_url( __FILE__ ) );
22-
define( 'PS_TEC_VER', '1.0.0' );
22+
define( 'PS_TEC_VER', '1.0.2' );
2323

2424
/* ======================= Below is the Plugin Class init ========================= */
2525
require_once PS_TEC_PATH . '/classes/class-core.php';

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: paystack, feedmymedia, krugazul, lightspeed
33
Tags: the events calendar, paystack, payment gateway
44
Requires at least: 6.1.1
55
Tested up to: 6.1.1
6-
Stable tag: 1.0.0
6+
Stable tag: 1.0.2
77
Requires PHP: 8.0
88
License: GPL3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html

0 commit comments

Comments
 (0)