Plugin Directory

Changeset 3035191


Ignore:
Timestamp:
02/13/2024 04:25:54 PM (2 years ago)
Author:
easyling
Message:

Updating plugin to version 1.5

Location:
easyling/trunk
Files:
14 added
2 edited

Legend:

Unmodified
Added
Removed
  • easyling/trunk/easyling.php

    r2996286 r3035191  
    44Plugin URI: https://www.easyling.com/
    55Description: One-click website translation solution from Easyling.
    6 Version: 1.4
     6Version: 1.5
    77Author: Easyling
    88Copyright: Easyling
     
    182182    require_once( $this->settings[ 'path' ] . 'inc/admin.php' );
    183183    require_once( $this->settings[ 'path' ] . 'inc/frontend.php' );
     184
     185    require_once( $this->settings[ 'path' ] . 'inc/integration/shortcodes.php' );
     186    require_once( $this->settings[ 'path' ] . 'inc/integration/widgets.php' );
     187    require_once( $this->settings[ 'path' ] . 'inc/integration/blocks.php' );
     188    require_once( $this->settings[ 'path' ] . 'inc/integration/menus.php' );
    184189  }
    185190
  • easyling/trunk/readme.txt

    r2996286 r3035191  
    44Requires at least: 4.7
    55Tested up to: 6.4.1
    6 Stable tag: 1.4
     6Stable tag: 1.5
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    4444 
    4545== Changelog ==
     46= 1.5 =
     47Release Date: February 13th, 2024
     48
     49Enhancements:
     50
     51* Language selector block, menu, widget and shortcode
     52
     53== Changelog ==
    4654= 1.4 =
    4755Release Date: November 15th, 2023
Note: See TracChangeset for help on using the changeset viewer.