Plugin Directory

Changeset 2867267


Ignore:
Timestamp:
02/18/2023 01:44:22 AM (3 years ago)
Author:
rdndev
Message:

Fixed issue # Bugs with assets directory path

Location:
easy-copyright
Files:
29 added
2 edited

Legend:

Unmodified
Added
Removed
  • easy-copyright/trunk/easy-copyright.php

    r2863718 r2867267  
    44 * Plugin Name: Easy Copyright
    55 * Description: A plugin to manage copyright information
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Author: rdndev
    88 * License: GPLv2 or later
     
    2323 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    2424 *
    25  * Copyright 2023rdndev.
     25 * Copyright 2023 rdndev.
    2626 *
    2727 *
  • easy-copyright/trunk/readme.txt

    r2863718 r2867267  
    44Requires at least: 5.9
    55Tested up to: 6.1
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    4343```
    4444**In PHP Code**:
    45 ```php
     45```
    4646do_shortcode( "[easy-copyright id='COPYRIGHT_ID_HERE']" );
    4747```
     
    5252
    5353* 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.