Plugin Directory

Changeset 3173113


Ignore:
Timestamp:
10/21/2024 06:00:10 PM (14 months ago)
Author:
Antoniocampos
Message:

typo in version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ac-change-login-logo/tags/1.0.1/config.php

    r3173105 r3173113  
    11<?php
    2 
    3 // If this file is called directly, abort.
    4 
    52if (!defined('WPINC')) {
    6 
    73 die;
    8 
    94}
    10 
    11 /* my plugin version! */
    12 
    13 define('AC_LOGIN_LOGO_VERSION', '2.0.0');
    14 
    15 /* Attachment ID to login logo */
    16 
     5define('AC_LOGIN_LOGO_VERSION', '1.0.1');
    176define('AC_LOGIN_LOGO_ID', 'ac_login_logo_id');
    18 
Note: See TracChangeset for help on using the changeset viewer.