Plugin Directory

Changeset 2308035


Ignore:
Timestamp:
05/19/2020 01:50:33 PM (6 years ago)
Author:
brainiacx
Message:

perfomance fix trunk ver

Location:
consolety/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • consolety/trunk/main.php

    r2281954 r2308035  
    33 * Plugin Name: Consolety plugin
    44 * Description: Consolety Plugin - Link Exchange plugin for WordPress creates backlinks automatically based on matching titles, categories, tags, content & language.
    5  * Version: 2.0.2
     5 * Version: 2.0.4
    66 * Author: Consolety
    77 * Author URI: https://profiles.wordpress.org/brainiacx
     
    380380                }
    381381            }
    382             update_option('consolety_event_lastupdate', time());
     382            update_option('consolety_event_lastupdate', time()+86400);
    383383        }
    384384
  • consolety/trunk/readme.txt

    r2281954 r2308035  
    44Requires at least: 4.0
    55Tested up to: 5.4
    6 Stable tag: 2.0.2
     6Stable tag: 2.0.4
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    133133== Changelog ==
    134134
     135= 2.0.4 =
     136
     137*Important hotfix for fix perfomance
     138
    135139= 2.0 =
    136140*Release Date - 12 April 2020*
Note: See TracChangeset for help on using the changeset viewer.