Plugin Directory

Changeset 1811678


Ignore:
Timestamp:
01/30/2018 08:53:46 AM (7 years ago)
Author:
Grandy
Message:

version 0.9.2

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

Legend:

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

    r1809931 r1811678  
    1515        Domain Path: /languages
    1616
    17         Version: 0.9.1
     17        Version: 0.9.2
    1818   
    1919    */
     
    2323    /************************************* VERSION ***********************************/
    2424
    25     define( 'GDYMC_PLUGIN_VERSION', '0.9.1' );
     25    define( 'GDYMC_PLUGIN_VERSION', '0.9.2' );
    2626
    2727
  • gdy-modular-content/trunk/hooks/miscellaneous.php

    r1806895 r1811678  
    128128    /************************************* AUTOMATIC MODULE AREA ***********************************/
    129129
     130    /*
     131
     132    Removed since 0.9.2. Experiment for future integrations
     133
    130134    add_filter( 'the_content', 'gdymc_automatic_module_area', -100 );
    131135
     
    135139
    136140    }
     141
     142    */
    137143
    138144
  • gdy-modular-content/trunk/readme.txt

    r1809931 r1811678  
    11=== GDY Modular Content ===
    2 
    32Contributors: Grandy, fouadvollmer
    43Tags: gdy modular content, gdymc, frontend editing, modular content, html modules, content management, content editable
     
    65Tested up to: 4.9
    76Requires PHP: 5.6
    8 Stable tag: 0.9.1
     7Stable tag: 0.9.2
    98
    109Create and edit modular content from the frontend of your site.
    1110
    12 
    1311== Description ==
    1412
     
    2119The plugin should run in most enviroments because it uses pretty much the native WordPress architecture to save contents (postmeta, attachments). So far no lasting problems with any other plugins are reported.
    2220
    23 
    2421== Changelog ==
     22
     23= 0.9.2 =
     24* Removed the `gdymc_automatic_module_area` filter wich causes problems with multiple areas on one page.
    2525
    2626= 0.9.1 =
    2727* Added `gdymc_current_url` function wich return the current url
    2828* Changed the hard preview link. This should resolve some bugs especially when switching to hard preview on archives.
    29 
    3029
    3130= 0.9.0 =
     
    6564* The redirect after login and logout was removed
    6665* Bugfix where frontend styles can affect the cropper results
    67 
    6866
    6967= 0.8.6 =
     
    8179* Fixed a bug where the buttons of missing modules are shown for visitors
    8280* The functions `gdymc_module_path`, `gdymc_module_relative` and `gdymc_module_url` allow now two additional parameters for better usage
    83 
    8481
    8582= 0.8.5 =
     
    461458* Added a `contentCheck(); ?>` function to check if there is content for unlogged users (to hide certain elements e.g. empty containers)
    462459
    463 
    464460== Upgrade Notice ==
    465461
     
    475471= 0.6.4 =
    476472* There is no backward compatibility for older module options. The old module options will be still supported but there is a new system that replaces the old one. For the best user experience it is strongly recommended to migrate the old option system to the new one.
    477 
Note: See TracChangeset for help on using the changeset viewer.