Plugin Directory

Changeset 2787191


Ignore:
Timestamp:
09/19/2022 07:14:56 PM (4 years ago)
Author:
digisphere
Message:

minor version - 5.0.4

Location:
accessible-poetry/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • accessible-poetry/trunk/accessible-wp-toolbar.php

    r2785619 r2787191  
    66 * Author: Codenroll
    77 * Author URI: https://www.codenroll.co.il/
    8  * Version: 5.0.3
     8 * Version: 5.0.4
    99 * Text Domain: acwp
    1010 * License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  • accessible-poetry/trunk/assets/js/admin.js

    r2781818 r2787191  
    8282        // Activate wp color picker
    8383        $('.color-field').each(function(){
    84             $(this).wpColorPicker();
     84            $(this).wpColorPicker({
     85                defaultColor: '#1E7AB9',
     86                palettes: ['#000', '#454545', '#1E7AB9', '#b91e1e', '#298361'],
     87            });
    8588        });
    8689
  • accessible-poetry/trunk/inc/toolbar.php

    r2785619 r2787191  
    55 *
    66 * @since 4.0.0
    7  * @updated 5.0.0
     7 * @updated 5.0.4
    88 */
    99function acwp_main_component() {
     
    1717    ?>
    1818   
    19     <div id="acwp-toolbar-btn-wrap">
    20         <button type="button" class="<?php echo $side . ' ' . $noanimation; ?>" id="acwp-toolbar-btn" tabindex="0" aria-label="<?php _e('Toggle Accessibility Toolbar', 'acwp');?>" data-side="50">
     19    <div id="acwp-toolbar-btn-wrap" class="<?php echo $side . ' ' . $noanimation; ?>">
     20        <button type="button"id="acwp-toolbar-btn" tabindex="0" aria-label="<?php _e('Toggle Accessibility Toolbar', 'acwp');?>" data-side="50">
    2121            <svg xmlns="http://www.w3.org/2000/svg" focusable="false" style="transform: rotate(360deg);" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20">
    2222                <path d="M10 2.6c.83 0 1.5.67 1.5 1.5s-.67 1.51-1.5 1.51c-.82 0-1.5-.68-1.5-1.51s.68-1.5 1.5-1.5zM3.4 7.36c0-.65 6.6-.76 6.6-.76s6.6.11 6.6.76s-4.47 1.4-4.47 1.4s1.69 8.14 1.06 8.38c-.62.24-3.19-5.19-3.19-5.19s-2.56 5.43-3.18 5.19c-.63-.24 1.06-8.38 1.06-8.38S3.4 8.01 3.4 7.36z" fill="currentColor"></path>
  • accessible-poetry/trunk/readme.txt

    r2785620 r2787191  
    55Requires at least: 5.2
    66Tested up to: 6.0.2
    7 Stable tag: 5.0.3
    8 Version: 5.0.3
     7Stable tag: 5.0.4
     8Version: 5.0.4
    99License: GPLv2
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.