Changeset 2361557
- Timestamp:
- 08/15/2020 12:17:29 AM (6 years ago)
- Location:
- rays-grid/trunk
- Files:
-
- 3 edited
-
assets/admin/js/script.js (modified) (1 diff)
-
rays-grid.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rays-grid/trunk/assets/admin/js/script.js
r2000454 r2361557 461 461 }; 462 462 463 $(window). load(RAYSGRID.docLoad.init );463 $(window).on( 'load', RAYSGRID.docLoad.init ); 464 464 465 465 })(jQuery); -
rays-grid/trunk/rays-grid.php
r2057751 r2361557 4 4 Plugin URI: https://www.it-rays.org/raysgrid 5 5 Description: WordPress Plugin for showing Grids with Custom Styles. 6 Version: 1.2. 06 Version: 1.2.1 7 7 Author: IT-RAYS 8 8 Author URI: https://themeforest.net/user/it-rays/portfolio -
rays-grid/trunk/readme.txt
r2057751 r2361557 6 6 Tested up to: 5.1 7 7 Requires PHP: 5.6 or later 8 Stable tag: 1.2. 08 Stable tag: 1.2.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.