From cbe12622de5cf3e2e356df868099809c9d75fc5c Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sat, 24 Mar 2018 14:19:35 -0400 Subject: [PATCH] Update CodeIgniter documentation (3.1.8) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/codeigniter.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 4b7cc58a..6c2aa9eb 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -177,7 +177,7 @@ credits = [ 'https://raw.githubusercontent.com/Codeception/CodeceptJS/master/LICENSE' ], [ 'CodeIgniter', - '2014-2017 British Columbia Institute of Technology', + '2014-2018 British Columbia Institute of Technology', 'MIT', 'https://raw.githubusercontent.com/bcit-ci/CodeIgniter/develop/license.txt' ], [ diff --git a/lib/docs/scrapers/codeigniter.rb b/lib/docs/scrapers/codeigniter.rb index b9d0f459..573f9b8c 100644 --- a/lib/docs/scrapers/codeigniter.rb +++ b/lib/docs/scrapers/codeigniter.rb @@ -31,12 +31,12 @@ module Docs ] options[:attribution] = <<-HTML - © 2014–2017 British Columbia Institute of Technology
+ © 2014–2018 British Columbia Institute of Technology
Licensed under the MIT License. HTML version '3' do - self.release = '3.1.5' + self.release = '3.1.8' end end end