Changeset 1747983
- Timestamp:
- 10/17/2017 01:49:43 PM (8 years ago)
- Location:
- mjcaroussel/trunk
- Files:
-
- 3 edited
-
class.mjcaroussel.php (modified) (1 diff)
-
mjcaroussel.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mjcaroussel/trunk/class.mjcaroussel.php
r1747952 r1747983 111 111 */ 112 112 public function plugin_activation() { 113 $textdomain = self::$textdomain;114 115 113 if ( version_compare( $GLOBALS['wp_version'], MJCAROUSSEL_MINIMUM_WP_VERSION, '<' ) ) { 116 $message = '<strong>' . sprintf(esc_html__( 'MJCaroussel %s requires WordPress %s or higher.' , $textdomain), MJCAROUSSEL_VERSION, MJCAROUSSEL_MINIMUM_WP_VERSION ). '</strong>';114 $message = '<strong>' . sprintf(esc_html__( 'MJCaroussel %s requires WordPress %s or higher.' , 'mjcaroussel'), MJCAROUSSEL_VERSION, MJCAROUSSEL_MINIMUM_WP_VERSION ). '</strong>'; 117 115 } 118 116 } -
mjcaroussel/trunk/mjcaroussel.php
r1747978 r1747983 40 40 define( 'MJCAROUSSEL_VERSION', '1.0.0' ); 41 41 define( 'SLICKSLIDER_VERSION', '1.6.0' ); 42 define( 'MJCAROUSSEL_MINIMUM_WP_VERSION', ' 3.7' );42 define( 'MJCAROUSSEL_MINIMUM_WP_VERSION', '4.0.0' ); 43 43 define( 'MJCAROUSSEL_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 44 44 -
mjcaroussel/trunk/readme.txt
r1747959 r1747983 59 59 == Upgrade Notice == 60 60 61 = 1.0.0 = 62 The new version 63 61 64 = 1.0.1 = 62 65 Compatibility test and add new functionnality 63 64 = 1.0.0 =65 The new version66 66 67 67 == A brief Markdown Example ==
Note: See TracChangeset
for help on using the changeset viewer.