Changeset 3035191
- Timestamp:
- 02/13/2024 04:25:54 PM (2 years ago)
- Location:
- easyling/trunk
- Files:
-
- 14 added
- 2 edited
-
assets/js/admin-menu.js (added)
-
easyling.php (modified) (2 diffs)
-
inc/integration (added)
-
inc/integration/blocks (added)
-
inc/integration/blocks.php (added)
-
inc/integration/blocks/language-selector (added)
-
inc/integration/blocks/language-selector/block-editor-assets.php (added)
-
inc/integration/blocks/language-selector/edit.js (added)
-
inc/integration/menus.php (added)
-
inc/integration/shortcodes (added)
-
inc/integration/shortcodes.php (added)
-
inc/integration/shortcodes/language-selector.php (added)
-
inc/integration/widgets (added)
-
inc/integration/widgets.php (added)
-
inc/integration/widgets/language-selector.php (added)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easyling/trunk/easyling.php
r2996286 r3035191 4 4 Plugin URI: https://www.easyling.com/ 5 5 Description: One-click website translation solution from Easyling. 6 Version: 1. 46 Version: 1.5 7 7 Author: Easyling 8 8 Copyright: Easyling … … 182 182 require_once( $this->settings[ 'path' ] . 'inc/admin.php' ); 183 183 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' ); 184 189 } 185 190 -
easyling/trunk/readme.txt
r2996286 r3035191 4 4 Requires at least: 4.7 5 5 Tested up to: 6.4.1 6 Stable tag: 1. 46 Stable tag: 1.5 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 44 44 45 45 == Changelog == 46 = 1.5 = 47 Release Date: February 13th, 2024 48 49 Enhancements: 50 51 * Language selector block, menu, widget and shortcode 52 53 == Changelog == 46 54 = 1.4 = 47 55 Release Date: November 15th, 2023
Note: See TracChangeset
for help on using the changeset viewer.