Plugin Directory

Changeset 3360228


Ignore:
Timestamp:
09/12/2025 03:59:01 AM (7 months ago)
Author:
sosel
Message:

1.4.1

Location:
part-content-encryption/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • part-content-encryption/trunk/index.php

    r3360221 r3360228  
    33 * Plugin Name: Part Content Encryption
    44 * Description: 用短代码在文章中加密(遮挡)部分内容: [pw key="密码"]需要加密的内容[/pw]
    5  * Version: 1.4.0
     5 * Version: 1.4.1
    66 * Author: MailBerry
    77 * Plugin URI: https://mailberry.com.cn/part-content-encryption
  • part-content-encryption/trunk/readme.txt

    r3360221 r3360228  
    66Tested up to: 6.8
    77Requires PHP: 7.2.24
    8 Stable tag: 1.4.0
     8Stable tag: 1.4.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5656
    5757== Changelog ==
    58 = 1.4.0 =
     58=== 1.4.0 ===
    5959样式微调,自适应更多主题
    60 = 1.3.7 =
     60=== 1.3.7 ===
    6161回退为固定样式,修复移动端按钮溢出。
    62 = 1.3.4 =
     62=== 1.3.4 ===
    6363精简:仅保留 `{red}…{/red}` 写法;提示样式与正文一致
    64 
    65 = 1.3.3 =
     64=== 1.3.3 ===
    6665修复函数加载顺序导致的致命错误;新增对 `{red}…{/red}` 的支持
    67 = 1.3.0 =
     66=== 1.3.0 ===
    6867新增设置页:配置自定义提示词,也可短代码覆盖默认提示时,起到随时变换答案(配合公众号自动回复)
    69 = 1.2.0 =
     68=== 1.2.0 ===
    7069新增设置页:配置微信公众号 `username`,可生成/覆盖二维码
    7170=== 1.1.1 ===
     
    8079
    8180== Upgrade Notice ==
    82 更新提醒,说明为什么需要更新
     81重新整理适应更多主题样式。
  • part-content-encryption/trunk/style.css

    r3360221 r3360228  
    1 /* ========== Part Content Encryption (v1.4.0) ========== */
     1/* ========== Part Content Encryption (v1.4.1) ========== */
    22.pce-card{
    33  display:grid;
Note: See TracChangeset for help on using the changeset viewer.