Plugin Directory

Changeset 3000428


Ignore:
Timestamp:
11/23/2023 01:48:38 AM (2 years ago)
Author:
sosel
Message:

modified css ver

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

Legend:

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

    r2999965 r3000428  
    22/**
    33 * @package article_PW
    4  * @version 1.1
     4 * @version 1.1.1
    55 */
    66/*
     
    99Description: WP自带的文章或页面加密码,只能是整编文章或页面,此插件可以部分内容加密;写文章或页面时,只需加短代码标签[pw key="密码"]需要加密的内容[/pw]
    1010Author: MailBerry
    11 Version: 1.1
     11Version: 1.1.1
    1212Author URI: https://mailberry.com.cn
    1313*/
     
    1515function e_encryption_enqueue_style()
    1616{
    17     wp_enqueue_style('encryption-style', plugins_url('/style.css', __FILE__), array(), '1.0.0', 'all');
     17    wp_enqueue_style('encryption-style', plugins_url('/style.css', __FILE__), array(), '1.1.1', 'all');
    1818}
    1919add_action('wp_enqueue_scripts', 'e_encryption_enqueue_style');
  • part-content-encryption/trunk/readme.txt

    r2999965 r3000428  
    33Tags: part content encryption
    44Donate link: 捐款链接地址
    5 Requires at least: 6.4.1
     5Requires at least: 5.0
    66Tested up to: 6.4
    77Requires PHP: 5.6
    8 Stable tag: 1.1
     8Stable tag: 1.1.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040
    4141== Changelog ==
     42=== 1.1.1 ===
     43修改样式版本号
    4244=== 1.1 ===
    4345修改样式,增加响应样式,修正兼容最新6.4以上版本
Note: See TracChangeset for help on using the changeset viewer.