Plugin Directory

Changeset 2290958


Ignore:
Timestamp:
04/24/2020 12:05:38 PM (6 years ago)
Author:
dazzlersoft
Message:

commit version 1.2.9

Location:
dazzlersoft-teams
Files:
82 added
2 edited

Legend:

Unmodified
Added
Removed
  • dazzlersoft-teams/trunk/readme.txt

    r2285516 r2290958  
    55Requires at least: 4.9
    66Tested up to: 5.4
    7 Stable tag: 1.2.8
     7Stable tag: 1.2.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    156156== Changelog ==
    157157
     158= 1.2.9 =
     159* added help comment
     160
    158161= 1.2.8 =
    159162* Compatible with wordpress 5.4 version.
  • dazzlersoft-teams/trunk/teams.php

    r2285516 r2290958  
    22/**
    33 * Plugin Name: Team dazzler 
    4  * Version: 1.2.8
     4 * Version: 1.2.9
    55 * Description:  Team plugin will manage your teams on your wordpress site easily, you can add unlimited team member with darg & drop builder 
    66 * Author: Dazzlersoft
     
    4343register_activation_hook( __FILE__, 'dazzler_team_m_default_data' );
    4444
    45 
    46 
    47  if(!function_exists('dazz_hex2rgb_teams')) {
     45// hex code to rgb convert
     46if(!function_exists('dazz_hex2rgb_teams')) {
    4847    function dazz_hex2rgb_teams($hex) {
    4948       $hex = str_replace("#", "", $hex);
Note: See TracChangeset for help on using the changeset viewer.