AnQiCMS v3.5.2 Update Record

Calendar 78

v3.5.2AnQiCMS 2025-12-07

This update includes multiple core feature enhancements, performance optimizations, security reinforcement, and issue fixes, aiming to improve the functionality, stability, and user experience of the system. Here are the detailed update contents.

User Authentication and Security

  • NewGoogle OAuth third-party authorization login method
  • NewEmail verification process when registering a user account
  • NewPassword reset function via email
  • UpdateAkismet spam comment service, added an independent switch and provided more flexible configuration options.
  • FixThe issue of invalid captcha setting on the comment board.
  • FixKnown SQL injection vulnerability, enhances system security.
  • FixCross-domain access security issue exists in Options settings.

💳 Payment and order

  • EnhancePaypal payment, new sandbox test mode support.
  • NewPaypal payment Webhook support, to better handle asynchronous payment notifications.
  • OptimizationOrdering process, supports order and payment without login.

🤖 Content and AI features

  • OptimizationAI writing and article collection features are now supportedProcessing on multiple sites simultaneouslyTask.
  • OptimizationAI writing prompt word logic, prioritize user-defined requirements.
  • AdjustmentWhen AI writes and collects articles, the keyword usage strategy changes toRandom selectionto increase content diversity.
  • FixThe issue of AI writing article quantity not executing according to the set value.
  • OptimizationThe logic of related document retrieval now supports multiple matching modes:
    • like=: Fuzzy matching by keyword
    • keywords: Matching by article keywords
    • tag: Match by tag
    • id: Match by specified ID
    • relation: Match by custom associated document
    • Default mode

🎨 Template and frontend

  • EnhanceNavigation feature is now supportedCustom stylewithConfigure multi-level navigation.
  • NewTemplate TagtagDataListYesshowFlagandshowContentSupport for parameters.
  • NewTemplate TagjsonFilter, for easy data formatting output.
  • FixTemplate TagwordwrapText truncation error problem existing in Filter.
  • FixThe problem of default type configuration error in the home page Banner.

⚡ Performance and cache

  • RefactoringSystem cache logic, significantly improves overall response speed and performance.
  • AdjustmentThe data statistics triggering method is changed to be triggered by front-end JS, solving the problem of traffic statistics distortion caused by CDN caching.
  • OptimizationTime factor article publishing function, using a random ID publishing strategy.

🖥️ Client

  • EnhanceWindows client, new terminal window display feature.

🔌 API and interface

  • OptimizationAnd enhance the API interface layer.
  • NewYesGraphQLSupport for query language, providing a more flexible way to obtain data.
  • AdjustmentComment submission interface, supporting comment function without login.

User Management

  • OptimizationUser management module, added multiple commonly used fields to enhance management convenience.

New Feature

  • NewUser favorites feature.

Bug fixes and optimizations

  • FixThe issue of unverified content model in the article detail page link.
  • FixThe issue known to cause the program to crash unexpectedly.
  • FixThe error in the anchor text replacement logic.
  • FixThe translation error in some text.
  • OptimizationSeveral underlying logic in the system, improving the robustness of the code.

This update recommends that all users upgrade to get a safer, more stable, and more powerful user experience.

Related articles

AnQiCMS v3.5.0

New feature - Email automatic sending from child site to main site - Implement system hook (Hook) extension mechanism - Integrate Akismet anti-spam service - Add user URL token identification feature - Navigation supports thumbnails and 4-level hierarchy - Content field `ContentTitles` supports flat mode (`list`) and child mode (`children`) - Custom field extension supports text list, document, category field types, text list, image group supports sorting - Rewrite anchor text replacement logic, supports replacement and bold selection during rendering - Enhanced document list label feature: - `archiveList` supports `showContent` and `showExtra` boolean parameters - Supports using custom field parameters to filter documents in `archiveList`### ⚙️ Feature Optimization - **Template Processing** - Document/category content supports template macro function parsing - Supports `[data-ignore="true"]` ignore tag when replacing template links on mobile - Supports dynamic change of image storage path - Only title and link are considered as duplicates when importing friendly links - Traffic statistics only contains HTTP 200 status code requests - Enhanced `stampToDate` function, supports format= `diff` and `friendly` options - Rewrite SEO processing rules, more flexible configuration, supports custom rules for individual models### 🐛 Bug Fixes - Fixed user personal link generation error - Fixed concurrent Map writing conflict problem - Fixed the problem of not automatically reloading after uploading templates - Fixed memory leak caused by not closing the request body - Fixed PJAX pagination compatibility issues - Fixed remote image download exceptions - Fixed system custom content field configuration error### 🔧 Other Improvements - Added `cwebp` executable permission check - Optimized default value logic for custom fields - Updated HTML cache processing logic - Template `set` directive supports global configuration `{% set name=value global=true %}` - Added `jump` template filter, jump to specified link `{% jump url 302 %}`

