Plugin Directory

Changeset 2077809


Ignore:
Timestamp:
04/30/2019 12:44:24 PM (7 years ago)
Author:
Grandy
Message:

version 0.9.85

Location:
gdy-modular-content
Files:
72 added
3 edited

Legend:

Unmodified
Added
Removed
  • gdy-modular-content/trunk/gdy-modular-content.php

    r2066492 r2077809  
    88Text Domain: gdy-modular-content
    99Domain Path: /languages/
    10 Version: 0.9.84
     10Version: 0.9.85
    1111*/
    1212
     
    1515    /************************************* VERSION ***********************************/
    1616
    17     define( 'GDYMC_PLUGIN_VERSION', '0.9.84' );
     17    define( 'GDYMC_PLUGIN_VERSION', '0.9.85' );
    1818
    1919
  • gdy-modular-content/trunk/includes/content.php

    r1870735 r2077809  
    6969            echo '<div class="gdymc_image img" data-multiple="false" data-width="'.$imageSize[0].'" data-height="'.$imageSize[1].'" data-id="'.$contentRealID.'" data-image=\'' . json_encode( $imageObject ) . '\'>';
    7070       
     71        else:
     72
     73            echo '<div class="gdymc_image img">';
     74
    7175        endif;
    7276
     
    7781        if( gdymc_logged() AND current_user_can( 'edit_posts', gdymc_object_id() ) ):
    7882       
     83            echo '</div>';
     84
     85        else:
     86
    7987            echo '</div>';
    8088
     
    132140        if( !empty( $imageObject ) ):
    133141
    134             echo '<ul class="gdymc_gallery fix clearfix" data-images="' . $sliderCount . '">';
     142            echo '<ul class="gdymc_gallery" data-images="' . $sliderCount . '">';
    135143           
    136144
     
    207215        else:
    208216
    209             echo '<span class="gdymc_text">';
     217            echo '<div class="gdymc_text">';
    210218
    211219        endif;
     
    223231        else:
    224232
    225             echo '</span>';
     233            echo '</div>';
    226234
    227235        endif;
  • gdy-modular-content/trunk/readme.txt

    r2066492 r2077809  
    55Tested up to: 5.1
    66Requires PHP: 5.6
    7 Stable tag: 0.9.84
     7Stable tag: 0.9.85
    88
    99Create and edit modular content from the frontend of your site.
     
    2020
    2121== Changelog ==
     22
     23= 0.9.85 =
     24* Same editable content wrapper classes for logged and unlogged users
    2225
    2326= 0.9.84 =
Note: See TracChangeset for help on using the changeset viewer.