Changeset 3042633
- Timestamp:
- 02/28/2024 02:08:51 PM (2 years ago)
- Location:
- doppler-for-learnpress
- Files:
-
- 57 added
- 4 edited
-
tags/1.0.9 (added)
-
tags/1.0.9/LICENSE.txt (added)
-
tags/1.0.9/README.txt (added)
-
tags/1.0.9/admin (added)
-
tags/1.0.9/admin/class-doppler-for-learnpress-admin.php (added)
-
tags/1.0.9/admin/css (added)
-
tags/1.0.9/admin/css/doppler-for-learnpress-admin.css (added)
-
tags/1.0.9/admin/css/doppler-for-learnpress-admin.scss (added)
-
tags/1.0.9/admin/css/fonts (added)
-
tags/1.0.9/admin/css/fonts.css (added)
-
tags/1.0.9/admin/css/fonts/ProximaNova-Bold.eot (added)
-
tags/1.0.9/admin/css/fonts/ProximaNova-Bold.ttf (added)
-
tags/1.0.9/admin/css/fonts/ProximaNova-Bold.woff (added)
-
tags/1.0.9/admin/css/fonts/ProximaNova-BoldIt.eot (added)
-
tags/1.0.9/admin/css/fonts/ProximaNova-BoldIt.ttf (added)
-
tags/1.0.9/admin/css/fonts/ProximaNova-BoldIt.woff (added)
-
tags/1.0.9/admin/css/fonts/ProximaNova-Regular.eot (added)
-
tags/1.0.9/admin/css/fonts/ProximaNova-Regular.ttf (added)
-
tags/1.0.9/admin/css/fonts/ProximaNova-Regular.woff (added)
-
tags/1.0.9/admin/css/fonts/ProximaNova-RegularIt.eot (added)
-
tags/1.0.9/admin/css/fonts/ProximaNova-RegularIt.ttf (added)
-
tags/1.0.9/admin/css/fonts/ProximaNova-RegularIt.woff (added)
-
tags/1.0.9/admin/img (added)
-
tags/1.0.9/admin/img/ajax-synch.gif (added)
-
tags/1.0.9/admin/img/icon-doppler-menu.png (added)
-
tags/1.0.9/admin/img/loading.gif (added)
-
tags/1.0.9/admin/img/logo-doppler.svg (added)
-
tags/1.0.9/admin/index.php (added)
-
tags/1.0.9/admin/js (added)
-
tags/1.0.9/admin/js/doppler-for-learnpress-admin.js (added)
-
tags/1.0.9/admin/partials (added)
-
tags/1.0.9/admin/partials/courses-mapping.php (added)
-
tags/1.0.9/admin/partials/doppler-for-learnpress-admin-display.php (added)
-
tags/1.0.9/admin/partials/settings.php (added)
-
tags/1.0.9/admin/partials/tabs-nav.php (added)
-
tags/1.0.9/doppler-for-learnpress.php (added)
-
tags/1.0.9/includes (added)
-
tags/1.0.9/includes/class-dependency-checker.php (added)
-
tags/1.0.9/includes/class-doppler-for-learnpress-activator.php (added)
-
tags/1.0.9/includes/class-doppler-for-learnpress-admin-notice.php (added)
-
tags/1.0.9/includes/class-doppler-for-learnpress-app-connect.php (added)
-
tags/1.0.9/includes/class-doppler-for-learnpress-deactivator.php (added)
-
tags/1.0.9/includes/class-doppler-for-learnpress-i18n.php (added)
-
tags/1.0.9/includes/class-doppler-for-learnpress-loader.php (added)
-
tags/1.0.9/includes/class-doppler-for-learnpress.php (added)
-
tags/1.0.9/includes/index.php (added)
-
tags/1.0.9/index.php (added)
-
tags/1.0.9/languages (added)
-
tags/1.0.9/languages/doppler-for-learnpress-es_AR.mo (added)
-
tags/1.0.9/languages/doppler-for-learnpress-es_AR.po (added)
-
tags/1.0.9/languages/doppler-for-learnpress-es_ES.mo (added)
-
tags/1.0.9/languages/doppler-for-learnpress-es_ES.po (added)
-
tags/1.0.9/languages/doppler-for-learnpress.mo (added)
-
tags/1.0.9/languages/doppler-for-learnpress.pot (added)
-
tags/1.0.9/public (added)
-
tags/1.0.9/public/class-doppler-for-learnpress-public.php (added)
-
tags/1.0.9/uninstall.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/class-doppler-for-learnpress-admin.php (modified) (2 diffs)
-
trunk/admin/partials/doppler-for-learnpress-admin-display.php (modified) (1 diff)
-
trunk/doppler-for-learnpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doppler-for-learnpress/trunk/README.txt
r2890749 r3042633 4 4 Tags: email marketing 5 5 Requires at least: 4.9 6 Tested up to: 6. 26 Tested up to: 6.4 7 7 Requires PHP: 5.6.4 8 Stable tag: 1.0. 88 Stable tag: 1.0.9 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 14 14 == Changelog == 15 = 1.0.9 = 16 * Fix: Fix for some minor warnings. 15 17 16 18 = 1.0.7 = -
doppler-for-learnpress/trunk/admin/class-doppler-for-learnpress-admin.php
r2635838 r3042633 578 578 */ 579 579 public function show_admin_notice() { 580 $class = $this->admin_notice[0]; 581 $text = $this->admin_notice[1]; 582 if( !empty($class) && !empty($text) ){ 583 ?> 584 <div class="notice notice-<?php echo $class?> is-dismissible"> 585 <p><?php echo $text ?></p> 586 </div> 587 <?php 580 if(isset($this->admin_notice[0]) && isset($this->admin_notice[1])) { 581 $class = $this->admin_notice[0]; 582 $text = $this->admin_notice[1]; 583 if( !empty($class) && !empty($text) ){ 584 ?> 585 <div class="notice notice-<?php echo $class?> is-dismissible"> 586 <p><?php echo $text ?></p> 587 </div> 588 <?php 589 } 588 590 } 589 591 } … … 617 619 register_rest_route( 'learnpress/v1', 'courses', array( 618 620 'methods' => 'GET', 619 'callback' => array($this, 'get_published_courses') 621 'callback' => array($this, 'get_published_courses'), 622 'permission_callback' => '__return_true' 620 623 )); 621 624 } -
doppler-for-learnpress/trunk/admin/partials/doppler-for-learnpress-admin-display.php
r2618289 r3042633 44 44 $lists = $this->get_alpha_lists(); 45 45 $subscribers_lists = get_option('dplr_learnpress_subscribers_list'); 46 $this->check_active_list($subscribers_lists ['buyers'],$lists);46 $this->check_active_list($subscribers_lists ? $subscribers_lists['buyers'] : '',$lists); 47 47 48 48 require_once('settings.php'); -
doppler-for-learnpress/trunk/doppler-for-learnpress.php
r2751738 r3042633 11 11 * Plugin URI: www.fromdoppler.com 12 12 * Description: Submit your LearnPress students to a Doppler Lists. 13 * Version: 1.0. 813 * Version: 1.0.9 14 14 * Author: Doppler 15 15 * License: GPL-2.0+ … … 24 24 } 25 25 26 define( 'DOPPLER_FOR_LEARNPRESS_VERSION', '1.0. 8' );26 define( 'DOPPLER_FOR_LEARNPRESS_VERSION', '1.0.9' ); 27 27 define( 'DOPPLER_FOR_LEARNPRESS_PLUGIN_FILE', plugin_basename( __FILE__ )); 28 28 define( 'DOPPLER_FOR_LEARNPRESS_URL', plugin_dir_url(__FILE__) );
Note: See TracChangeset
for help on using the changeset viewer.