Plugin Directory

Changeset 3203869


Ignore:
Timestamp:
12/06/2024 09:46:44 PM (12 months ago)
Author:
Rahmohn
Message:

update version

Location:
woo-for-logged-users
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woo-for-logged-users/tags/1.4.0/woo-for-logged-users.php

    r2795999 r3203869  
    44 * Plugin URI:        https://github.com/Rahmon/woo-for-logged-users
    55 * Description:       Set your WooCommerce Shop only for logged-in users. Just active.
    6  * Version:           1.3.0
     6 * Version:           1.4.0
    77 * Author:            Rahmon
    88 * Author URI:        https://github.com/Rahmon/
     
    2323 * Settings page
    2424 */
    25 require_once dirname( __FILE__ ) . '/admin.php';
     25require_once __DIR__ . '/admin.php';
    2626
    2727/**
  • woo-for-logged-users/trunk/woo-for-logged-users.php

    r2795999 r3203869  
    44 * Plugin URI:        https://github.com/Rahmon/woo-for-logged-users
    55 * Description:       Set your WooCommerce Shop only for logged-in users. Just active.
    6  * Version:           1.3.0
     6 * Version:           1.4.0
    77 * Author:            Rahmon
    88 * Author URI:        https://github.com/Rahmon/
     
    2323 * Settings page
    2424 */
    25 require_once dirname( __FILE__ ) . '/admin.php';
     25require_once __DIR__ . '/admin.php';
    2626
    2727/**
Note: See TracChangeset for help on using the changeset viewer.