Skip to content

Commit

Permalink
Fix other blocker bugs ($argv / CLI_ONLY related) and v1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-xo committed Feb 28, 2021
1 parent d32d934 commit 6debc29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion dir2cast.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 . ')');

Expand Down

0 comments on commit 6debc29

Please sign in to comment.