Plugin Directory

Changeset 3106211


Ignore:
Timestamp:
06/23/2024 01:39:04 PM (20 months ago)
Author:
elearningevolve
Message:

v-2.4.1.-update

Location:
video-conferencing-with-bbb/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • video-conferencing-with-bbb/trunk/README.md

    r3082731 r3106211  
    55Tags: virtual classroom, video conference, BigBlueButton, BBB, online meeting, web conferencing, online teaching, learning management system, LMS, online session, live training, video conferencing, video conference, meetings, virtual meetings
    66Requires at least: 5.1 
    7 Tested up to: 6.5.3 
     7Tested up to: 6.5.4 
    88Requires PHP: 7.2 
    9 Stable tag: 2.4.0 
     9Stable tag: 2.4.1 
    1010License: GPLv2 or later 
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html 
     
    173173
    174174## Changelog ##
     175### 2.4.1 ###
     176* Added: Translation support for a few text snippets in the plugin that were not translation friendly
     177
    175178### 2.4.0 ###
    176179* Updated: Improved UI and button styling
  • video-conferencing-with-bbb/trunk/admin/class-bigbluebutton-admin.php

    r3076110 r3106211  
    252252                echo '<span class="tooltip" onclick="copyToClipboard(this)" onmouseout="copyClipboardExit(this)"
    253253                        data-value="' . esc_url( $permalink ) . '">
    254                         <span class="tooltiptext invite-tooltip">' . esc_html( 'Copy Invite URL', 'bigbluebutton' ) . '</span>
     254                        <span class="tooltiptext invite-tooltip">' . esc_html__( 'Copy Invite URL', 'bigbluebutton' ) . '</span>
    255255                    <span class="bbb-button button">
    256256                        <span class="bbb-dashicon dashicons dashicons-admin-page"></span>'
     
    275275                echo '<span class="tooltip" onclick="copyToClipboard(this)" onmouseout="copyClipboardExit(this)"
    276276                        data-value="[bigbluebutton token=' . esc_attr( $token ) . ']">
    277                         <span class="tooltiptext shortcode-tooltip">' . esc_html( 'Copy Shortcode', 'bigbluebutton' ) . '</span>
     277                        <span class="tooltiptext shortcode-tooltip">' . esc_html__( 'Copy Shortcode', 'bigbluebutton' ) . '</span>
    278278                        <input type="text" disabled value="[bigbluebutton token= ' . esc_attr( $token ) . ']"/>
    279279                        <span class="bbb-dashicon dashicons dashicons-admin-page"></span>
  • video-conferencing-with-bbb/trunk/admin/partials/bigbluebutton-settings-display.php

    r3082731 r3106211  
    1818                    <?php if ( null === $tab ) : ?>
    1919                        <?php do_action( 'bbb_setup_tab_content' ); ?>
    20                         <!-- <h4><?php esc_html_e( 'There are 3 methods to get the BBB server EndPoint URL and Salt required below:', 'bigbluebutton' ); ?></h4>
    21                         <ol>
    22                             <li><?php echo sprintf( __( '%1$s You can use the default test install server hosted by %2$s.', 'bigbluebutton' ), '<strong>' . esc_html( 'Default (for dev/staging site only)', 'bigbluebutton' ) . ':</strong>', $bbb_host ); ?></li>
    23                             <li><?php echo sprintf( __( '%1$s You can host and %2$s BBB on your own server.', 'bigbluebutton' ), '<strong>' . esc_html( 'Fairly Technical', 'bigbluebutton' ) . ':</strong>', '<a target="_blank" rel="noopener" href="https://bigbluebutton.org/2018/03/28/install-bigbluebutton-in-15-minutes/">' . esc_html( 'install', 'bigbluebutton' ) . '</a>' ); ?></li>
    24                             <li><?php echo sprintf( __( '%1$s You can choose one of our recommended managed %2$s.', 'bigbluebutton' ), '<strong>' . esc_html( 'Recommended (for production site)', 'bigbluebutton' ) . ':</strong>', '<a target="_blank" rel="noopener" href="https://elearningevolve.com/blog/bigbluebutton-hosting">' . esc_html( 'BBB hosting providers', 'bigbluebutton' ) . '</a>' ); ?></li>
    25                         </ol> -->
    2620                        <div class="bbb-row">
    2721                            <p id="bbb_endpoint_label" class="bbb-col-left bbb-important-label"><?php esc_html_e( 'EndPoint URL', 'bigbluebutton' ); ?>: </p>
     
    213207    <div class="zvc-position-floater-right">
    214208        <div class="zvc-information-sec">
    215             <img width="100%" height="40" src="<?php echo VIDEO_CONF_WITH_BBB_IMG_URL . '/learndash-logo.webp'; ?>" title="LearnDash LMS Development Service" alt="LearnDash LMS Development Service"/>
     209            <img width="70%" height="25" src="<?php echo VIDEO_CONF_WITH_BBB_IMG_URL . '/learndash-logo.webp'; ?>" title="LearnDash LMS Development Service" alt="LearnDash LMS Development Service"/>
    216210                <h3>Need help with LMS Building?</h3>
    217211                <p>Being officially recognized as LearnDash LMS experts, we're here to aid you with your customization needs.</p>
  • video-conferencing-with-bbb/trunk/public/partials/bigbluebutton-recordings-display.php

    r3076110 r3106211  
    1313                <?php if ( $recording_description_exist ) : ?>
    1414                <a href="<?php echo esc_url( $sort_fields['description']->url ); ?>" class="flex-row flex-row-<?php echo esc_attr( $columns ); ?> <?php echo esc_html( $sort_fields['description']->header_classes ); ?>" role="columnheader">
    15                     <?php esc_html_e( 'Description' ); ?>
     15                    <?php esc_html_e( 'Description', 'bigbluebutton' ); ?>
    1616                    <i class="<?php echo esc_attr( $sort_fields['description']->classes ); ?>"></i>
    1717                </a>
    1818                <?php endif; ?>
    1919                <a href="<?php echo esc_url( $sort_fields['date']->url ); ?>" class="flex-row flex-row-<?php echo esc_attr( $columns ); ?> <?php echo esc_html( $sort_fields['date']->header_classes ); ?>" role="columnheader">
    20                     <?php esc_html_e( 'Date' ); ?>
     20                    <?php esc_html_e( 'Date', 'bigbluebutton' ); ?>
    2121                    <i class="<?php echo esc_attr( $sort_fields['date']->classes ); ?>"></i>
    2222                </a>
     
    3535                        <?php if ( $manage_bbb_recordings ) { ?>
    3636                            <i id="edit-recording-name-<?php echo esc_attr( $recording->recordID ); ?>"
    37                                 title="<?php esc_html_e( 'Edit' ); ?>"
    38                                 aria-label="<?php esc_html_e( 'Edit' ); ?>"
     37                                title="<?php esc_html_e( 'Edit', 'bigbluebutton' ); ?>"
     38                                aria-label="<?php esc_html_e( 'Edit', 'bigbluebutton' ); ?>"
    3939                                data-record-id="<?php echo esc_attr( $recording->recordID ); ?>"
    4040                                data-record-value="<?php echo esc_attr( urldecode( $recording->metadata->{'recording-name'} ) ); ?>"
  • video-conferencing-with-bbb/trunk/video-conferencing-with-bbb.php

    r3082731 r3106211  
    1616 * Plugin URI:        https://wordpress.org/plugins/video-conferencing-with-bbb
    1717 * Description:       This plugin allows teachers to manage their virtual classrooms right from WordPress using BigBlueButton
    18  * Version:           2.4.0
     18 * Version:           2.4.1
    1919 * Author:            eLearning evolve <[email protected]>
    2020 * Author URI:        https://elearningevolve.com/
Note: See TracChangeset for help on using the changeset viewer.