Update Guide

Update id c1bb5cf

Please note that this update is really big make sure that you have created a backup copy before update

Note: You have to update your applications your own, it’s is not possible for us to manually update your applications.

Some tips

  1. Try at localhost first
  2. Create backup
  3. Use good version control tools like GIT
  4. Use good text/code editor ( eg: sublime text )

What’s New


List of file modified

app/artvenue/Repository/Eloquent/ImagesRepository.php
app/artvenue/Repository/Eloquent/UsersRepository.php
app/artvenue/Repository/ImagesRepositoryInterface.php
app/artvenue/Repository/UsersRepositoryInterface.php
app/artvenue/Validator/CommentValidator.php
app/artvenue/Validator/UserValidator.php
app/controllers/CategoryController.php
app/controllers/CommentController.php
app/controllers/GalleryController.php
app/controllers/ImageController.php
app/controllers/TagsController.php
app/controllers/UploadController.php
app/controllers/UserController.php
app/filters.php
app/lang/en/text.php
app/library/functions.php
app/models/ImageInfo.php
app/views/gallery/index.blade.php
app/views/gallery/util-list.blade.php
app/views/home/index.blade.php
app/views/image/exif.blade.php
app/views/image/index.blade.php
app/views/image/sidebar.blade.php
app/views/master/index.blade.php
app/views/registration/facebook.blade.php
app/views/registration/google.blade.php
app/views/registration/index.blade.php
app/views/user/favorites.blade.php
app/views/user/index.blade.php
app/views/user/settings.blade.php
public/static/css/admin.css
public/static/css/datepicker.css
public/static/css/jquery.fileupload-ui.css
public/static/css/jquery.fileupload.css
public/static/css/style.css
public/static/js/bootstrap-datepicker.js
public/static/js/custom.js
public/static/js/jquery.lazyload.min.js
public/static/plugin/css/datepicker.css
public/static/plugin/css/jquery.timepicker.css
public/static/plugin/css/select2.css
public/static/plugin/js/bootstrap-datepicker.js
public/static/plugin/js/canvasResize.js
public/static/plugin/js/exif.js
public/static/plugin/js/jquery.timepicker.js
public/static/plugin/js/select2.min.js

How to update

Make sure to create backup before update.

Route::resource('install', 'InstallController');

© Abhimanyu Sharma http://twitter.com/abhimanyu003