Changeset 2392693
- Timestamp:
- 10/03/2020 06:52:27 AM (6 years ago)
- Location:
- background-particle-js/trunk
- Files:
-
- 2 edited
-
particle.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
background-particle-js/trunk/particle.php
r2392229 r2392693 17 17 wp_enqueue_style('maher-particle-style', PLUGINS_URL('css/style.css',__FILE__)); 18 18 wp_enqueue_script('maher-particle-script', PLUGINS_URL('js/particle.js', __FILE__ )); 19 wp_enqueue_script('maher-front-script', PLUGINS_URL('js/front-script.js', __FILE__ ), array( 'jquery' )); 19 20 } 20 21 -
background-particle-js/trunk/readme.txt
r2392446 r2392693 64 64 = 1.0.0 = 65 65 * Release date: October 1, 2020 66 = 1.0.2 = 67 * Release date: October 3, 2020 68 * Fix center align text issue
Note: See TracChangeset
for help on using the changeset viewer.