Skip to content

Commit

Permalink
Merge branch '2.0-Development' into Master
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Mormino committed Dec 30, 2013
2 parents 4810e57 + 00698f8 commit e3b4e0b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
20 changes: 20 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<<<<<<< HEAD
Version 2.3.3
-------------
Release date: December 30, 2013

Bug Fix

- Fixed locations controller to have DB access.

=======
>>>>>>> 60f0421e22a56876792604c16c432699bc8bee5f
Version 2.3.2
-------------
Release date: December 18, 2013
Expand Down Expand Up @@ -88,12 +99,21 @@ Version 2.2.1
Bug Fix

- Fixed PHP syntax error in Go_cart.php library
<<<<<<< HEAD


Version 2.2
-------------
Release date: January 23, 2013

=======


Version 2.2
-------------
Release date: January 23, 2013

>>>>>>> 60f0421e22a56876792604c16c432699bc8bee5f
Features

- Replaced experimental "GoEdit" with RedactorJS (RedactorJS is distributable with GoCart but NOT OPEN SOURCE http://imperavi.com/redactor/).
Expand Down
2 changes: 1 addition & 1 deletion gocart/controllers/locations.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

class Locations extends CI_Controller {
class Locations extends Base_Controller {

function __construct()
{
Expand Down
6 changes: 5 additions & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
2.3.2
<<<<<<< HEAD
2.3.3
=======
2.3.2
>>>>>>> 60f0421e22a56876792604c16c432699bc8bee5f

0 comments on commit e3b4e0b

Please sign in to comment.