Plugin Directory

Changeset 2608763


Ignore:
Timestamp:
10/04/2021 09:28:42 AM (4 years ago)
Author:
podcloud
Message:

chore: add 1.2 version

Location:
podcloud/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • podcloud/trunk/README.txt

    r2473238 r2608763  
    11=== podCloud ===
     2
    23Contributors: podcloud, pofmagicfingers
    34Tags: podcloud, podcasting, player, podcast
    45Requires at least: 2.9
    5 Tested up to: 5.6
    6 Stable tag: 1.1
    7 Requires PHP: 5.4
     6Tested up to: 5.8
     7Stable tag: 1.2
     8Requires PHP: 5.6
    89License: GPLv2 or later
    910License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • podcloud/trunk/podcloud.php

    r2473238 r2608763  
    1616 * Plugin Name:       podCloud
    1717 * 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.0
     18 * Version:           1.2.0
    1919 * Author:            podCloud
    2020 * Author URI:        https://podcloud.fr
     
    3030}
    3131
    32 define( "PODCLOUD_VERSION", "1.0.0" );
     32define( "PODCLOUD_VERSION", "1.2.0" );
    3333define( "PODCLOUD_HELPER_SCRIPT", "https://podcloud.fr/player-embed/helper.js" );
    3434
Note: See TracChangeset for help on using the changeset viewer.