Skip to content

Commit

Permalink
V1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boiteasite committed Sep 27, 2022
1 parent 95705f7 commit fb779c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Sales are checked and recorded with IPN return. Works also with digital goods.

### Versions ###

* 1.3.1 - 27/09/2022 : Responsive display.
* 1.3 - 15/11/2017 : Payment plugin Update
* 1.2.4 - 19/05/2017 : Option to hide the CKEditor Paypal Button
* 1.2.3 - 01/04/2017 : Easier archive management
Expand Down
5 changes: 5 additions & 0 deletions paypal.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ table.paypalTO td:nth-child(2){color:#666;}
#paypalArchiv{margin:15px 10px;}
.curl{font-style:italic;color:green;}
.nocurl{font-style:italic;color:brown;}
#paypalDetail td:nth-child(2){word-break:break-word;}
@media screen and (max-width:780px){
#paypalVente tr{display:block;margin-bottom:10px;}
#paypalVente td:nth-child(3),#paypalVente th:nth-child(3),#paypalVente td:nth-child(5),#paypalVente th:nth-child(5){display:block;text-align:left;}
}
2 changes: 1 addition & 1 deletion paypal.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
if(count($tab))
{
echo '<br /><table>';
echo '<tr><th>'.T_("Date").'</th><th>'.T_("Type").'</th><th>'.T_("Name").'</th><th>'.T_("Address").'</th><th>'.T_("Article").'</th><th>'.T_("Price").'</th><th>'.T_("Treated").'</th><th>'.T_("Del").'</th><th>'.T_("Archive").'</th></tr>';
echo '<tr><th>'.T_("Date").'</th><th>'.T_("Type").'</th><th>'.T_("Name").'</th><th>'.T_("Address").'</th><th>'.T_("Article").'</th><th>'.T_("Price").'</th><th>'.T_("Treated").'</th><th>('.T_("Del").')</th><th>'.T_("Archive").'</th></tr>';
$b = array();
foreach($tab as $r)
{
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1.3","host":"https://github.com/cmsunoPlugins/paypal/"}
{"version":"1.3.1","host":"https://github.com/cmsunoPlugins/paypal/"}

0 comments on commit fb779c8

Please sign in to comment.