Plugin Directory

Changeset 2742848


Ignore:
Timestamp:
06/15/2022 11:42:38 AM (4 years ago)
Author:
Access Keys
Message:

Checked compatibility with WordPress version 6.0 .
Fixed size issue for social icon size .

Location:
everest-timeline-lite
Files:
79 added
2 edited

Legend:

Unmodified
Added
Removed
  • everest-timeline-lite/trunk/everest-timeline-lite.php

    r2678843 r2742848  
    55 * Plugin URI:  https://accesspressthemes.com/wordpress-plugins/everest-timeline-lite/
    66 * Description:  Plugin to Manage / Design Story/Event Timeline | 4 stunning, responsive, creative and powerful design.
    7  * Version:     1.1.3
     7 * Version:     1.1.4
    88 * Author:      AccessPress Themes
    99 * Author URI:  http://accesspressthemes.com/
     
    1414 * Declartion of necessary constants for plugin
    1515 * */
    16 defined( 'ETLAK_VERSION' ) or define( 'ETLAK_VERSION', '1.1.3' ); //plugin version
     16defined( 'ETLAK_VERSION' ) or define( 'ETLAK_VERSION', '1.1.4' ); //plugin version
    1717defined( 'ETLAK_TD' ) or define( 'ETLAK_TD', 'everest-timeline-lite' ); //plugin's text domain
    1818defined( 'ETLAK_IMG_DIR' ) or define( 'ETLAK_IMG_DIR', plugin_dir_url( __FILE__ ) . 'images' ); //plugin image directory
  • everest-timeline-lite/trunk/readme.txt

    r2678843 r2742848  
    44Donate link: http://accesspressthemes.com/donation/
    55Requires at least: 3.8
    6 Tested up to: 5.9
    7 Stable tag: 1.1.3
     6Tested up to: 6.0
     7Stable tag: 1.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    129129== Changelog ==
    130130
     131= 1.1.4 =
     132* Checked compatibility with WordPress version 6.0 .
     133* Fixed size issue for social icon size .
     134
    131135= 1.1.3 =
    132136* Checked compatibility with WordPress version 5.9 .
Note: See TracChangeset for help on using the changeset viewer.