Skip to content

Commit

Permalink
credential
Browse files Browse the repository at this point in the history
  • Loading branch information
contactjavas committed Oct 9, 2019
1 parent 7fc1c31 commit dff2e94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wp-functions-wrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Plugin Name: WordPress Functions Wrapper
* Plugin URI: https://github.com/contactjavas/wp-functions-wrapper
* Description: WordPress functions wrapper for faster & simpler development.
* Version: 0.0.1
* Version: 0.1.0
* Author: Bagus
* Author URI: https://buatapp.com/
* Author URI: https://kembangweb.com/
* License: MIT
* License URI: https://oss.ninja/mit?organization=buatapp
* License URI: https://oss.ninja/mit?organization=kembangweb
* Text Domain: wpfw
*
* @package WPFW
Expand All @@ -18,7 +18,7 @@
load_plugin_textdomain( 'wpfw', false, __DIR__ . '/languages' );

// identities constants.
define( 'WPFW_PLUGIN_VERSION', '0.0.1' );
define( 'WPFW_PLUGIN_VERSION', '0.1.0' );
define( 'WPFW_PLUGIN_URL', rtrim( plugin_dir_url( __FILE__ ), '/' ) );
define( 'WPFW_PLUGIN_DIR', rtrim( plugin_dir_path( __FILE__ ), '/' ) );

Expand Down

0 comments on commit dff2e94

Please sign in to comment.