Plugin Directory

Changeset 3159572


Ignore:
Timestamp:
09/29/2024 10:30:39 PM (18 months ago)
Author:
DrewAPicture
Message:

Tag and release v6.6.0.

Location:
jazzy-generator-tag
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • jazzy-generator-tag/tags/6.6.0/jazzy-generator-tag.php

    r2556823 r3159572  
    77 * Author URI: http://werdswords.com
    88 * License: GPLv2
    9  * Version: 5.7.0
     9 * Version: 6.6.0
    1010 * Text Domain: jazzy-generator-tag
    1111 * Domain Path: /languages/
     
    144144        /* translators: WordPress version string, e.g. 'WordPress 5.7'. Gender of the artist is female. */
    145145        '5.7' => __( '%s to the sounds of Esperanza Spalding', 'jazzy-generator-tag' ),
     146
     147        /* translators: WordPress version string, e.g. 'WordPress 5.8'. Gender of the artist is male. */
     148        '5.8' => __( '%s to the sounds of Art Tatum', 'jazzy-generator-tag' ),
     149
     150        /* translators: WordPress version string, e.g. 'WordPress 5.9'. Gender of the artist is female. */
     151        '5.9' => __( '%s to the sounds of Joséphine Baker', 'jazzy-generator-tag' ),
     152
     153        /* translators: WordPress version string, e.g. 'WordPress 6.0'. Gender of the artist is male. */
     154        '6.0' => __( '%s to the sounds of Arturo O’Farrill', 'jazzy-generator-tag' ),
     155
     156        /* translators: WordPress version string, e.g. 'WordPress 6.1'. Gender of the artist is male. */
     157        '6.1' => __( '%s to the sounds of Mikhail Alperin', 'jazzy-generator-tag' ),
     158
     159        /* translators: WordPress version string, e.g. 'WordPress 6.2'. Gender of the artist is male. */
     160        '6.2' => __( '%s to the sounds of Eric Dolphy', 'jazzy-generator-tag' ),
     161
     162        /* translators: WordPress version string, e.g. 'WordPress 6.3'. Gender of the artist is male. */
     163        '6.3' => __( '%s to the sounds of Lionel Hampton', 'jazzy-generator-tag' ),
     164
     165        /* translators: WordPress version string, e.g. 'WordPress 6.4'. Gender of the artist is female. */
     166        '6.4' => __( '%s to the sounds of Shirley Horn', 'jazzy-generator-tag' ),
     167
     168        /* translators: WordPress version string, e.g. 'WordPress 6.5'. Gender of the artist is female. */
     169        '6.5' => __( '%s to the sounds of Regina Carter', 'jazzy-generator-tag' ),
     170
     171        /* translators: WordPress version string, e.g. 'WordPress 6.6'. Gender of the artist is male. */
     172        '6.6' => __( '%s to the sounds of Tommy Dorsey', 'jazzy-generator-tag' ),
    146173    );
    147174
  • jazzy-generator-tag/tags/6.6.0/readme.txt

    r2556823 r3159572  
    22Contributors: DrewAPicture, ocean90
    33Tags: generator
    4 Tested up to: 5.7
    5 Stable tag: 5.7.0
     4Tested up to: 6.6
     5Stable tag: 6.6.0
    66Requires at least: 2.5
    77
     
    1313
    1414== Changelog ==
     15
     16= 6.6.0 =
     17* Added 6.6 compatibility
     18* Added 6.5 compatibility
     19* Added 6.4 compatibility
     20* Added 6.3 compatibility
     21* Added 6.2 compatibility
     22* Added 6.1 compatibility
     23* Added 6.0 compatibility
     24* Added 5.9 compatibility
     25* Added 5.8 compatibility
    1526
    1627= 5.7.0 =
  • jazzy-generator-tag/trunk/jazzy-generator-tag.php

    r2556823 r3159572  
    77 * Author URI: http://werdswords.com
    88 * License: GPLv2
    9  * Version: 5.7.0
     9 * Version: 6.6.0
    1010 * Text Domain: jazzy-generator-tag
    1111 * Domain Path: /languages/
     
    144144        /* translators: WordPress version string, e.g. 'WordPress 5.7'. Gender of the artist is female. */
    145145        '5.7' => __( '%s to the sounds of Esperanza Spalding', 'jazzy-generator-tag' ),
     146
     147        /* translators: WordPress version string, e.g. 'WordPress 5.8'. Gender of the artist is male. */
     148        '5.8' => __( '%s to the sounds of Art Tatum', 'jazzy-generator-tag' ),
     149
     150        /* translators: WordPress version string, e.g. 'WordPress 5.9'. Gender of the artist is female. */
     151        '5.9' => __( '%s to the sounds of Joséphine Baker', 'jazzy-generator-tag' ),
     152
     153        /* translators: WordPress version string, e.g. 'WordPress 6.0'. Gender of the artist is male. */
     154        '6.0' => __( '%s to the sounds of Arturo O’Farrill', 'jazzy-generator-tag' ),
     155
     156        /* translators: WordPress version string, e.g. 'WordPress 6.1'. Gender of the artist is male. */
     157        '6.1' => __( '%s to the sounds of Mikhail Alperin', 'jazzy-generator-tag' ),
     158
     159        /* translators: WordPress version string, e.g. 'WordPress 6.2'. Gender of the artist is male. */
     160        '6.2' => __( '%s to the sounds of Eric Dolphy', 'jazzy-generator-tag' ),
     161
     162        /* translators: WordPress version string, e.g. 'WordPress 6.3'. Gender of the artist is male. */
     163        '6.3' => __( '%s to the sounds of Lionel Hampton', 'jazzy-generator-tag' ),
     164
     165        /* translators: WordPress version string, e.g. 'WordPress 6.4'. Gender of the artist is female. */
     166        '6.4' => __( '%s to the sounds of Shirley Horn', 'jazzy-generator-tag' ),
     167
     168        /* translators: WordPress version string, e.g. 'WordPress 6.5'. Gender of the artist is female. */
     169        '6.5' => __( '%s to the sounds of Regina Carter', 'jazzy-generator-tag' ),
     170
     171        /* translators: WordPress version string, e.g. 'WordPress 6.6'. Gender of the artist is male. */
     172        '6.6' => __( '%s to the sounds of Tommy Dorsey', 'jazzy-generator-tag' ),
    146173    );
    147174
  • jazzy-generator-tag/trunk/readme.txt

    r2556823 r3159572  
    22Contributors: DrewAPicture, ocean90
    33Tags: generator
    4 Tested up to: 5.7
    5 Stable tag: 5.7.0
     4Tested up to: 6.6
     5Stable tag: 6.6.0
    66Requires at least: 2.5
    77
     
    1313
    1414== Changelog ==
     15
     16= 6.6.0 =
     17* Added 6.6 compatibility
     18* Added 6.5 compatibility
     19* Added 6.4 compatibility
     20* Added 6.3 compatibility
     21* Added 6.2 compatibility
     22* Added 6.1 compatibility
     23* Added 6.0 compatibility
     24* Added 5.9 compatibility
     25* Added 5.8 compatibility
    1526
    1627= 5.7.0 =
Note: See TracChangeset for help on using the changeset viewer.