Changeset 2867267
- Timestamp:
- 02/18/2023 01:44:22 AM (3 years ago)
- Location:
- easy-copyright
- Files:
-
- 29 added
- 2 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/README.md (added)
-
tags/1.0.1/assets (added)
-
tags/1.0.1/assets/css (added)
-
tags/1.0.1/assets/css/admin (added)
-
tags/1.0.1/assets/css/admin/index.php (added)
-
tags/1.0.1/assets/css/admin/style.css (added)
-
tags/1.0.1/assets/css/admin/style.scss (added)
-
tags/1.0.1/assets/css/front (added)
-
tags/1.0.1/assets/css/front/index.php (added)
-
tags/1.0.1/assets/css/front/style.css (added)
-
tags/1.0.1/assets/js (added)
-
tags/1.0.1/assets/js/admin (added)
-
tags/1.0.1/assets/js/admin/index.php (added)
-
tags/1.0.1/assets/js/admin/scpy-tabs.js (added)
-
tags/1.0.1/assets/js/front (added)
-
tags/1.0.1/assets/js/front/index.php (added)
-
tags/1.0.1/assets/js/front/script.js (added)
-
tags/1.0.1/easy-copyright.php (added)
-
tags/1.0.1/inc (added)
-
tags/1.0.1/inc/class-easycopyright-custompost.php (added)
-
tags/1.0.1/inc/class-easycopyright-shortcode.php (added)
-
tags/1.0.1/inc/class-easycopyright-widget.php (added)
-
tags/1.0.1/inc/class-easycopyright.php (added)
-
tags/1.0.1/index.php (added)
-
tags/1.0.1/lang (added)
-
tags/1.0.1/lang/easy-copy.pot (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/uninstall.php (added)
-
trunk/easy-copyright.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-copyright/trunk/easy-copyright.php
r2863718 r2867267 4 4 * Plugin Name: Easy Copyright 5 5 * Description: A plugin to manage copyright information 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: rdndev 8 8 * License: GPLv2 or later … … 23 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 24 24 * 25 * Copyright 2023 rdndev.25 * Copyright 2023 rdndev. 26 26 * 27 27 * -
easy-copyright/trunk/readme.txt
r2863718 r2867267 4 4 Requires at least: 5.9 5 5 Tested up to: 6.1 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 43 43 ``` 44 44 **In PHP Code**: 45 ``` php45 ``` 46 46 do_shortcode( "[easy-copyright id='COPYRIGHT_ID_HERE']" ); 47 47 ``` … … 52 52 53 53 * First public plugin version 54 55 = 1.0.1 = 56 57 * Fix — Bug with `assets` directory path
Note: See TracChangeset
for help on using the changeset viewer.