2025-07-06

AnQiCMS v3.4.8 New version released, multi-language feature debuts

User attention!AnQiCMS New version is here, multi-language functionality achieves a leapfrogging upgrade.The multi-language feature performs well, full-page HTML translation is more convenient, the new version adds full-page HTML translation, no matter how complex the page is, images, links, and everything else can be translated into the desired language with one click.We are fortunate that corporate website operators can now easily generate multilingual pages with a few steps, and the format is still intact, whereas in the past, it took a lot of time and effort to translate and format dozens of pages.

2025-03-24

AnQiCMS (AnQiCMS) version 3.4.1

AnQiCMS v3.4.0 significantly enhanced multilingual support, payment methods, and security features, while optimizing the content management experience, improving system performance and security, ensuring stability and efficiency under multi-site and high-load conditions.

2024-11-09

AnQiCMS (AnQiCMS) version 3.3.12

AnQiCMS v3.3.12 Optimized for large-scale documents, improving query efficiency and website performance, ensuring stable operation under high load conditions, and providing a smoother user experience.

2024-09-05

AnQiCMS - AnQiCMS v3.5.5 Update Log

AnQiCMS v3.5.5 - 2026-01-05 🚀 AI capabilities fully upgraded AI editor launched: Switched the document editor to AI editor, integrated AI rewriting, continuation, translation and other intelligent functions AI painting function: Added AI image generation feature to provide more visual support for content creation AI writing optimization: Fixed the issue of invalid custom prompts, optimized the automatic translation logic to reduce translation errors 🛠️ Enhanced search and filtering Full-text search improved: Fixed the issue of being unable to filter by content model

2026-01-06

AnQiCMS - AnQiCMS v3.5.6 Update Log

Published on January 23, 2026. This update focuses on system performance, core experience, and detail optimization, bringing smoother backend operations and more accurate frontend features.The optimization of multilingual translation function for multilingual display and content presentation: improve translation accuracy and process efficiency.Optimize default thumbnail: Now supports random image calling to avoid repetition and monotony. 🔍 Search and tag optimization Optimize full-text search logic: Improve matching algorithm to make search results more accurate and relevant.

2026-01-23

AnQiCMS - AnQiCMS v3.5.7 Update Log

Published on February 26, 2026 ✨ Added feature Custom field extension: Added time, date, color, timeline four field types to meet more content recording needs.Template tag enhancement: Added range function, which can quickly generate continuous data, such as {% for letter in range(1, 10) %} , {% for letter in range('A', 'Z') %} .Added priceFormat filter, format price and retain two decimal places, such as {{ item.Price|priceFormat:"%"}}

2026-02-26

AnQiCMS - AnQiCMS v3.5.8 Update Log

Published on April 27, 2026 ✨ Added feature LLMS support: Added integration with LLMS (Large Language Model Service) to provide more powerful AI capabilities.Support for structured data: Enhance website SEO capabilities, support for generating structured data.User field extension: Add FirstName/LastName fields to user information for better management.Website migration: New support for migrating data from Xunrui CMS to AnQiCMS.Document batch operation: supports batch addition of document tags.⚡ Feature Optimization Scheduling Optimization: Improved scheduling feature, enhancing stability and reliability of releases.Time Factor Optimization

2026-04-27