Plugin Directory

Changeset 3092622

Timestamp:
05/26/2024 09:00:38 AM (2 months ago)
Author:
Anfisa
Message:

tagging version 5.4

Location:
abwpwoo
Files:
2 edited
5 copied

Legend:

Unmodified
Added
Removed
  • abwpwoo/tags/5.4/readme.txt

    r3090556 r3092622  
    44Requires at least: 4.8
    55Tested up to: 6.5.2
    6 Stable tag: 5.3
     6Stable tag: 5.
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
    ���  
    5858== Changelog ==
    5959
     60
     61
     62
    6063= 5.3 =
    6164*  исправлен код в соответсвии с PHP 8
  • abwpwoo/tags/5.4/wwpcouseware-extra-settings.php

    r3090556 r3092622  
    22/**
    33 * Plugin Name: Addon for AB-Inspiration, WooCommerce and WP Courseware
    4  * Version:     5.3
     4 * Version:     5.
    55 * Plugin URI:  https://ab-inspiration.com
    66 * Description: The official extension AB-Inspiration for add integration for WP Courseware and WooCommmerce.
     
    225225          </td>
    226226          </tr>
    227           <tr valign="top">
    228             <th scope="row"><?php _e('Расположение курсов на странице Курсы:', 'wpcoursewarextra'); ?></th>
    229             <td colspan="2">
    230 
    231               <?php
    232               function abwpwoo_courses_layout() {
    233                 global $ab_wpcourseware;
    234 
    235                 $abwpcourseware = $ab_wpcourseware['id_courses'] ?? '';
    236                 $a = (array) $abwpcourseware;
    237                 $abwpcoursewareb = $ab_wpcourseware['checkbox_example'] ?? '';
    238                 $b = (bool) $abwpcoursewareb; ?>
    239                 <input type="checkbox" id="checkbox_example" name="ab_wpcourseware[checkbox_example]" value="1" <?php if (1 == $b)
    240                   echo 'checked="checked"'; ?>>
    241 
    242                 <label for="checkbox_example">Отметьте галочкой, если хотите, чтобы курсы располагались
    243                   горизонтально </label>
    244 
    245               <?php }
    246               echo abwpwoo_courses_layout(); ?>
    247 
    248             </td>
    249           </tr>
    250227
    251228        </table>
  • abwpwoo/trunk/readme.txt

    r3090556 r3092622  
    44Requires at least: 4.8
    55Tested up to: 6.5.2
    6 Stable tag: 5.3
     6Stable tag: 5.
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5858== Changelog ==
    5959
     60
     61
     62
    6063= 5.3 =
    6164*  исправлен код в соответсвии с PHP 8
  • abwpwoo/trunk/wwpcouseware-extra-settings.php

    r3090556 r3092622  
    22/**
    33 * Plugin Name: Addon for AB-Inspiration, WooCommerce and WP Courseware
    4  * Version:     5.3
     4 * Version:     5.
    55 * Plugin URI:  https://ab-inspiration.com
    66 * Description: The official extension AB-Inspiration for add integration for WP Courseware and WooCommmerce.
     
    225225          </td>
    226226          </tr>
    227           <tr valign="top">
    228             <th scope="row"><?php _e('Расположение курсов на странице Курсы:', 'wpcoursewarextra'); ?></th>
    229             <td colspan="2">
    230 
    231               <?php
    232               function abwpwoo_courses_layout() {
    233                 global $ab_wpcourseware;
    234 
    235                 $abwpcourseware = $ab_wpcourseware['id_courses'] ?? '';
    236                 $a = (array) $abwpcourseware;
    237                 $abwpcoursewareb = $ab_wpcourseware['checkbox_example'] ?? '';
    238                 $b = (bool) $abwpcoursewareb; ?>
    239                 <input type="checkbox" id="checkbox_example" name="ab_wpcourseware[checkbox_example]" value="1" <?php if (1 == $b)
    240                   echo 'checked="checked"'; ?>>
    241 
    242                 <label for="checkbox_example">Отметьте галочкой, если хотите, чтобы курсы располагались
    243                   горизонтально </label>
    244 
    245               <?php }
    246               echo abwpwoo_courses_layout(); ?>
    247 
    248             </td>
    249           </tr>
    250227
    251228        </table>
Note: See TracChangeset for help on using the changeset viewer.