Plugin Directory

Changeset 1763657


Ignore:
Timestamp:
11/11/2017 10:42:39 AM (8 years ago)
Author:
geekoun
Message:

Correction du plugin pour la dernière version

Location:
mjpostformats/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mjpostformats/trunk/class.mjpostformats.php

    r1633723 r1763657  
    8484            */
    8585            public function plugin_activation() {
    86           $textdomain = self::$textdomain;
     86          $textdomain = 'mjpostformats';
    8787
    8888          if ( version_compare( $GLOBALS['wp_version'], MJPOSTFORMATS_MINIMUM_WP_VERSION, '<' ) ) {
  • mjpostformats/trunk/mjpostformats.php

    r1633723 r1763657  
    33    Plugin Name:  MJPostFormats
    44    Description:    Used to create the new post formats.
    5   Version:      1.0.0
     5  Version:      1.0.1
    66  Author:       Morgan JOURDIN
    77    Author URI:   http://www.morgan-jourdin.fr/
     
    3737}
    3838
    39 define( 'MJPOSTFORMATS_VERSION', '1.0.0' );
     39define( 'MJPOSTFORMATS_VERSION', '1.0.1' );
    4040define( 'MJPOSTFORMATS_MINIMUM_WP_VERSION', '3.7' );
    4141define( 'MJPOSTFORMATS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • mjpostformats/trunk/readme.txt

    r1633723 r1763657  
    44Tags: Caroussel, gallery
    55Requires at least: 3.7
    6 Tested up to: 4.7
     6Tested up to: 4.9
    77Stable tag: 4.3
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.