Changeset 3286461
- Timestamp:
- 05/02/2025 06:16:56 PM (11 months ago)
- Location:
- admintosh
- Files:
-
- 75 added
- 4 edited
-
tags/1.1.4 (added)
-
tags/1.1.4/admin (added)
-
tags/1.1.4/admin/Admin.php (added)
-
tags/1.1.4/admin/Admin_Hooks.php (added)
-
tags/1.1.4/admin/assets (added)
-
tags/1.1.4/admin/assets/css (added)
-
tags/1.1.4/admin/assets/css/admintosh-admin.css (added)
-
tags/1.1.4/admin/assets/css/dataTables.dataTables.css (added)
-
tags/1.1.4/admin/assets/css/jquery-ui.css (added)
-
tags/1.1.4/admin/assets/css/select2.min.css (added)
-
tags/1.1.4/admin/assets/img (added)
-
tags/1.1.4/admin/assets/img/color-1.png (added)
-
tags/1.1.4/admin/assets/img/color-2.png (added)
-
tags/1.1.4/admin/assets/img/color-3.png (added)
-
tags/1.1.4/admin/assets/img/color-4.png (added)
-
tags/1.1.4/admin/assets/js (added)
-
tags/1.1.4/admin/assets/js/admintosh-admin.js (added)
-
tags/1.1.4/admin/assets/js/dataTables.js (added)
-
tags/1.1.4/admin/assets/js/select2.min.js (added)
-
tags/1.1.4/admin/assets/js/wp-color-picker-alpha.js (added)
-
tags/1.1.4/admin/assets/trustpilot-author-name.png (added)
-
tags/1.1.4/admin/fields (added)
-
tags/1.1.4/admin/fields/Border.php (added)
-
tags/1.1.4/admin/fields/Color.php (added)
-
tags/1.1.4/admin/fields/Dimension.php (added)
-
tags/1.1.4/admin/fields/Heading.php (added)
-
tags/1.1.4/admin/fields/Image_Radio_Button.php (added)
-
tags/1.1.4/admin/fields/Media.php (added)
-
tags/1.1.4/admin/fields/Multi_Select.php (added)
-
tags/1.1.4/admin/fields/Number.php (added)
-
tags/1.1.4/admin/fields/Select.php (added)
-
tags/1.1.4/admin/fields/Switch.php (added)
-
tags/1.1.4/admin/fields/Text.php (added)
-
tags/1.1.4/admintosh.php (added)
-
tags/1.1.4/appsero (added)
-
tags/1.1.4/appsero/.editorconfig (added)
-
tags/1.1.4/appsero/.php-cs-fixer.dist.php (added)
-
tags/1.1.4/appsero/phpcs.xml.dist (added)
-
tags/1.1.4/appsero/readme.md (added)
-
tags/1.1.4/appsero/src (added)
-
tags/1.1.4/appsero/src/Client.php (added)
-
tags/1.1.4/appsero/src/Insights.php (added)
-
tags/1.1.4/appsero/src/License.php (added)
-
tags/1.1.4/classes (added)
-
tags/1.1.4/classes/Countries.php (added)
-
tags/1.1.4/classes/Email_Notifier.php (added)
-
tags/1.1.4/classes/Geolocation.php (added)
-
tags/1.1.4/classes/IP_API.php (added)
-
tags/1.1.4/classes/Recaptcha_Generator.php (added)
-
tags/1.1.4/inc (added)
-
tags/1.1.4/inc/Admin_Activity_Logs.php (added)
-
tags/1.1.4/inc/Country_Block.php (added)
-
tags/1.1.4/inc/Dashboard.php (added)
-
tags/1.1.4/inc/General_Settings.php (added)
-
tags/1.1.4/inc/Helper.php (added)
-
tags/1.1.4/inc/Hide_Login.php (added)
-
tags/1.1.4/inc/Limit_Login_Attempts.php (added)
-
tags/1.1.4/inc/Login_History.php (added)
-
tags/1.1.4/inc/Login_Page_Customize.php (added)
-
tags/1.1.4/inc/Modules_Setup.php (added)
-
tags/1.1.4/inc/Recaptcha.php (added)
-
tags/1.1.4/inc/functions.php (added)
-
tags/1.1.4/languages (added)
-
tags/1.1.4/languages/admintosh.pot (added)
-
tags/1.1.4/readme.txt (added)
-
tags/1.1.4/vendor (added)
-
tags/1.1.4/vendor/autoload.php (added)
-
tags/1.1.4/vendor/composer (added)
-
tags/1.1.4/vendor/composer/ClassLoader.php (added)
-
tags/1.1.4/vendor/composer/LICENSE (added)
-
tags/1.1.4/vendor/composer/autoload_classmap.php (added)
-
tags/1.1.4/vendor/composer/autoload_namespaces.php (added)
-
tags/1.1.4/vendor/composer/autoload_psr4.php (added)
-
tags/1.1.4/vendor/composer/autoload_real.php (added)
-
tags/1.1.4/vendor/composer/autoload_static.php (added)
-
trunk/admin/assets/css/admintosh-admin.css (modified) (12 diffs)
-
trunk/admintosh.php (modified) (2 diffs)
-
trunk/inc/Recaptcha.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admintosh/trunk/admin/assets/css/admintosh-admin.css
r3248536 r3286461 28 28 line-height: 1.2; 29 29 padding: 20px 0px; 30 background: linear-gradient(140deg, # 0e6b0e 0%, #7ed321 100%);30 background: linear-gradient(140deg, #2B388F 0%, #262261 100%); 31 31 color: #fff; 32 32 text-align: center; … … 40 40 .admintosh-admin-wrap ul.settings-menu li a { 41 41 padding: 15px 14px; 42 border-top: 1px solid # 0e6b0e26;42 border-top: 1px solid #2B388F26; 43 43 background: #fff; 44 44 margin-bottom: 0; … … 52 52 .admintosh-admin-wrap ul.settings-menu li.active a, 53 53 .admintosh-admin-wrap ul.settings-menu li:hover a { 54 background: linear-gradient(140deg, # 0e6b0e 0%, #7ed321 100%);54 background: linear-gradient(140deg, #2B388F 0%, #262261 100%); 55 55 color: #fff; 56 56 } … … 372 372 margin-top: 0px; 373 373 margin-bottom: 30px; 374 border-bottom: 2px solid # 7ed321;374 border-bottom: 2px solid #262261; 375 375 gap: 15px; 376 376 } … … 394 394 .inner-tab .inner-tab-active, 395 395 .inner-tab a:hover { 396 background-image: linear-gradient(140deg, # 0e6b0e 0%, #7ed321 100%);396 background-image: linear-gradient(140deg, #2B388F 0%, #262261 100%); 397 397 color: #fff; 398 398 } … … 440 440 } 441 441 .admin-admintosh .button-primary { 442 background: linear-gradient(140deg, # 0e6b0e 0%, #7ed321 100%);442 background: linear-gradient(140deg, #2B388F 0%, #262261 100%); 443 443 color: #fff; 444 444 border-radius: 4px; … … 452 452 .admin-admintosh .button-primary:focus, 453 453 .admin-admintosh .button-primary:hover { 454 background: linear-gradient(140deg, # 0e6b0e 0%, #7ed321 100%);454 background: linear-gradient(140deg, #2B388F 0%, #262261 100%); 455 455 color: #fff; 456 456 opacity: 0.8; … … 631 631 box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px; 632 632 padding: 15px 22px; 633 border: 1px solid # 7ed321;633 border: 1px solid #262261; 634 634 margin-right: 20px; 635 635 margin-bottom: 20px; … … 705 705 706 706 .toggle__input:checked + .toggle-track .toggle-indicator { 707 background: linear-gradient(140deg, # 0e6b0e 0%, #7ed321 100%);707 background: linear-gradient(140deg, #2B388F 0%, #262261 100%); 708 708 transform: translateX(30px); 709 709 } … … 757 757 758 758 input:checked + .switcher-slider { 759 background: linear-gradient(140deg, # 0e6b0e 0%, #7ed321 100%);759 background: linear-gradient(140deg, #2B388F 0%, #262261 100%); 760 760 } 761 761 … … 825 825 } 826 826 .help-links a { 827 background: linear-gradient(140deg, # 0e6b0e 0%, #7ed321 100%);827 background: linear-gradient(140deg, #2B388F 0%, #262261 100%); 828 828 color: #fff; 829 829 border-radius: 4px; … … 855 855 .admintosh-img-button-switch .radio-img:hover img, 856 856 .admintosh-img-button-switch .radio-img > input:checked + img { 857 border: 2px solid # 0e6b0e;857 border: 2px solid #2B388F; 858 858 border-radius: 7px; 859 859 } -
admintosh/trunk/admintosh.php
r3260416 r3286461 4 4 Plugin URI: http://wpmobo.com/admintosh 5 5 Description: WordPress admin customization and security tools 6 Version: 1.1. 36 Version: 1.1.4 7 7 Author: wpmobo 8 8 Author URI: http://wpmobo.com … … 18 18 // Define Constants for direct access alert message. 19 19 if( !defined( 'ADMINTOSH_ALERT_MSG' ) ) 20 define( 'ADMINTOSH_ALERT_MSG', esc_html__( 'You should not access this file directly.!', 'admintosh' ));20 define( 'ADMINTOSH_ALERT_MSG', 'You should not access this file directly.!' ); 21 21 22 22 // Define Constants for direct access alert message. -
admintosh/trunk/inc/Recaptcha.php
r3258796 r3286461 23 23 $this->options = get_option( ADMINTOSH_OPTION_NAME ); 24 24 25 $this->errorMsg = esc_html__( 'CAPTCHA verification failed. Please try again.', 'admintosh' );26 27 25 $get_options = $this->options; 28 26 29 27 add_action('init', [ $this, 'init_session' ], 1 ); 28 add_action('init', [ $this, 'init_task' ] ); 29 30 30 if( !empty( $get_options['active_login_captcha'] ) ) { 31 31 … … 81 81 } 82 82 83 } 84 85 public function init_task() { 86 $this->errorMsg = esc_html__( 'CAPTCHA verification failed. Please try again.', 'admintosh' ); 83 87 } 84 88 -
admintosh/trunk/readme.txt
r3260416 r3286461 5 5 Requires PHP: 7.4 6 6 Requires at least: 6.5 7 Tested up to: 6. 7.18 Stable tag: 1.1. 39 Version: 1.1. 37 Tested up to: 6.8 8 Stable tag: 1.1.4 9 Version: 1.1.4 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 200 200 == Changelog == 201 201 202 = 1.1.4 = 203 204 - Resolved WordPress 6.8 compatibility issue. 205 - Resolved PHP error issue. 206 202 207 = 1.1.3 = 203 208
Note: See TracChangeset
for help on using the changeset viewer.