Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Prep for 0.7.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhitneysdsu committed Jun 8, 2015
1 parent e698f5c commit 0f49817
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion application/config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
// Bonfire-specific Constants
// -----------------------------------------------------------------------------

define('BONFIRE_VERSION', 'v0.7.4-dev');
define('BONFIRE_VERSION', 'v0.7.4');

// -----------------------------------------------------------------------------
// The 'App Area' allows you to specify the base folder used for all of the contexts
Expand Down
4 changes: 1 addition & 3 deletions bonfire/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Under development
## Released versions

### 0.7.4

Expand All @@ -18,8 +18,6 @@

#### Known Issues:

## Released versions

### 0.7.3

#### New Features:
Expand Down
1 change: 0 additions & 1 deletion bonfire/docs/tut_blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Create a new file in your new `config` folder, called `config.php`.
'version' => '1.0.1',
);


Not all of these settings will be used for the Blog module, but you should understand how they work.

- **name** is the human-readable name of your module.
Expand Down
9 changes: 5 additions & 4 deletions bonfire/docs/upgrade/073.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

1. Update/install the files in the `/bonfire` directory.
2. Update `/application/config/autoload.php` (be sure to migrate your customizations).
3. Update `/application/hooks/App_hooks.php`.
4. Add `\application\language\english\bf_form_validation_lang.php`
5. The following have been deprecated:
3. Update `/application/config/constants.php` (update BONFIRE_VERSION).
4. Update `/application/hooks/App_hooks.php`.
5. Add `\application\language\english\bf_form_validation_lang.php`
6. The following have been deprecated:
<table>
<thead>
<tr>
Expand All @@ -21,4 +22,4 @@
</tr>
</tbody>
</table>
6. If you are not using the installer, add `$config['bonfire.installed'] = "1";` to `/application/config/application.php`.
7. If you are not using the installer, add `$config['bonfire.installed'] = "1";` to `/application/config/application.php`.
3 changes: 2 additions & 1 deletion bonfire/docs/upgrade/074.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## 0.7.3 to 0.7.4

1. Update `/application/hooks/App_hooks.php`.
2. Update all files in `/bonfire/`, or:
2. Update `/application/config/constants.php` (update BONFIRE_VERSION).
3. Update all files in `/bonfire/`, or:
- Update `/bonfire/core/BF_Router.php`.
- Update all files in `/bonfire/docs/`.
- Update `/bonfire/libraries/Template.php`.
Expand Down

0 comments on commit 0f49817

Please sign in to comment.