diff --git a/Gemfile.lock b/Gemfile.lock index 5303d023a..756d0fabf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,6 @@ GIT ruby-imagespec (0.3.1) GEM - remote: http://gemcutter.org/ remote: https://rubygems.org/ specs: actionmailer (4.1.0) diff --git a/app/models/user.rb b/app/models/user.rb index 452f0443d..17d0dcfe1 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -447,7 +447,7 @@ class User < ActiveRecord::Base end def show_saved_searches? - id < 1_000 + id < 50_000 end def can_upload? diff --git a/app/views/users/upgrade_information.html.erb b/app/views/users/upgrade_information.html.erb index d6f51e143..c7c126e18 100644 --- a/app/views/users/upgrade_information.html.erb +++ b/app/views/users/upgrade_information.html.erb @@ -49,12 +49,6 @@ Yes Yes - - See Banned Posts - No - Yes - Yes - See Censored Tags No diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index 386e80a26..db7ee7399 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -4,7 +4,7 @@ module Danbooru class Configuration # The version of this Danbooru. def version - "2.54.3" + "2.55.0" end # The name of this Danbooru.