Plugin Directory

Changeset 2259298


Ignore:
Timestamp:
03/11/2020 05:19:37 PM (6 years ago)
Author:
norcross
Message:

version 0.1.1 release - fixing file headers and table name registration

Location:
woo-interest-in-products
Files:
37 added
7 edited

Legend:

Unmodified
Added
Removed
  • woo-interest-in-products/trunk/assets/css/woo-interest-in-products-admin.css

    r1940060 r2259298  
    1 .wp-list-table.productinterestsignups tbody th.check-column,
    2 .wp-list-table.productinterestsignups tbody td.check-column {
    3   padding-top: 8px; }
    4 
    5 .wc-product-interest-tablenav-item {
    6   display: inline-block;
    7   vertical-align: top; }
    8   .wc-product-interest-tablenav-item.wc-product-interest-export-submit-wrap {
    9     margin-left: 30px; }
    10 
    11 .wc-product-interest-admin-table-display {
    12   display: block; }
    13   .wc-product-interest-admin-table-display.wc-product-interest-admin-table-customer-name {
    14     font-size: 110%; }
    15   .wc-product-interest-admin-table-display.wc-product-interest-admin-table-product-sku label {
    16     font-style: normal;
    17     font-weight: 700;
    18     vertical-align: inherit;
    19     cursor: default; }
    20   .wc-product-interest-admin-table-display.wc-product-interest-admin-table-small-line {
    21     font-style: italic;
    22     font-size: 90%; }
    23 
    24 .wc-product-interest-admin-list-wrap {
    25   margin: 0; }
    26   .wc-product-interest-admin-list-wrap .wc-product-interest-admin-list-item .wc-product-interest-admin-icon {
    27     color: #666;
    28     margin-right: 3px; }
    29 
    30 /*# sourceMappingURL=woo-interest-in-products-admin.css.map */
     1.wp-list-table.productinterestsignups tbody th.check-column,.wp-list-table.productinterestsignups tbody td.check-column{padding-top:8px}.wc-product-interest-tablenav-item{display:inline-block;vertical-align:top}.wc-product-interest-tablenav-item.wc-product-interest-export-submit-wrap{margin-left:30px}.wc-product-interest-admin-table-display{display:block}.wc-product-interest-admin-table-display.wc-product-interest-admin-table-customer-name{font-size:110%}.wc-product-interest-admin-table-display.wc-product-interest-admin-table-product-sku label{font-style:normal;font-weight:700;vertical-align:inherit;cursor:default}.wc-product-interest-admin-table-display.wc-product-interest-admin-table-small-line{font-style:italic;font-size:90%}.wc-product-interest-admin-list-wrap{margin:0}.wc-product-interest-admin-list-wrap .wc-product-interest-admin-list-item .wc-product-interest-admin-icon{color:#666;margin-right:3px}/*# sourceMappingURL=woo-interest-in-products-admin.css.map */
  • woo-interest-in-products/trunk/assets/css/woo-interest-in-products-editor.css

    r1940060 r2259298  
    1 .product-interest-admin-sidebar-table {
    2   width: 100%;
    3   border-collapse: collapse; }
    4 
    5 .product-interest-admin-sidebar-table thead {
    6   font-size: 12px; }
    7 
    8 .product-interest-admin-sidebar-table th {
    9   width: 50%;
    10   border-bottom: 1px solid #ccc;
    11   border-collapse: collapse;
    12   padding: 0 2px 3px; }
    13 
    14 .product-interest-admin-sidebar-table td {
    15   width: 50%;
    16   border-collapse: collapse;
    17   padding: 3px 2px; }
    18 
    19 .product-interest-name-column {
    20   text-align: left; }
    21 
    22 .product-interest-admin-sidebar-signup-date {
    23   display: block;
    24   text-align: center; }
    25 
    26 .product-interest-admin-sidebar-link {
    27   font-style: italic;
    28   text-align: center;
    29   font-size: 90%; }
    30   .product-interest-admin-sidebar-link a {
    31     color: #333; }
    32     .product-interest-admin-sidebar-link a:hover, .product-interest-admin-sidebar-link a:focus {
    33       color: #666; }
    34 
    35 /*# sourceMappingURL=woo-interest-in-products-editor.css.map */
     1.product-interest-admin-sidebar-table{width:100%;border-collapse:collapse}.product-interest-admin-sidebar-table thead{font-size:12px}.product-interest-admin-sidebar-table th{width:50%;border-bottom:1px solid #ccc;border-collapse:collapse;padding:0 2px 3px}.product-interest-admin-sidebar-table td{width:50%;border-collapse:collapse;padding:3px 2px}.product-interest-name-column{text-align:left}.product-interest-admin-sidebar-signup-date{display:block;text-align:center}.product-interest-admin-sidebar-link{font-style:italic;text-align:center;font-size:90%}.product-interest-admin-sidebar-link a{color:#333}.product-interest-admin-sidebar-link a:hover,.product-interest-admin-sidebar-link a:focus{color:#666}/*# sourceMappingURL=woo-interest-in-products-editor.css.map */
  • woo-interest-in-products/trunk/assets/css/woo-interest-in-products-front.css

    r1940060 r2259298  
    1 ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--product-interest a::before {
    2   content: "\f481";
    3   font-family: dashicons; }
    4 
    5 .woo-interest-in-products-subtitle {
    6   margin-bottom: 10px; }
    7 
    8 .woo-interest-in-products-list-wrap {
    9   list-style-type: none;
    10   margin: 0 0 20px 10px;
    11   padding: 0; }
    12   .woo-interest-in-products-list-wrap li .woo-interest-in-products-checkbox-label {
    13     display: inline-block; }
    14   .woo-interest-in-products-list-wrap li .woo-interest-in-products-signup-date {
    15     margin-left: 15px;
    16     font-size: 85%;
    17     font-style: italic; }
    18 
    19 .woo-interest-in-products-change-submit {
    20   margin-bottom: 0; }
    21 
    22 .woo-product-interest-account-notice {
    23   clear: both;
    24   width: 100%;
    25   display: block;
    26   border: 1px solid #778899;
    27   border-radius: 3px;
    28   background-color: #fff;
    29   padding: 7px;
    30   margin: 0 auto 20px;
    31   position: relative; }
    32   .woo-product-interest-account-notice p {
    33     font-size: 15px;
    34     line-height: 20px;
    35     text-align: center;
    36     margin: 0;
    37     color: #222; }
    38   .woo-product-interest-account-notice .woo-product-interest-account-notice-dismiss {
    39     position: absolute;
    40     right: 7px;
    41     top: 7px;
    42     height: 20px;
    43     width: 20px;
    44     line-height: 20px; }
    45   .woo-product-interest-account-notice.woo-product-interest-account-notice-success {
    46     border-color: #4f8a10;
    47     background-color: #4f8a10;
    48     background-color: rgba(79, 138, 16, 0.2); }
    49     .woo-product-interest-account-notice.woo-product-interest-account-notice-success .woo-product-interest-account-notice-dismiss {
    50       color: #4f8a10; }
    51   .woo-product-interest-account-notice.woo-product-interest-account-notice-warning {
    52     border-color: #e5822b;
    53     background-color: #e5822b;
    54     background-color: rgba(229, 130, 43, 0.2); }
    55     .woo-product-interest-account-notice.woo-product-interest-account-notice-warning .woo-product-interest-account-notice-dismiss {
    56       color: #e5822b; }
    57   .woo-product-interest-account-notice.woo-product-interest-account-notice-error {
    58     border-color: #bc2f25;
    59     background-color: #bc2f25;
    60     background-color: rgba(188, 47, 37, 0.2); }
    61     .woo-product-interest-account-notice.woo-product-interest-account-notice-error .woo-product-interest-account-notice-dismiss {
    62       color: #bc2f25; }
    63 
    64 /*# sourceMappingURL=woo-interest-in-products-front.css.map */
     1ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--product-interest a::before{content:"";font-family:dashicons}.woo-interest-in-products-subtitle{margin-bottom:10px}.woo-interest-in-products-list-wrap{list-style-type:none;margin:0 0 20px 10px;padding:0}.woo-interest-in-products-list-wrap li .woo-interest-in-products-checkbox-label{display:inline-block}.woo-interest-in-products-list-wrap li .woo-interest-in-products-signup-date{margin-left:15px;font-size:85%;font-style:italic}.woo-interest-in-products-change-submit{margin-bottom:0}.woo-product-interest-account-notice{clear:both;width:100%;display:block;border:1px solid #789;border-radius:3px;background-color:#fff;padding:7px;margin:0 auto 20px;position:relative}.woo-product-interest-account-notice p{font-size:15px;line-height:20px;text-align:center;margin:0;color:#222}.woo-product-interest-account-notice .woo-product-interest-account-notice-dismiss{position:absolute;right:7px;top:7px;height:20px;width:20px;line-height:20px}.woo-product-interest-account-notice.woo-product-interest-account-notice-success{border-color:#4f8a10;background-color:#4f8a10;background-color:rgba(79,138,16,.2)}.woo-product-interest-account-notice.woo-product-interest-account-notice-success .woo-product-interest-account-notice-dismiss{color:#4f8a10}.woo-product-interest-account-notice.woo-product-interest-account-notice-warning{border-color:#e5822b;background-color:#e5822b;background-color:rgba(229,130,43,.2)}.woo-product-interest-account-notice.woo-product-interest-account-notice-warning .woo-product-interest-account-notice-dismiss{color:#e5822b}.woo-product-interest-account-notice.woo-product-interest-account-notice-error{border-color:#bc2f25;background-color:#bc2f25;background-color:rgba(188,47,37,.2)}.woo-product-interest-account-notice.woo-product-interest-account-notice-error .woo-product-interest-account-notice-dismiss{color:#bc2f25}/*# sourceMappingURL=woo-interest-in-products-front.css.map */
  • woo-interest-in-products/trunk/assets/css/woo-interest-in-products-front.min.css

    r1940060 r2259298  
    1 ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--product-interest a::before{content:"\f481";font-family:dashicons}.woo-interest-in-products-subtitle{margin-bottom:10px}.woo-interest-in-products-list-wrap{list-style-type:none;margin:0 0 20px 10px;padding:0}.woo-interest-in-products-list-wrap li .woo-interest-in-products-checkbox-label{display:inline-block}.woo-interest-in-products-list-wrap li .woo-interest-in-products-signup-date{margin-left:15px;font-size:85%;font-style:italic}.woo-interest-in-products-change-submit{margin-bottom:0}.woo-product-interest-account-notice{clear:both;width:100%;display:block;border:1px solid #789;border-radius:3px;background-color:#fff;padding:7px;margin:0 auto 20px;position:relative}.woo-product-interest-account-notice p{font-size:15px;line-height:20px;text-align:center;margin:0;color:#222}.woo-product-interest-account-notice .woo-product-interest-account-notice-dismiss{position:absolute;right:7px;top:7px;height:20px;width:20px;line-height:20px}.woo-product-interest-account-notice.woo-product-interest-account-notice-success{border-color:#4f8a10;background-color:#4f8a10;background-color:rgba(79,138,16,.2)}.woo-product-interest-account-notice.woo-product-interest-account-notice-success .woo-product-interest-account-notice-dismiss{color:#4f8a10}.woo-product-interest-account-notice.woo-product-interest-account-notice-warning{border-color:#e5822b;background-color:#e5822b;background-color:rgba(229,130,43,.2)}.woo-product-interest-account-notice.woo-product-interest-account-notice-warning .woo-product-interest-account-notice-dismiss{color:#e5822b}.woo-product-interest-account-notice.woo-product-interest-account-notice-error{border-color:#bc2f25;background-color:#bc2f25;background-color:rgba(188,47,37,.2)}.woo-product-interest-account-notice.woo-product-interest-account-notice-error .woo-product-interest-account-notice-dismiss{color:#bc2f25}
     1ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--product-interest a::before{content:"";font-family:dashicons}.woo-interest-in-products-subtitle{margin-bottom:10px}.woo-interest-in-products-list-wrap{list-style-type:none;margin:0 0 20px 10px;padding:0}.woo-interest-in-products-list-wrap li .woo-interest-in-products-checkbox-label{display:inline-block}.woo-interest-in-products-list-wrap li .woo-interest-in-products-signup-date{margin-left:15px;font-size:85%;font-style:italic}.woo-interest-in-products-change-submit{margin-bottom:0}.woo-product-interest-account-notice{clear:both;width:100%;display:block;border:1px solid #789;border-radius:3px;background-color:#fff;padding:7px;margin:0 auto 20px;position:relative}.woo-product-interest-account-notice p{font-size:15px;line-height:20px;text-align:center;margin:0;color:#222}.woo-product-interest-account-notice .woo-product-interest-account-notice-dismiss{position:absolute;right:7px;top:7px;height:20px;width:20px;line-height:20px}.woo-product-interest-account-notice.woo-product-interest-account-notice-success{border-color:#4f8a10;background-color:#4f8a10;background-color:rgba(79,138,16,.2)}.woo-product-interest-account-notice.woo-product-interest-account-notice-success .woo-product-interest-account-notice-dismiss{color:#4f8a10}.woo-product-interest-account-notice.woo-product-interest-account-notice-warning{border-color:#e5822b;background-color:#e5822b;background-color:rgba(229,130,43,.2)}.woo-product-interest-account-notice.woo-product-interest-account-notice-warning .woo-product-interest-account-notice-dismiss{color:#e5822b}.woo-product-interest-account-notice.woo-product-interest-account-notice-error{border-color:#bc2f25;background-color:#bc2f25;background-color:rgba(188,47,37,.2)}.woo-product-interest-account-notice.woo-product-interest-account-notice-error .woo-product-interest-account-notice-dismiss{color:#bc2f25}
  • woo-interest-in-products/trunk/includes/database.php

    r1940060 r2259298  
    3131    global $wpdb;
    3232
    33     // Set the messages.
     33    // Set the product interest table.
    3434    $wpdb->wc_product_interest = $wpdb->prefix . Core\TABLE_NAME;
    3535}
     
    4646
    4747    // Set my table name.
    48     $table  = $wpdb->wc_product_interest;
     48    $table  = $wpdb->prefix . Core\TABLE_NAME;
    4949
    5050    // Run the lookup.
     
    106106    $char_coll  = $wpdb->get_charset_collate();
    107107
    108     // Set our various table names.
     108    // Set our table name.
    109109    $table_name = $wpdb->prefix . Core\TABLE_NAME;
    110110
  • woo-interest-in-products/trunk/readme.txt

    r1940060 r2259298  
    33Tags: woocommerce, shopping cart, product interest, signups
    44Requires at least: 4.8
    5 Tested up to: 4.9.8
    6 Stable tag: 0.1.0
     5Tested up to: 5.4.0
     6Stable tag: 0.1.1
    77License: MIT
    88License URI: https://opensource.org/licenses/MIT
     
    4444== Changelog ==
    4545
     46= 0.1.1 - 03/11/2020 =
     47* fixing initial table name registration at plugin activation
     48
    4649= 0.1.0 =
    4750* Initial release
  • woo-interest-in-products/trunk/woo-interest-in-products.php

    r1940060 r2259298  
    11<?php
    22/**
    3  * Plugin Name: WooCommerce Interest In Products
    4  * Plugin URI:  https://github.com/liquidweb/woo-interest-in-products
    5  * Description: Allow customers to opt-in to notices about individual products.
    6  * Version:     0.1.0
    7  * Author:      Liquid Web
    8  * Author URI:  https://www.liquidweb.com
    9  * Text Domain: woo-interest-in-products
    10  * Domain Path: /languages
    11  * License:     MIT
    12  * License URI: https://opensource.org/licenses/MIT
     3 * Plugin Name:          WooCommerce Interest In Products
     4 * Plugin URI:           https://github.com/liquidweb/woo-interest-in-products
     5 * Description:          Allow customers to opt-in to notices about individual products.
     6 * Version:              0.1.1
     7 * Author:               Liquid Web
     8 * Author URI:           https://www.liquidweb.com
     9 * Text Domain:          woo-interest-in-products
     10 * Domain Path:          /languages
     11 * Requires at least:    4.4
     12 * Tested up to:         5.4.0
     13 * WC requires at least: 3.7.0
     14 * WC tested up to:      3.9.0
     15 * License:              MIT
     16 * License URI:          https://opensource.org/licenses/MIT
    1317 *
    1418 * @package WooInterestInProducts
     
    2529
    2630// Define our plugin version.
    27 define( __NAMESPACE__ . '\VERS', '0.1.0' );
     31define( __NAMESPACE__ . '\VERS', '0.1.1' );
    2832
    2933// Define our database version.
Note: See TracChangeset for help on using the changeset viewer.