Changeset 3436073
- Timestamp:
- 01/09/2026 04:01:41 PM (3 months ago)
- Location:
- gridpixl-elements/trunk
- Files:
-
- 2 edited
-
gridpixl-elements.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gridpixl-elements/trunk/gridpixl-elements.php
r3432808 r3436073 3 3 * Plugin Name: GridPixl Elements 4 4 * Description: Lightweight Elementor widgets focused on performance and clean design. 5 * Version: 1.0. 05 * Version: 1.0.1 6 6 * Author: GridPixl 7 7 * License: GPL v2 or later … … 16 16 17 17 // Define plugin constants 18 define( 'GRIDPIXL_ELEMENTS_VERSION', '1.0. 0' );18 define( 'GRIDPIXL_ELEMENTS_VERSION', '1.0.1' ); 19 19 define( 'GRIDPIXL_ELEMENTS_FILE', __FILE__ ); 20 20 define( 'GRIDPIXL_ELEMENTS_PATH', plugin_dir_path( GRIDPIXL_ELEMENTS_FILE ) ); -
gridpixl-elements/trunk/readme.txt
r3432808 r3436073 4 4 Requires at least: 5.9 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 50 50 * Initial release. 51 51 52 = 1.0.1 = 53 * Added: WPML compatibility for multilingual support 54 52 55 == Upgrade Notice == 53 56
Note: See TracChangeset
for help on using the changeset viewer.