Commit Graph

9897 Commits

Author SHA1 Message Date
Parker Moore
f714b69e5e Merge pull request #9551 from jekyll/3.9.5-release-post v3.9.5 2024-02-12 21:37:32 -08:00
Parker Moore
3b62587def Release v3.9.5 2024-02-12 20:26:02 -08:00
Parker Moore
ee86ce5756 3.9-stable: allow Pages to be Excerpted (#9550)
Merge pull request 9550
2024-02-12 20:19:20 -08:00
Parker Moore
eb2c888698 Release 💎 v3.9.4 v3.9.4 2023-12-28 14:47:09 -08:00
Parker Moore
c7424780af Merge pull request #9513 from jekyll/3.9-stable-backport-9392
Backport logger-1.4.3 from #9392 to 3.9-stable
2023-12-28 14:42:05 -08:00
Sutou Kouhei
dd32a1673d Backport logger-1.4.3 from #9392 to 3.9-stable 2023-12-27 22:48:36 -08:00
Parker Moore
82fd9f1dfb Merge pull request #9514 from jekyll/3.9-stable-update-ci
Add Ruby 3.3 to Jekyll 3.9.x test matrix
2023-12-27 22:47:52 -08:00
Parker Moore
57a58eb910 Add Ruby 3.3 to Jekyll 3.9.x test matrix 2023-12-27 22:06:02 -08:00
Parker Moore
42d92d1860 Merge pull request #9282 from jekyll/release-3-9-3
Release 💎 v3.9.3
v3.9.3
2023-01-29 18:30:22 -08:00
Parker Moore
4a981a8a30 Rephrase v3.9.3 release notes. 2023-01-29 18:30:00 -08:00
Parker Moore
31ebf86fdb Release 💎 v3.9.3 2023-01-27 13:15:06 -08:00
Parker Moore
cd39dc962e Backport #8880 for v3.9.x: Support both tzinfo v1 and v2 alongwith non-half hour offsets (#9280)
This backports 9c9cf3e to 3.9-stable

Co-authored-by: Phil Ross <philr@users.noreply.github.com>
2023-01-27 17:47:17 +05:30
Parker Moore
fe12951090 Merge pull request #9269 from jekyll/3.9-stable-i18n
3.9.x: Support i18n 1.x
2023-01-25 15:53:08 -08:00
Parker Moore
2325123529 Allow 💎 i18n 1.x to be used 2023-01-25 15:44:03 -08:00
Parker Moore
e300f897ea Merge pull request #9272 from jekyll/3.9-add-ruby-3-2
v3.9.x: test under Ruby 3.2
2023-01-25 15:43:35 -08:00
Parker Moore
ce4363ca52 v3.9.x: test under Ruby 3.2 2023-01-25 15:21:31 -08:00
Parker Moore
155300f0e9 Merge pull request #9277 from jekyll/3.9-fix-rdiscount 2023-01-25 15:14:31 -08:00
Parker Moore
17ce428dc4 v3.9.x: fix test for the latest version of rdiscount 2023-01-25 14:54:24 -08:00
Parker Moore
42150e92e1 Merge pull request #9012 from jekyll/3-9-2
Release Jekyll v3.9.2
v3.9.2
2022-03-27 13:24:01 -07:00
Parker Moore
37737b22ae 3.9.2 release post: fix time and mention adding webrick to gemfile 2022-03-27 13:23:49 -07:00
Parker Moore
3372a0bb85 Release Jekyll v3.9.2 2022-03-26 11:44:08 -07:00
Ashwin Maroli
18b0a5e8b0 Update history to reflect merge of #8976 [ci skip] 2022-02-28 11:16:30 +05:30
Ashwin Maroli
7e6769aab9 Merge pull request #8976 from jekyll/3.9-stable-backport-8965
Backport #8965 for v3.9.x: Fix response header for content served via `jekyll serve`
2022-02-28 11:13:06 +05:30
Ashwin Maroli
e7f53e68e6 Fix response header for content served via jekyll serve (#8965)
Merge pull request 8965
2022-02-27 08:44:34 -08:00
Ashwin Maroli
11b3d1e477 Bypass corrupted bundle-cache 2022-01-21 15:29:54 +05:30
Ashwin Maroli
76ef58e9e1 Update history to reflect merge of #8942 [ci skip] 2022-01-20 18:07:59 +05:30
Parker Moore
ee1d210e77 Update and fix CI for 3.9-stable on Ruby 3.x (#8942)
* Copy-paste CI workflow from `master`
* Copy-paste Release workflow from `master`
* Fix Ruby 3.0 and 3.1 compatibility issues
* Add webrick gem to bundle on Ruby 3.x
* Stop using `Kernel#exec` to check for python presence, since it replaces the current process
* Read `/proc/version` using `File.read` directly
* Fix some style offenses in touched files

Co-authored-by: Ashwin Maroli <ashmaroli@gmail.com>
2022-01-20 18:03:13 +05:30
Ashwin Maroli
01ea2471ee Update history to reflect merge of #8943 [ci skip] 2022-01-20 15:44:53 +05:30
Ashwin Maroli
4ea4f1499a Lock http_parser.rb gem to v0.6.x on JRuby (#8943)
since newer versions of the gem do not have a Java counterpart
2022-01-20 15:39:50 +05:30
Ashwin Maroli
070a4d421b Update history to reflect merge of #8795 [ci skip] 2021-09-01 10:50:46 +05:30
Parker Moore
0f46edd088 Merge pull request #8795 from ashmaroli/3.9-stable-backport-8756
Backport #8756 to 3.9-stable
2021-08-30 16:05:55 -04:00
Ashwin Maroli
5ab445a6d2 Backport #8756 to 3.9-stable
Respect collections_dir config within include tag
This backports and adapts aa9a416 and 1aea158 to 3.9-stable
2021-08-30 14:48:49 +05:30
Ashwin Maroli
bd95dbd7eb Update History.markdown [ci skip] 2021-08-30 12:13:43 +05:30
Parker Moore
acc0797126 Merge pull request #8788 from ashmaroli/ci-for-3.9-stable 2021-08-29 16:14:37 -04:00
Ashwin Maroli
433d449d14 Fix CI for commits to 3.9-stable branch 2021-08-29 18:04:17 +05:30
Parker Moore
c50821b69c Release 💎 3.9.1 v3.9.1 2021-04-08 10:50:38 -04:00
Parker Moore
970f3a1d82 Merge pull request #8631 from jekyll/3.9-stable-3-9-1-release-post
v3.9.1: Release post
2021-04-08 10:48:36 -04:00
Parker Moore
7f118454b5 Release post for v3.9.1 2021-04-07 16:06:34 -04:00
Parker Moore
2b31497926 Remove calls to Regexp#freeze as it's an immutable object.
Rubocop offense introduced by #8629
2021-04-07 15:58:43 -04:00
Parker Moore
9bdb9c90db Merge pull request #8629 from jekyll/3.9-stable-backport-8618
Backport #8618 for v3.9.x: Update include tag to be more permissive
2021-04-07 15:57:40 -04:00
Parker Moore
672da32e7a Backport update-include-tag-to-be-more-permissive from #8618 to 3.9-stable 2021-04-06 10:12:25 -04:00
Parker Moore
8fe3a5d59b Release 💎 3.9.0 v3.9.0 2020-08-05 14:48:04 -04:00
Parker Moore
331361aee6 Update jekyll 3.9.0 release post 2020-08-05 14:28:18 -04:00
Parker Moore
8681d67d76 Update history.markdown 2020-08-05 14:25:22 -04:00
Parker Moore
917c7b13ad [3.x] Add default language for kramdown syntax highlighting (#8325)
Merge pull request 8325
2020-08-05 14:19:26 -04:00
Parker Moore
a6e21936a5 [3.x] Add 3.9.0 release post (#8323)
Merge pull request 8323
2020-08-05 14:16:49 -04:00
Parker Moore
f98b2492fc Merge pull request #8322 from jekyll/3.9-kramdown-v2-upgrade
[3.x] kramdown v2 upgrade
2020-08-05 11:33:35 -04:00
Parker Moore
071913e350 Require kramdown-parser-gfm gracefully.
Co-authored-by: Ashwin Maroli <ashmaroli@users.noreply.github.com>
2020-08-05 10:49:56 -04:00
Frank Taillandier
82fc6ba01c Update features/collections.feature
Co-authored-by: Ashwin Maroli <ashmaroli@users.noreply.github.com>
2020-08-05 13:26:21 +02:00
Parker Moore
0ac94d7766 Rewrite kramdown and rouge versions in script/default-site 2020-08-04 11:46:35 -04:00