Skip to content

Commit

Permalink
Bump version to 3.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancramerdesign committed Jun 10, 2016
1 parent 4f1fb9c commit b2ef083
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ wire/modules/Inputfield/InputfieldDatetime/timepicker/i18n/*.min.js
wire/modules/Inputfield/InputfieldDatetime/jquery-ui-timepicker-addon.min.js
wire/modules/Jquery/JqueryFancybox/
wire/modules/Jquery/JqueryTableSorter/JqueryTableSorter.min.js
pwx.php
10 changes: 8 additions & 2 deletions README-PW.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Welcome to ProcessWire 3.x
# Welcome to ProcessWire 3.x / 2.8.x

This document is in Markdown. An HTML formatted version of this document
can be read at: https://processwire.com/download/readme
Expand Down Expand Up @@ -267,8 +267,14 @@ logging in to your admin and going to Setup > ProCache.

### Upgrading from ProcessWire 2.7

**Upgrading from 2.7 to 3.x**
Please see the [README.md](https://github.com/ryancramerdesign/ProcessWire/blob/devns/README.md)
file for important details on the 3.x alpha/beta upgrade.
file for important details on the 3.x beta upgrade.

**Upgrading from 2.7 to 2.8.x**
Follow the general upgrade process by replacing your replacing your /wire/ directory and
index.php file with the new versions. After confirming successful upgrade, then replace or
update your .htaccess file (with the new provided htaccess.txt file).

### Upgrading from ProcessWire 2.6

Expand Down
2 changes: 1 addition & 1 deletion wire/core/ProcessWire.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ProcessWire extends Wire {

const versionMajor = 3;
const versionMinor = 0;
const versionRevision = 20;
const versionRevision = 21;
const versionSuffix = 'devns';

const indexVersion = 300; // required version for index.php file (represented by PROCESSWIRE define)
Expand Down

0 comments on commit b2ef083

Please sign in to comment.