Skip to content

Commit

Permalink
feat(D5i, 3PS) :: Set version to 0.1.0 for easier referencing
Browse files Browse the repository at this point in the history
  • Loading branch information
fikrirasyid committed Feb 19, 2022
1 parent 6aa67da commit f834655
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions d5i-modal-dev-state-monitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: D5i Modal Dev State Monitor
Plugin URI:
Description: Modal that displays state data
Version: 1.0.0
Version: 0.1.0
Author: Elegant Themes
Author URI: https://elegantthemes.com
License: GPL2
Expand Down Expand Up @@ -54,8 +54,8 @@ function d5i_state_monitor_enqueue_scripts() {
if ( et_builder_d5_enabled() && et_core_is_fb_enabled() ) {
$plugin_dir_url = plugin_dir_url( __FILE__ );

wp_enqueue_script( "d5i-state-monitor-builder-bundle-script", "{$plugin_dir_url}scripts/bundle.js", array( 'et-frontend-builder' ), '1.0.0', true );
wp_enqueue_style( "d5i-state-monitor-builder-bundle-style", "{$plugin_dir_url}styles/bundle.css", array(), '1.0.0' );
wp_enqueue_script( "d5i-state-monitor-builder-bundle-script", "{$plugin_dir_url}scripts/bundle.js", array( 'et-frontend-builder' ), '0.1.0', true );
wp_enqueue_style( "d5i-state-monitor-builder-bundle-style", "{$plugin_dir_url}styles/bundle.css", array(), '0.1.0' );
}
}
add_action( 'wp_enqueue_scripts', 'd5i_state_monitor_enqueue_scripts' );
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d5i-modal-dev-state-monitor",
"version": "1.0.0",
"version": "0.1.0",
"private": true,
"repository": "https://github.com/elegantthemes/d5i-modal-dev-state-monitor",
"author": "Elegant Themes",
Expand Down

0 comments on commit f834655

Please sign in to comment.