Changeset 1811678
- Timestamp:
- 01/30/2018 08:53:46 AM (7 years ago)
- Location:
- gdy-modular-content
- Files:
-
- 73 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
gdy-modular-content/trunk/gdy-modular-content.php
r1809931 r1811678 15 15 Domain Path: /languages 16 16 17 Version: 0.9. 117 Version: 0.9.2 18 18 19 19 */ … … 23 23 /************************************* VERSION ***********************************/ 24 24 25 define( 'GDYMC_PLUGIN_VERSION', '0.9. 1' );25 define( 'GDYMC_PLUGIN_VERSION', '0.9.2' ); 26 26 27 27 -
gdy-modular-content/trunk/hooks/miscellaneous.php
r1806895 r1811678 128 128 /************************************* AUTOMATIC MODULE AREA ***********************************/ 129 129 130 /* 131 132 Removed since 0.9.2. Experiment for future integrations 133 130 134 add_filter( 'the_content', 'gdymc_automatic_module_area', -100 ); 131 135 … … 135 139 136 140 } 141 142 */ 137 143 138 144 -
gdy-modular-content/trunk/readme.txt
r1809931 r1811678 1 1 === GDY Modular Content === 2 3 2 Contributors: Grandy, fouadvollmer 4 3 Tags: gdy modular content, gdymc, frontend editing, modular content, html modules, content management, content editable … … 6 5 Tested up to: 4.9 7 6 Requires PHP: 5.6 8 Stable tag: 0.9. 17 Stable tag: 0.9.2 9 8 10 9 Create and edit modular content from the frontend of your site. 11 10 12 13 11 == Description == 14 12 … … 21 19 The 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. 22 20 23 24 21 == Changelog == 22 23 = 0.9.2 = 24 * Removed the `gdymc_automatic_module_area` filter wich causes problems with multiple areas on one page. 25 25 26 26 = 0.9.1 = 27 27 * Added `gdymc_current_url` function wich return the current url 28 28 * Changed the hard preview link. This should resolve some bugs especially when switching to hard preview on archives. 29 30 29 31 30 = 0.9.0 = … … 65 64 * The redirect after login and logout was removed 66 65 * Bugfix where frontend styles can affect the cropper results 67 68 66 69 67 = 0.8.6 = … … 81 79 * Fixed a bug where the buttons of missing modules are shown for visitors 82 80 * The functions `gdymc_module_path`, `gdymc_module_relative` and `gdymc_module_url` allow now two additional parameters for better usage 83 84 81 85 82 = 0.8.5 = … … 461 458 * Added a `contentCheck(); ?>` function to check if there is content for unlogged users (to hide certain elements e.g. empty containers) 462 459 463 464 460 == Upgrade Notice == 465 461 … … 475 471 = 0.6.4 = 476 472 * 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.