Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dungps committed Mar 9, 2016
1 parent c8681ff commit 61f7448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dw-reactions.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author: DesignWall
* Author URI: https://www.designwal.com/
*
* Version: 1.0.1
* Version: 1.0.1.2
* Text Domain: reactions
*/

Expand Down Expand Up @@ -183,7 +183,6 @@ public function count_like_layout( $post_id = false ) {
public function enqueue_script() {
wp_enqueue_style( 'dw-reaction-style', trailingslashit( plugin_dir_url( __FILE__ ) ) . 'assets/css/style.css' );
wp_enqueue_script( 'dw-reaction-script', trailingslashit( plugin_dir_url( __FILE__ ) ) . 'assets/js/script.js', array( 'jquery' ), true );
wp_enqueue_script( 'jquery_mobile', trailingslashit( plugin_dir_url( __FILE__ ) ) . 'assets/js/jquery.mobile-1.4.5.min.js', array( 'jquery' ), '1.4.5' );
$localize = array(
'ajax' => admin_url( 'admin-ajax.php' ),
);
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: designwall
Tags: reactions, reaction, facebook reactions, facebook, like, emotions, votes, voting, rating, wordpress reactions
Requires at least: 3.0
Tested up to: 4.4.2
Stable tag: 1.0.1
Stable tag: 1.0.1.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 61f7448

Please sign in to comment.