Changeset 2460951
- Timestamp:
- 01/22/2021 12:13:54 PM (5 years ago)
- Location:
- i2-azon/trunk
- Files:
-
- 3 edited
-
i2-azon.php (modified) (1 diff)
-
include/register-blocks.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
i2-azon/trunk/i2-azon.php
r2460809 r2460951 6 6 * Author: imibrar 7 7 * Author URI: https://themesfirst.com/ 8 * Version: 0.2. 28 * Version: 0.2.3 9 9 * License: GPL2+ 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt -
i2-azon/trunk/include/register-blocks.php
r2460468 r2460951 35 35 ); 36 36 37 wp_add_inline_style('i2_azon_style_css', '@media only screen and (max-width: ' . intval($options['mobile_breakpoint']) . 'px) { .tf-i2-product {flex-direction: column; }.tf-i2-product > div {width: 100% !important; }.tf-i2-product > div.tf-i2-image {text-align: center; } }');37 wp_add_inline_style('i2_azon_style_css', '@media only screen and (max-width: ' . intval($options['mobile_breakpoint']) . 'px) { .tf-i2-product {flex-direction: column; }.tf-i2-product > div {width: 100% !important; }.tf-i2-product > div.tf-i2-image img {margin:0 auto; } }'); 38 38 39 39 wp_localize_script( -
i2-azon/trunk/readme.txt
r2460809 r2460951 4 4 Requires at least: 5.0 5 5 Tested up to: 5.6 6 Stable tag: 0.2. 26 Stable tag: 0.2.3 7 7 Requires PHP: 5.6 8 8 License: GPLv2 … … 26 26 27 27 == Changelog == 28 1. link formater bug fix 0.2.2 28 v2.3 image alignment fixed in small screen 29 v2.2 link formater bug fixed 29 30 30 31 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.