Plugin Directory

Changeset 2487957


Ignore:
Timestamp:
03/05/2021 03:02:27 PM (5 years ago)
Author:
dlecan
Message:

Sync with Git

File:
1 edited

Legend:

Unmodified
Added
Removed
  • unikname-connect/trunk/unikname_connect.php

    r2482350 r2487957  
    11<?php
    22/*
    3 Plugin Name: Unikname Connect - Secure and Rewarded Connections
     3Plugin Name: Unikname Connect
    44Plugin URI: https://wordpress.org/plugins/unikname-connect/
    5 Description: Secure your admin accounts and reward your website users for protecting their privacy. Integrate the famous Unikname Connect login solution into your Wordpress or WooCommerce websites.
     5Description: Secure your admin accounts and reward your website users for protecting their privacy
    66Version: 8.4.0
    77Author: Unikname
     
    1212*/
    1313defined('ABSPATH') or die("Cheating........Uh!!");
    14 define('THE_CHAMP_SS_VERSION', '8.4.0');
     14define('UNIKNAME_VERSION', '8.4.0');
     15define('THE_CHAMP_SS_VERSION', UNIKNAME_VERSION);
    1516
    1617if (!defined('UNIKNAME_CONNECT_SERVER')) {
Note: See TracChangeset for help on using the changeset viewer.