Plugin Directory

Changeset 3170494


Ignore:
Timestamp:
10/17/2024 06:45:08 AM (18 months ago)
Author:
bqworks
Message:

fix version update

Location:
accordion-slider
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • accordion-slider/tags/1.9.13/accordion-slider.php

    r3169926 r3170494  
    55    Plugin URI:  https://bqworks.net/accordion-slider/
    66    Description: Responsive and touch-enabled accordion slider.
    7     Version:     1.9.12
     7    Version:     1.9.13
    88    Author:      bqworks
    99    Author URI:  https://bqworks.net
  • accordion-slider/tags/1.9.13/documentation/documentation.html

    r3169926 r3170494  
    1212    <a href="https://bqworks.net/">bqworks</a>
    1313  </h1>
    14   <p> <em><strong>Version 1.9.12</strong></em>
     14  <p> <em><strong>Version 1.9.13</strong></em>
    1515  </p>
    1616  <p>Hi!</p>
  • accordion-slider/tags/1.9.13/public/class-accordion-slider.php

    r3169926 r3170494  
    1414     * @var string
    1515     */
    16     const VERSION = '1.9.12';
     16    const VERSION = '1.9.13';
    1717
    1818    /**
  • accordion-slider/tags/1.9.13/readme.txt

    r3169926 r3170494  
    55Requires at least: 4.0
    66Tested up to: 6.6
    7 Stable tag: 1.9.12
     7Stable tag: 1.9.13
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181== Changelog ==
    8282
     83= 1.9.13 =
     84* patch fancybox script, to disallow html content in captions
     85
    8386= 1.9.12 =
    8487* sanitize html content output, to prevent JavaScript code
  • accordion-slider/trunk/accordion-slider.php

    r3166480 r3170494  
    55    Plugin URI:  https://bqworks.net/accordion-slider/
    66    Description: Responsive and touch-enabled accordion slider.
    7     Version:     1.9.12
     7    Version:     1.9.13
    88    Author:      bqworks
    99    Author URI:  https://bqworks.net
  • accordion-slider/trunk/documentation/documentation.html

    r3166480 r3170494  
    1212    <a href="https://bqworks.net/">bqworks</a>
    1313  </h1>
    14   <p> <em><strong>Version 1.9.12</strong></em>
     14  <p> <em><strong>Version 1.9.13</strong></em>
    1515  </p>
    1616  <p>Hi!</p>
  • accordion-slider/trunk/public/class-accordion-slider.php

    r3166480 r3170494  
    1414     * @var string
    1515     */
    16     const VERSION = '1.9.12';
     16    const VERSION = '1.9.13';
    1717
    1818    /**
  • accordion-slider/trunk/readme.txt

    r3166480 r3170494  
    55Requires at least: 4.0
    66Tested up to: 6.6
    7 Stable tag: 1.9.12
     7Stable tag: 1.9.13
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181== Changelog ==
    8282
     83= 1.9.13 =
     84* patch fancybox script, to disallow html content in captions
     85
    8386= 1.9.12 =
    8487* sanitize html content output, to prevent JavaScript code
Note: See TracChangeset for help on using the changeset viewer.