Plugin Directory

Changeset 2451787


Ignore:
Timestamp:
01/07/2021 10:17:30 AM (5 years ago)
Author:
ahlul
Message:

tagging version 20210107

Location:
billingotomatis-payment-gateway-indonesia
Files:
1 added
5 edited
5 copied

Legend:

Unmodified
Added
Removed
  • billingotomatis-payment-gateway-indonesia/tags/20210107/assets/css/style.css

    r1626884 r2451787  
    4949    width: 300px;
    5050}
    51 .bilo_addons_wrap .products li a {
     51.bilo_addons_wrap .products li div.desc {
    5252    background: none repeat scroll 0 0 #f5f5f5;
    5353    border: 1px solid #ddd;
     
    5959    text-decoration: none;
    6060}
    61 .bilo_addons_wrap .products li a img {
     61.bilo_addons_wrap .products li div.desc img {
    6262    background: none repeat scroll 0 0 #fff;
    6363    border-right: 260px solid #fff;
     
    6868    padding: 17px 20px;
    6969}
    70 .bilo_addons_wrap .products li a .price, .bilo_addons_wrap .products li a img.extension-thumb + h3 {
     70.bilo_addons_wrap .products li div.desc .price, .bilo_addons_wrap .products li a.desc img.extension-thumb + h3 {
    7171    display: none;
    7272}
    73 .bilo_addons_wrap .products li a h3 {
     73.bilo_addons_wrap .products li div.desc h3 {
    7474    background: none repeat scroll 0 0 #fff;
    7575    margin: 0 !important;
    7676    padding: 20px !important;
    7777}
    78 .bilo_addons_wrap .products li a p {
     78.bilo_addons_wrap .products li div.desc p {
    7979    border-top: 1px solid #f1f1f1;
    8080    margin: 0 !important;
    8181    padding: 20px !important;
    8282}
    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 {
    8484    background-color: #fff;
    8585}
     
    16171617}
    16181618
    1619 @media (min-width: 768px) { 
     1619@media (min-width: 768px) {
    16201620  #filter_form.form-inline label {
    16211621      width:150px;
    1622   } 
     1622  }
    16231623  #filter_form.form-inline input,
    16241624  #filter_form.form-inline select {
    16251625      width:150px;
    16261626      margin-right:20px;
    1627   } 
     1627  }
    16281628}
    16291629@media (min-width: 768px) and (max-width: 991px) {
  • billingotomatis-payment-gateway-indonesia/tags/20210107/billingotomatis.php

    r2451785 r2451787  
    55Description: Billingotomatis merupakan layanan penyedia payment gateway otomatis Bank Indonesia, Pesan WA otomatis, dan SMS otomatis
    66Author: BillingOtomatis.com
    7 Version: 20201217
     7Version: 20210107
    88*/
    99if ( !defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
     
    1111 * Define Constants
    1212 **/
    13 define( 'BILO_VERSION', 20201217 );
     13define( 'BILO_VERSION', 20210107 );
    1414
    1515include_once(dirname(__FILE__)."/functions.php");
  • billingotomatis-payment-gateway-indonesia/tags/20210107/functions.php

    r2451785 r2451787  
    4420201123 - Standalone framework plugin
    5520201217 - Release standalone
     620210107 - Update CSS
    67*/
    78
  • billingotomatis-payment-gateway-indonesia/tags/20210107/readme.txt

    r2451785 r2451787  
    55Requires at least: 3.0.1
    66Tested up to: 5.6
    7 Stable tag: 20201217
     7Stable tag: 20210107
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • billingotomatis-payment-gateway-indonesia/trunk/assets/css/style.css

    r1626884 r2451787  
    4949    width: 300px;
    5050}
    51 .bilo_addons_wrap .products li a {
     51.bilo_addons_wrap .products li div.desc {
    5252    background: none repeat scroll 0 0 #f5f5f5;
    5353    border: 1px solid #ddd;
     
    5959    text-decoration: none;
    6060}
    61 .bilo_addons_wrap .products li a img {
     61.bilo_addons_wrap .products li div.desc img {
    6262    background: none repeat scroll 0 0 #fff;
    6363    border-right: 260px solid #fff;
     
    6868    padding: 17px 20px;
    6969}
    70 .bilo_addons_wrap .products li a .price, .bilo_addons_wrap .products li a img.extension-thumb + h3 {
     70.bilo_addons_wrap .products li div.desc .price, .bilo_addons_wrap .products li a.desc img.extension-thumb + h3 {
    7171    display: none;
    7272}
    73 .bilo_addons_wrap .products li a h3 {
     73.bilo_addons_wrap .products li div.desc h3 {
    7474    background: none repeat scroll 0 0 #fff;
    7575    margin: 0 !important;
    7676    padding: 20px !important;
    7777}
    78 .bilo_addons_wrap .products li a p {
     78.bilo_addons_wrap .products li div.desc p {
    7979    border-top: 1px solid #f1f1f1;
    8080    margin: 0 !important;
    8181    padding: 20px !important;
    8282}
    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 {
    8484    background-color: #fff;
    8585}
     
    16171617}
    16181618
    1619 @media (min-width: 768px) { 
     1619@media (min-width: 768px) {
    16201620  #filter_form.form-inline label {
    16211621      width:150px;
    1622   } 
     1622  }
    16231623  #filter_form.form-inline input,
    16241624  #filter_form.form-inline select {
    16251625      width:150px;
    16261626      margin-right:20px;
    1627   } 
     1627  }
    16281628}
    16291629@media (min-width: 768px) and (max-width: 991px) {
  • billingotomatis-payment-gateway-indonesia/trunk/billingotomatis.php

    r2441425 r2451787  
    55Description: Billingotomatis merupakan layanan penyedia payment gateway otomatis Bank Indonesia, Pesan WA otomatis, dan SMS otomatis
    66Author: BillingOtomatis.com
    7 Version: 20201217
     7Version: 20210107
    88*/
    99if ( !defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
     
    1111 * Define Constants
    1212 **/
    13 define( 'BILO_VERSION', 20201217 );
     13define( 'BILO_VERSION', 20210107 );
    1414
    1515include_once(dirname(__FILE__)."/functions.php");
  • billingotomatis-payment-gateway-indonesia/trunk/functions.php

    r2441425 r2451787  
    4420201123 - Standalone framework plugin
    5520201217 - Release standalone
     620210107 - Update CSS
    67*/
    78
  • billingotomatis-payment-gateway-indonesia/trunk/readme.txt

    r2441425 r2451787  
    55Requires at least: 3.0.1
    66Tested up to: 5.6
    7 Stable tag: 20201217
     7Stable tag: 20210107
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.