Skip to content

Commit

Permalink
fixed other problems
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBeycan committed Aug 17, 2024
1 parent 6ad4c91 commit b3b24b3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function __construct()
Helpers::registerIntegration('mycred_cashcred');

Helpers::createTransactionPage(
esc_html__('myCred Transactions', 'ninjaforms-cryptopay'),
esc_html__('myCred Transactions', 'cryptopay-integration-for-mycred'),
'mycred_buycred',
10,
[],
Expand Down
5 changes: 5 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ With the default configuration, this plugin, in itself, does not:
* send any data to external servers;
* use cookies.

= 3rd Party Libraries & API's =
* https://beycanpress.com/
* Privacy policy: https://beycanpress.com/privacy-policy/
* This is our website. We use it to provide support and sell premium plugins.

= Translations =

You can easily translate with Loco translate.
Expand Down
1 change: 1 addition & 0 deletions views/cashcred-preferences.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<h3><?php esc_html_e('Settings', 'cryptopay-integration-for-mycred'); ?></h3>
Expand Down
2 changes: 1 addition & 1 deletion views/cashcred.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
<div id="panel_<?php echo esc_attr($key); ?>" class="cashcred_panel">
<h3><?php echo esc_html(apply_filters('mycred_cashcred_cryptopay_title', __('CryptoPay Details', 'cryptopay-integration-for-mycred'))); ?></h3>

Expand Down
1 change: 1 addition & 0 deletions views/preferences.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<h3><?php esc_html_e('Settings', 'cryptopay-integration-for-mycred'); ?></h3>
Expand Down

0 comments on commit b3b24b3

Please sign in to comment.