Plugin Directory

Changeset 3069644


Ignore:
Timestamp:
04/12/2024 02:20:28 PM (2 years ago)
Author:
doubledome
Message:

Tested and verified the plugin on Wordpress 6.5.2

Location:
doubledome-resource-link-library
Files:
11 added
2 edited

Legend:

Unmodified
Added
Removed
  • doubledome-resource-link-library/trunk/doubledome-resource-link-library.php

    r2920219 r3069644  
    66 * Author:      DoubleDome Digital Marketing
    77 * Author URI:  https://www.doubledome.com/doubledome-resource-link-library
    8  * Version:     1.2
     8 * Version:     1.3
    99 * License:     GPL-2.0+
    1010 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    1616define( 'DDRLL_ROOT', __DIR__ ); // Setup plugin directory Root path
    1717define( 'DDRLL_URL', plugins_url('',__FILE__) ); // Setup plugin URL path
    18 define( 'DDRLL_VERSION', "1.2");
     18define( 'DDRLL_VERSION', "1.3");
    1919
    2020require_once(DDRLL_ROOT . '/includes/class-ddrll.php');
  • doubledome-resource-link-library/trunk/readme.txt

    r2944797 r3069644  
    33Tags: resource file library, video link library, pdf resources library, save links with categories
    44Requires at least: 5.4
    5 Tested up to: 6.2.2
    6 Stable tag: 1.2
     5Tested up to: 6.5.2
     6Stable tag: 1.3
    77License: GPL-2.0+
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5656== Changelog ==
    5757
     58= 1.3 =
     59* Tested and verified on Wordpress 6.5.2
     60
    5861= 1.2 =
    5962* Fixed maximum column size issue in MariaDB.
Note: See TracChangeset for help on using the changeset viewer.