Skip to content

Commit

Permalink
Merge pull request #37 from Astoundify/release/1.1.0
Browse files Browse the repository at this point in the history
release/1.1.0
  • Loading branch information
spencerfinnell authored Dec 7, 2017
2 parents fc14770 + 1b59d71 commit bd4018e
Show file tree
Hide file tree
Showing 10 changed files with 4,887 additions and 40 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ node_modules
*.log
*.zip
*.js.map
vendor/composer
vendor/facebook
vendor/abraham
vendor/hybridauth
vendor/autoload.php
vendor
public
astoundify-simple-social-login
3 changes: 2 additions & 1 deletion app/functions-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ function astoundify_simple_social_login_woocommerce_login_register_buttons() {
<div id="astoundify-simple-social-login-woocommerce-wrap">
<p><?php esc_html_e( 'Use a social account for faster login or easy registration.', 'astoundify-simple-social-login' ); ?></p>
<?php echo $buttons; ?>
<p class="login-or"><span><?php _e( 'Or', 'astoundify-simple-social-login' ); ?></span></p>
</div><!-- #astoundify-simple-social-login-woocommerce-wrap -->
<?php
}
add_action( 'woocommerce_login_form_end', 'astoundify_simple_social_login_woocommerce_login_register_buttons' );
add_action( 'woocommerce_login_form_start', 'astoundify_simple_social_login_woocommerce_login_register_buttons' );


/**
Expand Down
4 changes: 2 additions & 2 deletions astoundify-simple-social-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Simple Social Login
* Plugin URI: https://astoundify.com/products/simple-social-login/
* Description: Simple Social Login by Astoundify for WooCommerce.
* Version: 1.0.0
* Version: 1.1.0
* Author: Astoundify
* Author URI: https://astoundify.com/
* Requires at least: 4.9.0
Expand Down Expand Up @@ -50,7 +50,7 @@ function astoundify_simple_social_login_php_notice() {
}

// Plugin can be loaded... define some constants.
define( 'ASTOUNDIFY_SIMPLE_SOCIAL_LOGIN_VERSION', '1.0.0' );
define( 'ASTOUNDIFY_SIMPLE_SOCIAL_LOGIN_VERSION', '1.1.0' );
define( 'ASTOUNDIFY_SIMPLE_SOCIAL_LOGIN_FILE', __FILE__ );
define( 'ASTOUNDIFY_SIMPLE_SOCIAL_LOGIN_PLUGIN', plugin_basename( __FILE__ ) );
define( 'ASTOUNDIFY_SIMPLE_SOCIAL_LOGIN_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) );
Expand Down
229 changes: 229 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bd4018e

Please sign in to comment.