Changeset 2451787
- Timestamp:
- 01/07/2021 10:17:30 AM (5 years ago)
- Location:
- billingotomatis-payment-gateway-indonesia
- Files:
-
- 1 added
- 5 edited
- 5 copied
-
tags/20210107 (added)
-
tags/20210107/assets (copied) (copied from billingotomatis-payment-gateway-indonesia/trunk/assets)
-
tags/20210107/assets/css/style.css (modified) (4 diffs)
-
tags/20210107/billingotomatis.php (copied) (copied from billingotomatis-payment-gateway-indonesia/trunk/billingotomatis.php) (2 diffs)
-
tags/20210107/functions.php (copied) (copied from billingotomatis-payment-gateway-indonesia/trunk/functions.php) (1 diff)
-
tags/20210107/readme.txt (copied) (copied from billingotomatis-payment-gateway-indonesia/trunk/readme.txt) (1 diff)
-
tags/20210107/screenshot-1.png (copied) (copied from billingotomatis-payment-gateway-indonesia/trunk/screenshot-1.png)
-
trunk/assets/css/style.css (modified) (4 diffs)
-
trunk/billingotomatis.php (modified) (2 diffs)
-
trunk/functions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
billingotomatis-payment-gateway-indonesia/tags/20210107/assets/css/style.css
r1626884 r2451787 49 49 width: 300px; 50 50 } 51 .bilo_addons_wrap .products li a{51 .bilo_addons_wrap .products li div.desc { 52 52 background: none repeat scroll 0 0 #f5f5f5; 53 53 border: 1px solid #ddd; … … 59 59 text-decoration: none; 60 60 } 61 .bilo_addons_wrap .products li aimg {61 .bilo_addons_wrap .products li div.desc img { 62 62 background: none repeat scroll 0 0 #fff; 63 63 border-right: 260px solid #fff; … … 68 68 padding: 17px 20px; 69 69 } 70 .bilo_addons_wrap .products li a .price, .bilo_addons_wrap .products li aimg.extension-thumb + h3 {70 .bilo_addons_wrap .products li div.desc .price, .bilo_addons_wrap .products li a.desc img.extension-thumb + h3 { 71 71 display: none; 72 72 } 73 .bilo_addons_wrap .products li ah3 {73 .bilo_addons_wrap .products li div.desc h3 { 74 74 background: none repeat scroll 0 0 #fff; 75 75 margin: 0 !important; 76 76 padding: 20px !important; 77 77 } 78 .bilo_addons_wrap .products li ap {78 .bilo_addons_wrap .products li div.desc p { 79 79 border-top: 1px solid #f1f1f1; 80 80 margin: 0 !important; 81 81 padding: 20px !important; 82 82 } 83 .bilo_addons_wrap .products li a:focus, .bilo_addons_wrap .products li a:hover {83 .bilo_addons_wrap .products li div.desc:focus, .bilo_addons_wrap .products li div.desc:hover { 84 84 background-color: #fff; 85 85 } … … 1617 1617 } 1618 1618 1619 @media (min-width: 768px) { 1619 @media (min-width: 768px) { 1620 1620 #filter_form.form-inline label { 1621 1621 width:150px; 1622 } 1622 } 1623 1623 #filter_form.form-inline input, 1624 1624 #filter_form.form-inline select { 1625 1625 width:150px; 1626 1626 margin-right:20px; 1627 } 1627 } 1628 1628 } 1629 1629 @media (min-width: 768px) and (max-width: 991px) { -
billingotomatis-payment-gateway-indonesia/tags/20210107/billingotomatis.php
r2451785 r2451787 5 5 Description: Billingotomatis merupakan layanan penyedia payment gateway otomatis Bank Indonesia, Pesan WA otomatis, dan SMS otomatis 6 6 Author: BillingOtomatis.com 7 Version: 202 012177 Version: 20210107 8 8 */ 9 9 if ( !defined( 'ABSPATH' ) ) exit; // Exit if accessed directly … … 11 11 * Define Constants 12 12 **/ 13 define( 'BILO_VERSION', 202 01217 );13 define( 'BILO_VERSION', 20210107 ); 14 14 15 15 include_once(dirname(__FILE__)."/functions.php"); -
billingotomatis-payment-gateway-indonesia/tags/20210107/functions.php
r2451785 r2451787 4 4 20201123 - Standalone framework plugin 5 5 20201217 - Release standalone 6 20210107 - Update CSS 6 7 */ 7 8 -
billingotomatis-payment-gateway-indonesia/tags/20210107/readme.txt
r2451785 r2451787 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.6 7 Stable tag: 202 012177 Stable tag: 20210107 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
billingotomatis-payment-gateway-indonesia/trunk/assets/css/style.css
r1626884 r2451787 49 49 width: 300px; 50 50 } 51 .bilo_addons_wrap .products li a{51 .bilo_addons_wrap .products li div.desc { 52 52 background: none repeat scroll 0 0 #f5f5f5; 53 53 border: 1px solid #ddd; … … 59 59 text-decoration: none; 60 60 } 61 .bilo_addons_wrap .products li aimg {61 .bilo_addons_wrap .products li div.desc img { 62 62 background: none repeat scroll 0 0 #fff; 63 63 border-right: 260px solid #fff; … … 68 68 padding: 17px 20px; 69 69 } 70 .bilo_addons_wrap .products li a .price, .bilo_addons_wrap .products li aimg.extension-thumb + h3 {70 .bilo_addons_wrap .products li div.desc .price, .bilo_addons_wrap .products li a.desc img.extension-thumb + h3 { 71 71 display: none; 72 72 } 73 .bilo_addons_wrap .products li ah3 {73 .bilo_addons_wrap .products li div.desc h3 { 74 74 background: none repeat scroll 0 0 #fff; 75 75 margin: 0 !important; 76 76 padding: 20px !important; 77 77 } 78 .bilo_addons_wrap .products li ap {78 .bilo_addons_wrap .products li div.desc p { 79 79 border-top: 1px solid #f1f1f1; 80 80 margin: 0 !important; 81 81 padding: 20px !important; 82 82 } 83 .bilo_addons_wrap .products li a:focus, .bilo_addons_wrap .products li a:hover {83 .bilo_addons_wrap .products li div.desc:focus, .bilo_addons_wrap .products li div.desc:hover { 84 84 background-color: #fff; 85 85 } … … 1617 1617 } 1618 1618 1619 @media (min-width: 768px) { 1619 @media (min-width: 768px) { 1620 1620 #filter_form.form-inline label { 1621 1621 width:150px; 1622 } 1622 } 1623 1623 #filter_form.form-inline input, 1624 1624 #filter_form.form-inline select { 1625 1625 width:150px; 1626 1626 margin-right:20px; 1627 } 1627 } 1628 1628 } 1629 1629 @media (min-width: 768px) and (max-width: 991px) { -
billingotomatis-payment-gateway-indonesia/trunk/billingotomatis.php
r2441425 r2451787 5 5 Description: Billingotomatis merupakan layanan penyedia payment gateway otomatis Bank Indonesia, Pesan WA otomatis, dan SMS otomatis 6 6 Author: BillingOtomatis.com 7 Version: 202 012177 Version: 20210107 8 8 */ 9 9 if ( !defined( 'ABSPATH' ) ) exit; // Exit if accessed directly … … 11 11 * Define Constants 12 12 **/ 13 define( 'BILO_VERSION', 202 01217 );13 define( 'BILO_VERSION', 20210107 ); 14 14 15 15 include_once(dirname(__FILE__)."/functions.php"); -
billingotomatis-payment-gateway-indonesia/trunk/functions.php
r2441425 r2451787 4 4 20201123 - Standalone framework plugin 5 5 20201217 - Release standalone 6 20210107 - Update CSS 6 7 */ 7 8 -
billingotomatis-payment-gateway-indonesia/trunk/readme.txt
r2441425 r2451787 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.6 7 Stable tag: 202 012177 Stable tag: 20210107 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.