Changeset 3159572
- Timestamp:
- 09/29/2024 10:30:39 PM (18 months ago)
- Location:
- jazzy-generator-tag
- Files:
-
- 4 edited
- 1 copied
-
tags/6.6.0 (copied) (copied from jazzy-generator-tag/trunk)
-
tags/6.6.0/jazzy-generator-tag.php (modified) (2 diffs)
-
tags/6.6.0/readme.txt (modified) (2 diffs)
-
trunk/jazzy-generator-tag.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jazzy-generator-tag/tags/6.6.0/jazzy-generator-tag.php
r2556823 r3159572 7 7 * Author URI: http://werdswords.com 8 8 * License: GPLv2 9 * Version: 5.7.09 * Version: 6.6.0 10 10 * Text Domain: jazzy-generator-tag 11 11 * Domain Path: /languages/ … … 144 144 /* translators: WordPress version string, e.g. 'WordPress 5.7'. Gender of the artist is female. */ 145 145 '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' ), 146 173 ); 147 174 -
jazzy-generator-tag/tags/6.6.0/readme.txt
r2556823 r3159572 2 2 Contributors: DrewAPicture, ocean90 3 3 Tags: generator 4 Tested up to: 5.75 Stable tag: 5.7.04 Tested up to: 6.6 5 Stable tag: 6.6.0 6 6 Requires at least: 2.5 7 7 … … 13 13 14 14 == 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 15 26 16 27 = 5.7.0 = -
jazzy-generator-tag/trunk/jazzy-generator-tag.php
r2556823 r3159572 7 7 * Author URI: http://werdswords.com 8 8 * License: GPLv2 9 * Version: 5.7.09 * Version: 6.6.0 10 10 * Text Domain: jazzy-generator-tag 11 11 * Domain Path: /languages/ … … 144 144 /* translators: WordPress version string, e.g. 'WordPress 5.7'. Gender of the artist is female. */ 145 145 '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' ), 146 173 ); 147 174 -
jazzy-generator-tag/trunk/readme.txt
r2556823 r3159572 2 2 Contributors: DrewAPicture, ocean90 3 3 Tags: generator 4 Tested up to: 5.75 Stable tag: 5.7.04 Tested up to: 6.6 5 Stable tag: 6.6.0 6 6 Requires at least: 2.5 7 7 … … 13 13 14 14 == 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 15 26 16 27 = 5.7.0 =
Note: See TracChangeset
for help on using the changeset viewer.