Este é o artigo HTML que criei com base no changelog fornecido. O conteúdo destaca as novidades de segurança, compatibilidade e correções da versão 7.33.0 do Modern Events Calendar, incluindo instruções práticas de atualização e os principais benefícios para usuários do WordPress.
“`html
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen, Ubuntu, Cantarell, ‘Open Sans’, ‘Helvetica Neue’, sans-serif;
background: #f1f5f9;
color: #1e293b;
line-height: 1.6;
padding: 2rem 1rem;
}
.container {
max-width: 900px;
margin: 0 auto;
background: #ffffff;
border-radius: 24px;
box-shadow: 0 20px 40px -12px rgba(0,0,0,0.15);
overflow: hidden;
padding: 2.5rem 2rem;
}
h1 {
font-size: 2.2rem;
font-weight: 700;
color: #0f172a;
margin-bottom: 0.5rem;
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
h1 small {
font-size: 1rem;
font-weight: 500;
background: #e2e8f0;
padding: 0.2rem 0.8rem;
border-radius: 40px;
color: #1e293b;
letter-spacing: 0.3px;
}
.badge {
display: inline-block;
background: #dc2626;
color: white;
font-weight: 600;
font-size: 0.8rem;
padding: 0.2rem 1rem;
border-radius: 30px;
letter-spacing: 0.4px;
text-transform: uppercase;
margin-left: 8px;
}
.subhead {
font-size: 1.1rem;
color: #475569;
border-left: 4px solid #3b82f6;
padding-left: 1rem;
margin: 1.2rem 0 1.8rem 0;
background: #f8fafc;
border-radius: 0 12px 12px 0;
padding: 0.8rem 1.2rem;
}
.highlight-box {
background: linear-gradient(145deg, #fef9e7, #fef3c7);
border-left: 6px solid #f59e0b;
padding: 1.5rem 1.8rem;
border-radius: 20px;
margin: 1.8rem 0;
box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}
.highlight-box strong {
color: #b45309;
}
h2 {
font-size: 1.6rem;
font-weight: 600;
margin: 2rem 0 1rem 0;
padding-bottom: 0.3rem;
border-bottom: 2px solid #e2e8f0;
}
h3 {
font-size: 1.25rem;
font-weight: 600;
margin: 1.5rem 0 0.8rem 0;
display: flex;
align-items: center;
gap: 0.5rem;
}
ul {
list-style: none;
margin: 0.5rem 0 1.5rem 0;
}
ul li {
padding: 0.5rem 0 0.5rem 2rem;
position: relative;
}
ul li::before {
content: “✓”;
color: #10b981;
font-weight: 700;
position: absolute;
left: 0;
}
.security-list li::before {
content: “🔒”;
color: #dc2626;
}
.compat-list li::before {
content: “⚡”;
color: #3b82f6;
}
.tech-list li::before {
content: “⚙️”;
color: #8b5cf6;
}
.bug-list li::before {
content: “🐛”;
color: #e11d48;
}
.grid-2 {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.2rem;
margin: 1.2rem 0;
}
.card {
background: #f8fafc;
border-radius: 20px;
padding: 1.5rem 1.2rem;
border: 1px solid #e9edf2;
}
.card h4 {
font-size: 1.1rem;
margin-bottom: 0.5rem;
color: #0f172a;
}
.card p {
color: #334155;
font-size: 0.95rem;
}
.btn-atualizar {
display: inline-block;
background: #2563eb;
color: white;
font-weight: 600;
padding: 0.9rem 2.2rem;
border-radius: 60px;
text-decoration: none;
font-size: 1.1rem;
margin: 1.5rem 0 1rem 0;
box-shadow: 0 10px 20px -8px rgba(37,99,235,0.3);
transition: all 0.2s ease;
border: none;
cursor: pointer;
}
.btn-atualizar:hover {
background: #1d4ed8;
transform: scale(1.02);
box-shadow: 0 14px 24px -10px #1e3a8a;
}
.update-steps {
background: #f0fdf4;
border-radius: 20px;
padding: 1.5rem 2rem;
margin: 2rem 0 1rem 0;
border: 1px solid #bbf7d0;
}
.update-steps ol {
margin-left: 1.5rem;
margin-top: 0.8rem;
}
.update-steps ol li {
padding: 0.3rem 0;
}
.footer-note {
margin-top: 2.5rem;
padding-top: 1rem;
border-top: 1px solid #e2e8f0;
font-size: 0.95rem;
color: #64748b;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.tag-obrigatorio {
background: #dc2626;
color: white;
padding: 0.2rem 1.2rem;
border-radius: 30px;
font-weight: 600;
font-size: 0.75rem;
letter-spacing: 0.5px;
display: inline-block;
}
@media (max-width: 600px) {
.container { padding: 1.5rem 1rem; }
h1 { font-size: 1.6rem; }
.grid-2 { grid-template-columns: 1fr; }
.subhead { font-size: 1rem; }
}
📅 Modern Events Calendar
v7.33.0
obrigatória
Esta versão corrige vulnerabilidades XSS e injeção de SQL, além de melhorar a compatibilidade com os principais builders e plugins.