Changeset 2921844
- Timestamp:
- 06/05/2023 04:13:15 PM (3 years ago)
- Location:
- low-impack
- Files:
-
- 11 added
- 3 deleted
- 3 edited
-
tags/1.4.0 (added)
-
tags/1.4.0/beausite-classic.ttf (added)
-
tags/1.4.0/karp.jpg (added)
-
tags/1.4.0/koik.jpg (added)
-
tags/1.4.0/kott_umbrik.jpg (added)
-
tags/1.4.0/plugin-file.php (added)
-
tags/1.4.0/readme.txt (added)
-
tags/1.4.0/styles.css (added)
-
trunk/Plugina-pilt_koik-tooted.png (deleted)
-
trunk/Plugina-pilt_kotid.png (deleted)
-
trunk/img-Low-imPACK-ringluspakend.png (deleted)
-
trunk/karp.jpg (added)
-
trunk/koik.jpg (added)
-
trunk/kott_umbrik.jpg (added)
-
trunk/plugin-file.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/styles.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
low-impack/trunk/plugin-file.php
r2916938 r2921844 3 3 Plugin Name: Low imPACK for WooCommerce 4 4 Description: Low imPACK for WooCommerce 5 Version: 1. 3.05 Version: 1.4.0 6 6 Author: Low imPACK 7 7 */ … … 44 44 } 45 45 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'); 49 49 50 50 update_option( 'low_impack_product_id', sanitize_text_field( $product_id_1 ) ); -
low-impack/trunk/readme.txt
r2916936 r2921844 7 7 Requires at least: 4.7 8 8 Tested up to: 6.1.1 9 Stable tag: 1. 3.09 Stable tag: 1.4.0 10 10 Requires PHP: 7.0 11 11 License: GPLv2 or later … … 38 38 == Changelog == 39 39 40 = 1.0.0 =41 42 * Initial plugin43 44 40 = 1.1.0 = 45 41 -
low-impack/trunk/styles.css
r2889376 r2921844 9 9 margin-top: 0px; 10 10 margin-bottom: 2rem; 11 font-family: " Beausite Classic", sans-serif;11 font-family: "Arial", sans-serif; 12 12 line-height: 1.3; 13 13 font-size: 32px; … … 17 17 margin-top: 0px; 18 18 margin-bottom: 2rem; 19 font-family: " Beausite Classic", sans-serif;19 font-family: "Arial", sans-serif; 20 20 line-height: 1.6; 21 21 } … … 38 38 .wrap-low-impack-plugin .add-to-cart-button-low-impack-plugin { 39 39 flex: 1; 40 font-family: " Beausite Classic", sans-serif;40 font-family: "Arial", sans-serif; 41 41 padding: 11px 16px; 42 42 color: #fff;
Note: See TracChangeset
for help on using the changeset viewer.