Plugin Directory

Changeset 1703121


Ignore:
Timestamp:
07/26/2017 01:09:55 PM (9 years ago)
Author:
Dge-06
Message:

Passage à la version 1.3

Location:
count-share-by-jm-crea
Files:
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • count-share-by-jm-crea/tags/1.3/index.php

    r1702917 r1703121  
    44 * Plugin URI: http://www.jm-crea.com
    55 * Description: Intégrez des boutons de partage vers les réseaux sociaux sur vos pages et sur vos posts. Compteurs inclus.
    6  * Version: 1.2
     6 * Version: 1.3
    77 * Author: JM Créa
    88 * Author URI: http://www.jm-crea.com
     
    137137
    138138function head_meta_cs_jm_crea() {
    139 echo("<meta name='Count Share By JM Créa' content='1.2' />\n");
     139echo("<meta name='Count Share By JM Créa' content='1.3' />\n");
    140140}
    141141add_action('wp_head', 'head_meta_cs_jm_crea');
  • count-share-by-jm-crea/tags/1.3/readme.txt

    r1702965 r1703121  
    5757
    5858
     59= 1.3 =
     60* Correction de bugs
     61
     62
     63
    5964= 1.2 =
    6065* Ajout du dashboard des derniers posts
  • count-share-by-jm-crea/trunk/index.php

    r1702917 r1703121  
    44 * Plugin URI: http://www.jm-crea.com
    55 * Description: Intégrez des boutons de partage vers les réseaux sociaux sur vos pages et sur vos posts. Compteurs inclus.
    6  * Version: 1.2
     6 * Version: 1.3
    77 * Author: JM Créa
    88 * Author URI: http://www.jm-crea.com
     
    137137
    138138function head_meta_cs_jm_crea() {
    139 echo("<meta name='Count Share By JM Créa' content='1.2' />\n");
     139echo("<meta name='Count Share By JM Créa' content='1.3' />\n");
    140140}
    141141add_action('wp_head', 'head_meta_cs_jm_crea');
  • count-share-by-jm-crea/trunk/readme.txt

    r1702965 r1703121  
    5757
    5858
     59= 1.3 =
     60* Correction de bugs
     61
     62
     63
    5964= 1.2 =
    6065* Ajout du dashboard des derniers posts
Note: See TracChangeset for help on using the changeset viewer.