Changeset 3179693
- Timestamp:
- 10/31/2024 09:08:43 PM (16 months ago)
- Location:
- podlove-podcasting-plugin-for-wordpress
- Files:
-
- 8 edited
- 1 copied
-
tags/4.1.18 (copied) (copied from podlove-podcasting-plugin-for-wordpress/trunk)
-
tags/4.1.18/lib/modules/transcripts/template_extensions.php (modified) (1 diff)
-
tags/4.1.18/podlove.php (modified) (1 diff)
-
tags/4.1.18/readme.txt (modified) (2 diffs)
-
tags/4.1.18/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/lib/modules/transcripts/template_extensions.php (modified) (1 diff)
-
trunk/podlove.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
podlove-podcasting-plugin-for-wordpress/tags/4.1.18/lib/modules/transcripts/template_extensions.php
r2979013 r3179693 33 33 * @accessor 34 34 * 35 * @dynamicAccessor episode.transcript Grouped35 * @dynamicAccessor episode.transcript 36 36 * 37 37 * @param mixed $return -
podlove-podcasting-plugin-for-wordpress/tags/4.1.18/podlove.php
r3177798 r3179693 3 3 * Plugin Name: Podlove Podcast Publisher 4 4 * Plugin URI: https://podlove.org/podlove-podcast-publisher/ 5 * Version: 4.1.1 75 * Version: 4.1.18 6 6 * Requires at least: 4.9.6 7 7 * Requires PHP: 8.0 -
podlove-podcasting-plugin-for-wordpress/tags/4.1.18/readme.txt
r3177798 r3179693 4 4 Tags: podlove, podcast, publishing, rss, audio 5 5 Tested up to: 6.6.2 6 Stable tag: 4.1.1 76 Stable tag: 4.1.18 7 7 Requires at least: 4.9.6 8 8 Requires PHP: 8.0 … … 115 115 116 116 == Changelog == 117 118 = 4.1.18 = 119 120 * fix `episode.transcript` accessor 117 121 118 122 = 4.1.17 = -
podlove-podcasting-plugin-for-wordpress/tags/4.1.18/vendor/composer/installed.php
r3177798 r3179693 2 2 'root' => array( 3 3 'name' => 'podlove/podcast-publisher', 4 'pretty_version' => '4.1.1 7',5 'version' => '4.1.1 7.0',6 'reference' => ' 320d3f11b64a190cf5083fac1c0198c890e11de3',4 'pretty_version' => '4.1.18', 5 'version' => '4.1.18.0', 6 'reference' => '025fd78464241fe14962d447ca3d4e849e4f51f7', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 135 135 ), 136 136 'podlove/podcast-publisher' => array( 137 'pretty_version' => '4.1.1 7',138 'version' => '4.1.1 7.0',139 'reference' => ' 320d3f11b64a190cf5083fac1c0198c890e11de3',137 'pretty_version' => '4.1.18', 138 'version' => '4.1.18.0', 139 'reference' => '025fd78464241fe14962d447ca3d4e849e4f51f7', 140 140 'type' => 'library', 141 141 'install_path' => __DIR__ . '/../../', -
podlove-podcasting-plugin-for-wordpress/trunk/lib/modules/transcripts/template_extensions.php
r2979013 r3179693 33 33 * @accessor 34 34 * 35 * @dynamicAccessor episode.transcript Grouped35 * @dynamicAccessor episode.transcript 36 36 * 37 37 * @param mixed $return -
podlove-podcasting-plugin-for-wordpress/trunk/podlove.php
r3177798 r3179693 3 3 * Plugin Name: Podlove Podcast Publisher 4 4 * Plugin URI: https://podlove.org/podlove-podcast-publisher/ 5 * Version: 4.1.1 75 * Version: 4.1.18 6 6 * Requires at least: 4.9.6 7 7 * Requires PHP: 8.0 -
podlove-podcasting-plugin-for-wordpress/trunk/readme.txt
r3177798 r3179693 4 4 Tags: podlove, podcast, publishing, rss, audio 5 5 Tested up to: 6.6.2 6 Stable tag: 4.1.1 76 Stable tag: 4.1.18 7 7 Requires at least: 4.9.6 8 8 Requires PHP: 8.0 … … 115 115 116 116 == Changelog == 117 118 = 4.1.18 = 119 120 * fix `episode.transcript` accessor 117 121 118 122 = 4.1.17 = -
podlove-podcasting-plugin-for-wordpress/trunk/vendor/composer/installed.php
r3177798 r3179693 2 2 'root' => array( 3 3 'name' => 'podlove/podcast-publisher', 4 'pretty_version' => '4.1.1 7',5 'version' => '4.1.1 7.0',6 'reference' => ' 320d3f11b64a190cf5083fac1c0198c890e11de3',4 'pretty_version' => '4.1.18', 5 'version' => '4.1.18.0', 6 'reference' => '025fd78464241fe14962d447ca3d4e849e4f51f7', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 135 135 ), 136 136 'podlove/podcast-publisher' => array( 137 'pretty_version' => '4.1.1 7',138 'version' => '4.1.1 7.0',139 'reference' => ' 320d3f11b64a190cf5083fac1c0198c890e11de3',137 'pretty_version' => '4.1.18', 138 'version' => '4.1.18.0', 139 'reference' => '025fd78464241fe14962d447ca3d4e849e4f51f7', 140 140 'type' => 'library', 141 141 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.