|
68 | 68 |
|
69 | 69 | public static List<BlogEntry> NewsEntries = new List<BlogEntry>
|
70 | 70 | {
|
| 71 | + new BlogEntry { Category = "Changes", Url = "news/blazorise-affiliate-program-discontinued", Text = "Blazorise Affiliate Program Discontinued", Description = "We are announcing the immediate removal of the Blazorise affiliate program...", Image = "img/news/blazorise-affiliate-discontinued.png", AuthorName = "Mladen Macanović", AuthorImage = "mladen", PostedOn = "2025-09-16", ReadTime = "2 min" }, |
71 | 72 | new BlogEntry { Category = "Maintenance", Url = "news/release-notes/182", Text = "Maintenance release: Blazorise 1.8.2", Description = "Blazorise 1.8.2 is now available! While this is primarily a maintenance release, we decided...", Image = "img/news/180/v182.png", AuthorName = "Mladen Macanović", AuthorImage = "mladen", PostedOn = "2025-09-11", ReadTime = "3 min" },
|
72 | 73 | new BlogEntry { Category = "Maintenance", Url = "news/release-notes/181", Text = "Maintenance release: Blazorise 1.8.1", Description = "Blazorise 1.8.1 is now available! This maintenance release focuses on resolving key...", Image = "img/news/180/v181.png", AuthorName = "Mladen Macanović", AuthorImage = "mladen", PostedOn = "2025-08-19", ReadTime = "3 min" },
|
73 | 74 | new BlogEntry { Category = "Major releases", Url = "news/release-notes/180", Text = "Announcing Blazorise 1.8", Description = "Blazorise 1.8, codenamed Lokrum after the beautiful island in Croatia, is a significant update...", Image = "img/news/180/v180.png", AuthorName = "Mladen Macanović", AuthorImage = "mladen", PostedOn = "2025-07-07", ReadTime = "7 min", Pinned = true },
|
74 | 75 | new BlogEntry { Category = "Maintenance", Url = "news/release-notes/177", Text = "Maintenance release: Blazorise 1.7.7", Description = "We're happy to announce the release of Blazorise 1.7.7, a maintenance update...", Image = "img/news/170/v177.png", AuthorName = "Mladen Macanović", AuthorImage = "mladen", PostedOn = "2025-06-03", ReadTime = "3 min" },
|
75 | 76 | new BlogEntry { Category = "Maintenance", Url = "news/release-notes/176", Text = "Maintenance release: Blazorise 1.7.6", Description = "We're excited to roll out Blazorise 1.7.6 just in time for the Easter holidays!", Image = "img/news/170/v176.png", AuthorName = "Mladen Macanović", AuthorImage = "mladen", PostedOn = "2025-04-18", ReadTime = "3 min" },
|
76 |
| - new BlogEntry { Category = "Maintenance", Url = "news/blazorise-pricing-transition-to-eur", Text = "Transitioning from USD to EUR", Description = "We're announcing an important update to the pricing structure for Blazorise. Effective immediately, all...", Image = "img/news/blazorise-pricing-eur-transition.png", AuthorName = "Mladen Macanović", AuthorImage = "mladen", PostedOn = "2025-04-17", ReadTime = "3 min" }, |
| 77 | + new BlogEntry { Category = "Changes", Url = "news/blazorise-pricing-transition-to-eur", Text = "Transitioning from USD to EUR", Description = "We're announcing an important update to the pricing structure for Blazorise. Effective immediately, all...", Image = "img/news/blazorise-pricing-eur-transition.png", AuthorName = "Mladen Macanović", AuthorImage = "mladen", PostedOn = "2025-04-17", ReadTime = "3 min" }, |
77 | 78 | new BlogEntry { Category = "Maintenance", Url = "news/release-notes/175", Text = "Maintenance release: Blazorise 1.7.5", Description = "Blazorise 1.7.5 is a maintenance release focusing on bug fixes and refinements to improve...", Image = "img/news/170/v175.png", AuthorName = "Mladen Macanović", AuthorImage = "mladen", PostedOn = "2025-02-28", ReadTime = "3 min" },
|
78 | 79 | new BlogEntry { Category = "Maintenance", Url = "news/release-notes/174", Text = "Maintenance release: Blazorise 1.7.4", Description = "We are excited to announce the release of Blazorise 1.7.4, bringing improvements, fixes, and...", Image = "img/news/170/v174.png", AuthorName = "Mladen Macanović", AuthorImage = "mladen", PostedOn = "2025-02-04", ReadTime = "3 min" },
|
79 | 80 | new BlogEntry { Category = "Maintenance", Url = "news/release-notes/173", Text = "Maintenance release: Blazorise 1.7.3", Description = "We're excited to bring you Blazorise 1.7.3, a focused update addressing key issues and delivering...", Image = "img/news/170/v173.png", AuthorName = "Mladen Macanović", AuthorImage = "mladen", PostedOn = "2025-01-17", ReadTime = "3 min" },
|
|
0 commit comments