Skip to content

Commit

Permalink
Continuous Integration Publish: 5d59fd6
Browse files Browse the repository at this point in the history
Merge branch 'release/4.0.0'
  • Loading branch information
Jericho committed Nov 17, 2024
1 parent 4bfa40b commit 33a107b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions assets/js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,42 +39,42 @@ var searchModule = function() {
a(
{
id:0,
title:"SendGridProvider",
content:"SendGridProvider",
title:"SendGridResult",
content:"SendGridResult",
description:'',
tags:''
},
{
url:'/Cake.SendGrid/api/Cake.SendGrid/SendGridProvider',
title:"SendGridProvider",
url:'/Cake.SendGrid/api/Cake.SendGrid/SendGridResult',
title:"SendGridResult",
description:""
}
);
a(
{
id:1,
title:"SendGridAliases",
content:"SendGridAliases",
title:"SendGridProvider",
content:"SendGridProvider",
description:'',
tags:''
},
{
url:'/Cake.SendGrid/api/Cake.SendGrid/SendGridAliases',
title:"SendGridAliases",
url:'/Cake.SendGrid/api/Cake.SendGrid/SendGridProvider',
title:"SendGridProvider",
description:""
}
);
a(
{
id:2,
title:"SendGridResult",
content:"SendGridResult",
title:"SendGridAliases",
content:"SendGridAliases",
description:'',
tags:''
},
{
url:'/Cake.SendGrid/api/Cake.SendGrid/SendGridResult',
title:"SendGridResult",
url:'/Cake.SendGrid/api/Cake.SendGrid/SendGridAliases',
title:"SendGridAliases",
description:""
}
);
Expand Down
2 changes: 1 addition & 1 deletion feed.atom
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Cake.SendGrid</title>
<link rel="self" href="http://cake-contrib.github.io/Cake.SendGrid" />
<rights>2024</rights>
<updated>2024-11-17T20:11:25Z</updated>
<updated>2024-11-17T20:30:49Z</updated>
<entry>
<id>http://cake-contrib.github.io/Cake.SendGrid/blog/new-release-0.8.0</id>
<title>New Release - 0.8.0</title>
Expand Down
4 changes: 2 additions & 2 deletions feed.rss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link>http://cake-contrib.github.io/Cake.SendGrid</link>
<description />
<copyright>2024</copyright>
<pubDate>Sun, 17 Nov 2024 20:11:25 GMT</pubDate>
<lastBuildDate>Sun, 17 Nov 2024 20:11:25 GMT</lastBuildDate>
<pubDate>Sun, 17 Nov 2024 20:30:49 GMT</pubDate>
<lastBuildDate>Sun, 17 Nov 2024 20:30:49 GMT</lastBuildDate>
<item>
<title>New Release - 0.8.0</title>
<link>http://cake-contrib.github.io/Cake.SendGrid/blog/new-release-0.8.0</link>
Expand Down

0 comments on commit 33a107b

Please sign in to comment.