Update Guide 4.3 to 4.4

Update Id 927a8c4

Please make sure to backup you database and files before applying this update.

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

If you want us to update your site manually, we would charge $8 for this service. However you are totally free do it your own :)


What’s New

List of files Change/Added

Please note that here:

M Stands for Modified
A Stands for Added
D Stands for Deleted

M       app/artvenue/Repository/CommentsRepositoryInterface.php
M       app/artvenue/Repository/Eloquent/CommentsRepository.php
M       app/artvenue/Repository/Eloquent/ImagesRepository.php
M       app/artvenue/Repository/Eloquent/ReplyRepository.php
M       app/artvenue/Repository/Eloquent/UsersRepository.php
A       app/artvenue/Repository/Eloquent/VotesRepository.php
M       app/artvenue/Repository/ImagesRepositoryInterface.php
M       app/artvenue/Repository/ReplyRepositoryInterface.php
A       app/artvenue/Repository/VotesRepositoryInterface.php
M       app/artvenue/Repository/CommentsRepositoryInterface.php
M       app/artvenue/Repository/Eloquent/CommentsRepository.php
M       app/artvenue/Repository/Eloquent/ImagesRepository.php
M       app/artvenue/Repository/Eloquent/ReplyRepository.php
M       app/artvenue/Repository/Eloquent/UsersRepository.php
A       app/artvenue/Repository/Eloquent/VotesRepository.php
M       app/artvenue/Repository/ImagesRepositoryInterface.php
M       app/artvenue/Repository/ReplyRepositoryInterface.php
A       app/artvenue/Repository/VotesRepositoryInterface.php
M       app/artvenue/Validator/ImageValidator.php
A       app/artvenue/Validator/ReportValidator.php
M       app/artvenue/Validator/UserValidator.php
M       app/config/local/database.php
M       app/controllers/CommentController.php
M       app/controllers/ImageController.php
M       app/controllers/LoginController.php
M       app/controllers/RegistrationController.php
M       app/controllers/ReplyController.php
M       app/controllers/ReportController.php
M       app/controllers/UploadController.php
M       app/controllers/UserController.php
M       app/controllers/admin/users/UpdateController.php
M       app/database/migrations/2013_09_09_122201_create_users_table.php
A       app/database/migrations/2015_02_08_195447_create_comments_votes_table.php
A       app/database/migrations/2015_02_08_195508_create_reply_votes_table.php
M       app/database/seeds/DatabaseSeeder.php
M       app/filters.php
M       app/lang/en/text.php
D       app/library/ImageMagic.php
M       app/library/functions.php
D       app/models/Basemodel.php
M       app/models/Comment.php
A       app/models/CommentsVotes.php
M       app/models/Reply.php
A       app/models/ReplyVotes.php
M       app/models/Report.php
M       app/models/User.php
M       app/routes.php
M       app/start/global.php
M       app/views/admin/comments/edit.blade.php
M       app/views/admin/images/approve.blade.php
M       app/views/admin/images/edit.blade.php
M       app/views/admin/images/index.blade.php
M       app/views/admin/sitesettings/category.blade.php
M       app/views/admin/users/edit.blade.php
M       app/views/admin/users/users.blade.php
M       app/views/gallery/util-list.blade.php
M       app/views/home/index.blade.php
M       app/views/image/comment.blade.php
M       app/views/image/index.blade.php
M       app/views/image/sidebar.blade.php
M       app/views/login/index.blade.php
M       app/views/registration/index.blade.php
M       app/views/upload/index.blade.php
M       app/views/user/index.blade.php
M       app/views/user/rightsidebar.blade.php
M       app/views/user/settings.blade.php
M       composer.json
M       public/static/css/style.css
A       public/static/img/error.png
A       public/static/img/error.svg
A       public/static/img/play-pause.png
A       public/static/img/video-play.png
A       public/static/img/video-play.svg
M       public/static/js/custom.js

Some tips


How to update

Please make sure to backup you database and files before applying this update.

Route::get('update', function(){
    Artisan::call('migrate', array('--force' => true));
    return 'Success';
});

Theme-2 ( other than default theme ) users please take files from their respective theme.


Thanks