From 6debc29d0732d28c50ad3d858468b13f7d5f7a8b Mon Sep 17 00:00:00 2001 From: Ben Isaacs Date: Sun, 28 Feb 2021 14:46:03 +0000 Subject: [PATCH] Fix other blocker bugs ($argv / CLI_ONLY related) and v1.27 --- CHANGELOG.txt | 2 ++ README.md | 2 +- dir2cast.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 104ce8c..914e2a0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,8 @@ Changelog ========= +1.27 2021-02-28 Fix other blocker bugs ($argv / CLI_ONLY related) + 1.26 2021-02-28 Fix #47 Undefined variable $argv 1.25 2021-02-26 Prevent scanning of files which are still being uploaded, and diff --git a/README.md b/README.md index 04058f0..2ca2c3a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Testing dir2cast](https://github.com/ben-xo/dir2cast/actions/workflows/testing.yml/badge.svg)](https://github.com/ben-xo/dir2cast/actions/workflows/testing.yml) -dir2cast by Ben XO v1.26 (2021-02-28) +dir2cast by Ben XO v1.27 (2021-02-28) ================================================================================ https://github.com/ben-xo/dir2cast/ diff --git a/dir2cast.php b/dir2cast.php index 9e0ec0b..6b3d8c7 100644 --- a/dir2cast.php +++ b/dir2cast.php @@ -56,7 +56,7 @@ /* DEFAULTS *********************************************/ // error handler needs these, so let's set them now. -define('VERSION', '1.26'); +define('VERSION', '1.27'); define('DIR2CAST_HOMEPAGE', 'https://github.com/ben-xo/dir2cast/'); define('GENERATOR', 'dir2cast ' . VERSION . ' by Ben XO (' . DIR2CAST_HOMEPAGE . ')');