Skip to content

Commit

Permalink
Mark as 3.7 beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
johngodley committed Jan 1, 2019
1 parent 186b8b0 commit ee35ffe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redirection",
"version": "3.7",
"version": "3.7 beta 1",
"description": "Redirection is a WordPress plugin to manage 301 redirections and keep track of 404 errors without requiring knowledge of Apache .htaccess files.",
"main": "redirection.php",
"sideEffects": true,
Expand Down
4 changes: 2 additions & 2 deletions redirection-version.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

define( 'REDIRECTION_VERSION', '3.7' );
define( 'REDIRECTION_BUILD', '27a0d2cd06bfd6322873de52297d9b78' );
define( 'REDIRECTION_VERSION', '3.7 beta 1' );
define( 'REDIRECTION_BUILD', 'ed59b9aacb9da8830eb374dab1d37bd5' );
define( 'REDIRECTION_MIN_WP', '4.5' );
4 changes: 2 additions & 2 deletions redirection.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion redirection.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Redirection
Plugin URI: https://redirection.me/
Description: Manage all your 301 redirects and monitor 404 errors
Version: 3.7
Version: 3.7-beta-1
Author: John Godley
Author URI: https://johngodley.com
Text Domain: redirection
Expand Down

0 comments on commit ee35ffe

Please sign in to comment.