Skip to content

Commit

Permalink
Merge branch 'release/5.0.1'
Browse files Browse the repository at this point in the history
* release/5.0.1:
  Final commit of version 5.0.1
  Bump to v5.0.1 and fix deployment issues
  chore: Remove unnecessary PHP setup step
  fix: Remove unnecessary (breaking) composer step
  • Loading branch information
binarykitchen committed Nov 21, 2023
2 parents c7deaf6 + 02a4208 commit 039ec75
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 31 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, mysql, mysqli, pdo_mysql, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
coverage: none

- name: Install composer dependencies
uses: php-actions/composer@v5
with:
php_version: 7.4
dev: no

- uses: actions/setup-node@v3
with:
node-version: 20
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ https://github.com/binarykitchen/videomail-for-ninja-forms/issues
- src/php/videomail.php
3. Optional: validate readme.txt with https://wordpress.org/plugins/developers/readme-validator/
4. Run `npm run release`
5. Tag a new release which will run the release workflow on GitHub.
5. Tag a new release which will run the release workflow on GitHub, e.g. with `gh release create`

## Ask for help

Expand Down
Binary file modified dist/videomail-for-ninja-forms.zip
Binary file not shown.
32 changes: 22 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videomail-for-ninja-forms",
"version": "5.0.0",
"version": "5.0.1",
"description": "With this add-on recording videos in Wordpress Ninja Forms comes true.",
"author": "Michael Heuberger <michael.heuberger@binarykitchen.com>",
"contributors": [
Expand Down Expand Up @@ -72,9 +72,9 @@
"devDependencies": {
"@babel/core": "7.23.3",
"@babel/eslint-parser": "7.23.3",
"@babel/plugin-transform-runtime": "7.23.3",
"@babel/plugin-transform-runtime": "7.23.4",
"@babel/preset-env": "7.23.3",
"@babel/runtime": "7.23.2",
"@babel/runtime": "7.23.4",
"babel-eslint": "10.1.0",
"browser-sync": "2.29.3",
"del": "6.1.1",
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: form, video, email, audio, webcam, recorder, sign language, deaf

Requires at least: 6.0
Tested up to: 6.2.2
Stable tag: 5.0.0
Stable tag: 5.0.1
Requires PHP: 7.4.0
Donate link: https://videomail.io/faq
License: CC0-1.0
Expand Down Expand Up @@ -69,6 +69,10 @@ To get help, just use any of these contacts at [https://binarykitchen.com](https
2. Once you have assembled a form and preview it, any browser will ask for webcam access first.

== Changelog ==
= 5.0.1 (21 Nov 2023) =
*Bugs:*
* Fix deployment issues

= 5.0.0 (19 Nov 2023) =
*Change:*
* Internal technical improvements for releasing new versions
Expand Down
2 changes: 1 addition & 1 deletion src/php/videomail.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
final class NF_Videomail {

const NAME = 'Videomail';
const VERSION = '5.0.0';
const VERSION = '5.0.1';
const AUTHOR = 'Michael Heuberger + Kyle B. Johnson';
const SLUG = 'videomail';
const PREFIX = 'NF_Videomail';
Expand Down
2 changes: 1 addition & 1 deletion target/php/videomail.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
final class NF_Videomail {

const NAME = 'Videomail';
const VERSION = '5.0.0';
const VERSION = '5.0.1';
const AUTHOR = 'Michael Heuberger + Kyle B. Johnson';
const SLUG = 'videomail';
const PREFIX = 'NF_Videomail';
Expand Down
2 changes: 1 addition & 1 deletion videomail-for-ninja-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Videomail for Ninja Forms
Plugin URI: https://github.com/binarykitchen/videomail-for-ninja-forms
Description: Express yourself in more than just words. Record and send a short video from your webcam.
Version: 5.0.0
Version: 5.0.1
Author: Michael Heuberger + Kyle B. Johnson
Author URI: https://videomail.io
Author URI: http://kylebjohnson.me
Expand Down

0 comments on commit 039ec75

Please sign in to comment.