Plugin Directory

Changeset 2921844


Ignore:
Timestamp:
06/05/2023 04:13:15 PM (3 years ago)
Author:
lowimpack
Message:

Change images

Location:
low-impack
Files:
11 added
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • low-impack/trunk/plugin-file.php

    r2916938 r2921844  
    33Plugin Name: Low imPACK for WooCommerce
    44Description: Low imPACK for WooCommerce
    5 Version: 1.3.0
     5Version: 1.4.0
    66Author: Low imPACK
    77*/
     
    4444  }
    4545
    46   $product_id_1 = low_impack_create_product('Low imPACK pakend', 'Low imPACK pakend', 'img-Low-imPACK-ringluspakend.png');
    47   $product_id_2 = low_impack_create_product('Low imPACK pakend', 'Low imPACK pakend', 'Plugina-pilt_kotid.png');
    48   $product_id_3 = low_impack_create_product('Low imPACK pakend', 'Low imPACK pakend', 'Plugina-pilt_koik-tooted.png');
     46  $product_id_1 = low_impack_create_product('Low imPACK pakend', 'Low imPACK pakend', 'karp.jpg');
     47  $product_id_2 = low_impack_create_product('Low imPACK pakend', 'Low imPACK pakend', 'kott_umbrik.jpg');
     48  $product_id_3 = low_impack_create_product('Low imPACK pakend', 'Low imPACK pakend', 'koik.jpg');
    4949
    5050  update_option( 'low_impack_product_id', sanitize_text_field( $product_id_1 ) );
  • low-impack/trunk/readme.txt

    r2916936 r2921844  
    77Requires at least: 4.7
    88Tested up to: 6.1.1
    9 Stable tag: 1.3.0
     9Stable tag: 1.4.0
    1010Requires PHP: 7.0
    1111License: GPLv2 or later
     
    3838== Changelog ==
    3939
    40 = 1.0.0 =
    41 
    42 * Initial plugin
    43 
    4440= 1.1.0 =
    4541
  • low-impack/trunk/styles.css

    r2889376 r2921844  
    99    margin-top: 0px;
    1010    margin-bottom: 2rem;
    11     font-family: "Beausite Classic", sans-serif;
     11    font-family: "Arial", sans-serif;
    1212    line-height: 1.3;
    1313    font-size: 32px;
     
    1717    margin-top: 0px;
    1818    margin-bottom: 2rem;
    19     font-family: "Beausite Classic", sans-serif;
     19    font-family: "Arial", sans-serif;
    2020    line-height: 1.6;
    2121}
     
    3838.wrap-low-impack-plugin .add-to-cart-button-low-impack-plugin {
    3939    flex: 1;
    40     font-family: "Beausite Classic", sans-serif;
     40    font-family: "Arial", sans-serif;
    4141    padding: 11px 16px;
    4242    color: #fff;
Note: See TracChangeset for help on using the changeset viewer.