Changeset 1832043
- Timestamp:
- 03/02/2018 06:56:54 AM (8 years ago)
- Location:
- gdy-modular-content
- Files:
-
- 72 added
- 3 edited
-
tags/0.9.4 (added)
-
tags/0.9.4/classes (added)
-
tags/0.9.4/classes/module.php (added)
-
tags/0.9.4/gdy-modular-content.php (added)
-
tags/0.9.4/hooks (added)
-
tags/0.9.4/hooks/adminbar-buttons.php (added)
-
tags/0.9.4/hooks/miscellaneous.php (added)
-
tags/0.9.4/hooks/modulebar-buttons.php (added)
-
tags/0.9.4/hooks/translation.php (added)
-
tags/0.9.4/images (added)
-
tags/0.9.4/images/file.svg (added)
-
tags/0.9.4/images/form-checkbox-focus.svg (added)
-
tags/0.9.4/images/form-checkbox.svg (added)
-
tags/0.9.4/images/form-select-focus.svg (added)
-
tags/0.9.4/images/form-select.svg (added)
-
tags/0.9.4/images/stripe.png (added)
-
tags/0.9.4/images/thumb.svg (added)
-
tags/0.9.4/images/transparent.png (added)
-
tags/0.9.4/includes (added)
-
tags/0.9.4/includes/.smbdeleteAAAb5cb20 (added)
-
tags/0.9.4/includes/ajax.php (added)
-
tags/0.9.4/includes/area.php (added)
-
tags/0.9.4/includes/content.php (added)
-
tags/0.9.4/includes/editlock.php (added)
-
tags/0.9.4/includes/elements.php (added)
-
tags/0.9.4/includes/functions.php (added)
-
tags/0.9.4/includes/modulelist.php (added)
-
tags/0.9.4/includes/options.php (added)
-
tags/0.9.4/includes/placeholder.php (added)
-
tags/0.9.4/includes/version.php (added)
-
tags/0.9.4/languages (added)
-
tags/0.9.4/languages/gdy-modular-content-de_DE.mo (added)
-
tags/0.9.4/languages/gdy-modular-content-de_DE.po (added)
-
tags/0.9.4/languages/gdy-modular-content.pot (added)
-
tags/0.9.4/readme.txt (added)
-
tags/0.9.4/scripts (added)
-
tags/0.9.4/scripts/dropzone.js (added)
-
tags/0.9.4/scripts/filter.js (added)
-
tags/0.9.4/scripts/gdymc_core.js (added)
-
tags/0.9.4/scripts/gdymc_functions.js (added)
-
tags/0.9.4/scripts/gdymc_hardpreview.js (added)
-
tags/0.9.4/scripts/kinetic.js (added)
-
tags/0.9.4/scripts/log4javascript.js (added)
-
tags/0.9.4/scripts/mousetrap.js (added)
-
tags/0.9.4/scripts/rangy_classapplier.js (added)
-
tags/0.9.4/scripts/rangy_core.js (added)
-
tags/0.9.4/scripts/rangy_selectionsaverestore.js (added)
-
tags/0.9.4/scripts/sortable.js (added)
-
tags/0.9.4/styles (added)
-
tags/0.9.4/styles/import (added)
-
tags/0.9.4/styles/import/_animations.css (added)
-
tags/0.9.4/styles/import/_animations.css.map (added)
-
tags/0.9.4/styles/import/_animations.scss (added)
-
tags/0.9.4/styles/import/_default.css (added)
-
tags/0.9.4/styles/import/_default.css.map (added)
-
tags/0.9.4/styles/import/_default.scss (added)
-
tags/0.9.4/styles/import/_form.css (added)
-
tags/0.9.4/styles/import/_form.css.map (added)
-
tags/0.9.4/styles/import/_form.scss (added)
-
tags/0.9.4/styles/import/_jcrop.css (added)
-
tags/0.9.4/styles/import/_jcrop.css.map (added)
-
tags/0.9.4/styles/import/_jcrop.scss (added)
-
tags/0.9.4/styles/import/_reset.css (added)
-
tags/0.9.4/styles/import/_reset.css.map (added)
-
tags/0.9.4/styles/import/_reset.scss (added)
-
tags/0.9.4/styles/style.css (added)
-
tags/0.9.4/styles/style.css.map (added)
-
tags/0.9.4/styles/style.scss (added)
-
tags/0.9.4/styles/visitor (added)
-
tags/0.9.4/styles/visitor/hardpreview.css (added)
-
tags/0.9.4/styles/visitor/hardpreview.css.map (added)
-
tags/0.9.4/styles/visitor/hardpreview.scss (added)
-
trunk/gdy-modular-content.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/scripts/gdymc_core.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gdy-modular-content/trunk/gdy-modular-content.php
r1821307 r1832043 15 15 Domain Path: /languages 16 16 17 Version: 0.9. 317 Version: 0.9.4 18 18 19 19 */ … … 23 23 /************************************* VERSION ***********************************/ 24 24 25 define( 'GDYMC_PLUGIN_VERSION', '0.9. 3' );25 define( 'GDYMC_PLUGIN_VERSION', '0.9.4' ); 26 26 27 27 -
gdy-modular-content/trunk/readme.txt
r1821307 r1832043 5 5 Tested up to: 4.9 6 6 Requires PHP: 5.6 7 Stable tag: 0.9. 37 Stable tag: 0.9.4 8 8 9 9 Create and edit modular content from the frontend of your site. … … 20 20 21 21 == Changelog == 22 23 = 0.9.4 = 24 * Fixed a extremely reare bug that renders an unwanted button in the plugins error windows. 22 25 23 26 = 0.9.3 = -
gdy-modular-content/trunk/scripts/gdymc_core.js
r1806895 r1832043 88 88 89 89 // Buttons 90 for ( var key in settings.buttons) {90 jQuery.each( settings.buttons, function( key ) { 91 91 92 92 var currentButton = jQuery( '<button class="gdymc_button">' + settings.buttons[ key ].text + '</button>' ).appendTo( errorButtons ).click( { button: settings.buttons[ key ], settings: settings }, function( event ) { … … 98 98 errorLastButton = currentButton; 99 99 100 } 100 } ); 101 101 102 102 errorWindow.appendTo( 'body' );
Note: See TracChangeset
for help on using the changeset viewer.