Plugin Directory

Changeset 1653779


Ignore:
Timestamp:
05/09/2017 07:20:11 PM (9 years ago)
Author:
adampickering
Message:

1.4.0
@spencerfinnell released this 27 days ago

New: Update README.
Fix: Update strings.

Location:
woocommerce-simple-registration/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-simple-registration/trunk/languages/woocommerce-simple-registration.pot

    r1534747 r1653779  
    1 # Copyright (C) 2016 Astoundify
    2 # This file is distributed under the same license as the WooCommerce Simple Registration package.
     1# Copyright (C) 2017 Astoundify
     2# This file is distributed under the same license as the Simple Registration for WooCommerce package.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooCommerce Simple Registration 1.3.0\n"
     5"Project-Id-Version: Simple Registration for WooCommerce 1.4.0\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/woocommerce-simple-registration\n"
    8 "POT-Creation-Date: 2016-11-16 01:42:08+00:00\n"
     8"POT-Creation-Date: 2017-04-12 14:01:44+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
     12"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <LL@li.org>\n"
     
    4848
    4949#. Plugin Name of the plugin/theme
    50 msgid "WooCommerce Simple Registration"
     50msgid "Simple Registration for WooCommerce"
    5151msgstr ""
    5252
    53 #. Author URI of the plugin/theme
    54 msgid "https://astoundify.com/"
     53#. Plugin URI of the plugin/theme
     54msgid "https://astoundify.com/products/woocommerce-simple-registration/"
    5555msgstr ""
    5656
     
    6464msgid "Astoundify"
    6565msgstr ""
     66
     67#. Author URI of the plugin/theme
     68msgid "https://astoundify.com/"
     69msgstr ""
  • woocommerce-simple-registration/trunk/readme.txt

    r1534747 r1653779  
    1 === WooCommerce Simple Registration ===
    2 Contributors: Astoundify, SpencerFinnell
     1=== Simple Registration for WooCommerce ===
     2Contributors: Astoundify
    33Donate link: https://www.paypal.me/astoundify
    44Tags: woocommerce, woocommerce registration, woocommerce register, woocommerce registration form, woocommerce form
    5 Requires at least: 4.4
    6 Tested up to: 4.6
    7 Stable tag: 1.3.0
     5Requires at least: 4.7.0
     6Tested up to: 4.7.3
     7Stable tag: 1.4.0
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    2222
    2323== Changelog ==
     24
     25= 1.4.0: April 12, 2017 =
     26
     27* New: Update README.
     28* Fix: Update strings.
    2429
    2530= 1.3.0: November 17, 2016 =
  • woocommerce-simple-registration/trunk/templates/registration-form.php

    r1488277 r1653779  
    1515    <?php wc_print_notices(); ?>
    1616
    17     <h2><?php _e( 'Register', 'woocommerce' ); ?></h2>
     17    <h2><?php _e( 'Register', 'woocommerce-simple-registration' ); ?></h2>
    1818
    1919    <form method="post" class="register">
     
    2424
    2525            <p class="woocommerce-FormRow woocommerce-FormRow--wide form-row form-row-wide">
    26                 <label for="reg_username"><?php _e( 'Username', 'woocommerce' ); ?> <span class="required">*</span></label>
     26                <label for="reg_username"><?php _e( 'Username', 'woocommerce-simple-registration' ); ?> <span class="required">*</span></label>
    2727                <input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="username" id="reg_username" value="<?php if ( ! empty( $_POST['username'] ) ) echo esc_attr( $_POST['username'] ); ?>" />
    2828            </p>
     
    3131
    3232        <p class="woocommerce-FormRow woocommerce-FormRow--wide form-row form-row-wide">
    33             <label for="reg_email"><?php _e( 'Email address', 'woocommerce' ); ?> <span class="required">*</span></label>
     33            <label for="reg_email"><?php _e( 'Email address', 'woocommerce-simple-registration' ); ?> <span class="required">*</span></label>
    3434            <input type="email" class="woocommerce-Input woocommerce-Input--text input-text" name="email" id="reg_email" value="<?php if ( ! empty( $_POST['email'] ) ) echo esc_attr( $_POST['email'] ); ?>" />
    3535        </p>
     
    3838
    3939            <p class="woocommerce-FormRow woocommerce-FormRow--wide form-row form-row-wide">
    40                 <label for="reg_password"><?php _e( 'Password', 'woocommerce' ); ?> <span class="required">*</span></label>
     40                <label for="reg_password"><?php _e( 'Password', 'woocommerce-simple-registration' ); ?> <span class="required">*</span></label>
    4141                <input type="password" class="woocommerce-Input woocommerce-Input--text input-text" name="password" id="reg_password" />
    4242            </p>
     
    4545
    4646        <!-- Spam Trap -->
    47         <div style="<?php echo ( ( is_rtl() ) ? 'right' : 'left' ); ?>: -999em; position: absolute;"><label for="trap"><?php _e( 'Anti-spam', 'woocommerce' ); ?></label><input type="text" name="email_2" id="trap" tabindex="-1" /></div>
     47        <div style="<?php echo ( ( is_rtl() ) ? 'right' : 'left' ); ?>: -999em; position: absolute;"><label for="trap"><?php _e( 'Anti-spam', 'woocommerce-simple-registration' ); ?></label><input type="text" name="email_2" id="trap" tabindex="-1" /></div>
    4848
    4949        <?php do_action( 'woocommerce_register_form' ); ?>
     
    5252        <p class="woocomerce-FormRow form-row">
    5353            <?php wp_nonce_field( 'woocommerce-register', 'woocommerce-register-nonce' ); ?>
    54             <input type="submit" class="woocommerce-Button button" name="register" value="<?php esc_attr_e( 'Register', 'woocommerce' ); ?>" />
     54            <input type="submit" class="woocommerce-Button button" name="register" value="<?php esc_attr_e( 'Register', 'woocommerce-simple-registration' ); ?>" />
    5555        </p>
    5656
  • woocommerce-simple-registration/trunk/woocommerce-simple-registration.php

    r1534747 r1653779  
    11<?php
    22/**
    3  * Plugin Name: WooCommerce Simple Registration
    4  * Plugin URI: https://astoundify.com/
     3 * Plugin Name: Simple Registration for WooCommerce
     4 * Plugin URI: https://astoundify.com/products/woocommerce-simple-registration/
    55 * Description: A simple plugin to add a [woocommerce_simple_registration] shortcode to display the registration form on a separate page.
    6  * Version: 1.3.0
     6 * Version: 1.4.0
    77 * Author: Astoundify
    88 * Author URI: https://astoundify.com/
     
    3131     * @var string $version Plugin version number.
    3232     */
    33     public $version = '1.3.0';
     33    public $version = '1.4.0';
    3434
    3535
Note: See TracChangeset for help on using the changeset viewer.