[devdocsgjs/main: 22/239] Update CodeIgniter documentation (4.1.5)




commit b87359ad22e0c37f1e009e8f739f366dc2e554ac
Author: Simon Legner <Simon Legner gmail com>
Date:   Sun Nov 28 11:02:26 2021 +0100

    Update CodeIgniter documentation (4.1.5)

 assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
 lib/docs/scrapers/codeigniter.rb                     | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee 
b/assets/javascripts/templates/pages/about_tmpl.coffee
index f8e51fed..c27816c5 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -183,7 +183,7 @@ credits = [
     'https://raw.githubusercontent.com/Codeception/CodeceptJS/master/LICENSE'
   ], [
     'CodeIgniter',
-    '2014-2020 British Columbia Institute of Technology',
+    '2014-2021 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 d093be3e..550f1ceb 100644
--- a/lib/docs/scrapers/codeigniter.rb
+++ b/lib/docs/scrapers/codeigniter.rb
@@ -29,13 +29,13 @@ module Docs
     ]
 
     options[:attribution] = <<-HTML
-      &copy; 2014&ndash;2020 British Columbia Institute of Technology<br>
+      &copy; 2014&ndash;2021 British Columbia Institute of Technology<br>
       Licensed under the MIT License.
     HTML
 
     version '4' do
-      self.release = '4.0.4'
-      self.base_url = 'https://codeigniter.com/userguide4/'
+      self.release = '4.1.5'
+      self.base_url = 'https://codeigniter.com/user_guide/'
 
       options[:container] = '.document > div'
     end


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]