Plugin Directory

Changeset 1818328


Ignore:
Timestamp:
02/08/2018 03:14:22 PM (8 years ago)
Author:
adampickering
Message:

Fix: Ensure build contains all vendor files.

Location:
simple-social-login/trunk
Files:
303 added
3 edited

Legend:

Unmodified
Added
Removed
  • simple-social-login/trunk/astoundify-simple-social-login.php

    r1783478 r1818328  
    44 * Plugin URI: https://astoundify.com/products/simple-social-login/
    55 * Description: Simple Social Login by Astoundify for WooCommerce.
    6  * Version: 1.1.0
     6 * Version: 1.2.0
    77 * Author: Astoundify
    88 * Author URI: https://astoundify.com/
    99 * Requires at least: 4.9.0
    10  * Tested up to: 4.9.1
     10 * Tested up to: 4.9.2
    1111 * Text Domain: astoundify-plugin-scaffold
    1212 * Domain Path: resources/languages/
     
    5151
    5252// Plugin can be loaded... define some constants.
    53 define( 'ASTOUNDIFY_SIMPLE_SOCIAL_LOGIN_VERSION', '1.1.0' );
     53define( 'ASTOUNDIFY_SIMPLE_SOCIAL_LOGIN_VERSION', '1.2.0' );
    5454define( 'ASTOUNDIFY_SIMPLE_SOCIAL_LOGIN_FILE', __FILE__ );
    5555define( 'ASTOUNDIFY_SIMPLE_SOCIAL_LOGIN_PLUGIN', plugin_basename( __FILE__ ) );
  • simple-social-login/trunk/readme.txt

    r1783478 r1818328  
    33Contributors: astoundify
    44Requires at least: 4.8.0
    5 Tested up to: 4.9.1
    6 Stable tag: 1.1.0
     5Tested up to: 4.9.2
     6Stable tag: 1.2.0
    77Requires PHP: 5.6.0
    88License: GNU General Public License v3.0
     
    3030== Changelog ==
    3131
     32= 1.2.0: January 31, 2018 =
     33
     34* Fix: Ensure build contains all vendor files.
     35
    3236= 1.1.0: December 7, 2017 =
    3337
  • simple-social-login/trunk/resources/languages/astoundify-simple-social-login.pot

    r1783478 r1818328  
    1 # Copyright (C) 2017 astoundify-simple-social-login
     1# Copyright (C) 2018 astoundify-simple-social-login
    22# This file is distributed under the same license as the astoundify-simple-social-login package.
    33msgid ""
Note: See TracChangeset for help on using the changeset viewer.