Changeset 2608763
- Timestamp:
- 10/04/2021 09:28:42 AM (4 years ago)
- Location:
- podcloud/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
podcloud.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
podcloud/trunk/README.txt
r2473238 r2608763 1 1 === podCloud === 2 2 3 Contributors: podcloud, pofmagicfingers 3 4 Tags: podcloud, podcasting, player, podcast 4 5 Requires at least: 2.9 5 Tested up to: 5. 66 Stable tag: 1. 17 Requires PHP: 5. 46 Tested up to: 5.8 7 Stable tag: 1.2 8 Requires PHP: 5.6 8 9 License: GPLv2 or later 9 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
podcloud/trunk/podcloud.php
r2473238 r2608763 16 16 * Plugin Name: podCloud 17 17 * Description: Ce plugin permet d'inclure un lecteur podCloud d'un podcast ou d'un épisode, simplement en collant son URL dans l'éditeur WordPress. Il ajoute le script de redimensionnement automatique du lecteur magique. 18 * Version: 1. 0.018 * Version: 1.2.0 19 19 * Author: podCloud 20 20 * Author URI: https://podcloud.fr … … 30 30 } 31 31 32 define( "PODCLOUD_VERSION", "1. 0.0" );32 define( "PODCLOUD_VERSION", "1.2.0" ); 33 33 define( "PODCLOUD_HELPER_SCRIPT", "https://podcloud.fr/player-embed/helper.js" ); 34 34
Note: See TracChangeset
for help on using the changeset viewer.