Plugin Directory

Changeset 3170495


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

fix version update

Location:
grid-accordion
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • grid-accordion/tags/1.9.13/documentation/documentation.html

    r3169930 r3170495  
    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>
  • grid-accordion/tags/1.9.13/grid-accordion.php

    r3169930 r3170495  
    55    Plugin URI:  https://bqworks.net/grid-accordion/
    66    Description: Responsive and touch-enabled grid accordion.
    7     Version:     1.9.12
     7    Version:     1.9.13
    88    Author:      bqworks
    99    Author URI:  https://bqworks.net
  • grid-accordion/tags/1.9.13/public/class-grid-accordion.php

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

    r3169930 r3170495  
    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
     
    8484== Changelog ==
    8585
     86= 1.9.13 =
     87* patch fancybox script, to disallow html content in captions
     88
    8689= 1.9.12 =
    8790* sanitize html content output, to prevent JavaScript code
  • grid-accordion/trunk/grid-accordion.php

    r3166484 r3170495  
    55    Plugin URI:  https://bqworks.net/grid-accordion/
    66    Description: Responsive and touch-enabled grid accordion.
    7     Version:     1.9.12
     7    Version:     1.9.13
    88    Author:      bqworks
    99    Author URI:  https://bqworks.net
  • grid-accordion/trunk/public/class-grid-accordion.php

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

    r3166484 r3170495  
    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
     
    8484== Changelog ==
    8585
     86= 1.9.13 =
     87* patch fancybox script, to disallow html content in captions
     88
    8689= 1.9.12 =
    8790* sanitize html content output, to prevent JavaScript code
Note: See TracChangeset for help on using the changeset viewer.