Plugin Directory

Changeset 2857140


Ignore:
Timestamp:
01/30/2023 02:25:35 PM (3 years ago)
Author:
dadevarzan
Message:

added shortcode date

Location:
dadevarzan-common/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dadevarzan-common/trunk/dadevarzan-common.php

    r2757520 r2857140  
    55 * GitHub Plugin URI: https://github.com/dadevarzan/dadevarzan-common
    66 * Description: Dadevarzan co. common functionality uses in WordPress.
    7  * Version: 2.1.2
     7 * Version: 2.1.3
    88 * Author: Dadevarzan Team
    99 * Author URI: http://www.dadevarzan.com
     
    1717    define( 'DADEVARZAN_COMMON_URL', plugins_url( '/', __FILE__ ) );
    1818
     19    require_once 'includes/class-date-shortcode.php';
    1920    require_once 'includes/class-dadevarzan.php';
    2021    require_once 'includes/class-capability-management.php';
     
    4041            $DV_User = new DV_User();
    4142            $DV_User->initialize();
     43
     44            $DV_dateShortCode = new DV_dateShortCode();
     45            $DV_dateShortCode->initialize();
     46
    4247
    4348            if(class_exists('acf')){
  • dadevarzan-common/trunk/readme.txt

    r2757520 r2857140  
    55Tags: Dadevarzan, Dadehvarzan, WordPress, wp, Common
    66Requires at least: 4.4.0
    7 Tested up to: 6.0.1
     7Tested up to: 6.1.1
    88Requires PHP: 7.2
    99Stable tag: trunk
Note: See TracChangeset for help on using the changeset viewer.