Changeset 1864164
- Timestamp:
- 04/25/2018 12:56:40 PM (8 years ago)
- Location:
- gdy-modular-content
- Files:
-
- 72 added
- 3 edited
-
tags/0.9.7 (added)
-
tags/0.9.7/classes (added)
-
tags/0.9.7/classes/module.php (added)
-
tags/0.9.7/gdy-modular-content.php (added)
-
tags/0.9.7/hooks (added)
-
tags/0.9.7/hooks/adminbar-buttons.php (added)
-
tags/0.9.7/hooks/miscellaneous.php (added)
-
tags/0.9.7/hooks/modulebar-buttons.php (added)
-
tags/0.9.7/hooks/translation.php (added)
-
tags/0.9.7/images (added)
-
tags/0.9.7/images/file.svg (added)
-
tags/0.9.7/images/form-checkbox-focus.svg (added)
-
tags/0.9.7/images/form-checkbox.svg (added)
-
tags/0.9.7/images/form-select-focus.svg (added)
-
tags/0.9.7/images/form-select.svg (added)
-
tags/0.9.7/images/stripe.png (added)
-
tags/0.9.7/images/thumb.svg (added)
-
tags/0.9.7/images/transparent.png (added)
-
tags/0.9.7/includes (added)
-
tags/0.9.7/includes/.smbdeleteAAAb5cb20 (added)
-
tags/0.9.7/includes/ajax.php (added)
-
tags/0.9.7/includes/area.php (added)
-
tags/0.9.7/includes/content.php (added)
-
tags/0.9.7/includes/editlock.php (added)
-
tags/0.9.7/includes/elements.php (added)
-
tags/0.9.7/includes/functions.php (added)
-
tags/0.9.7/includes/modulelist.php (added)
-
tags/0.9.7/includes/options.php (added)
-
tags/0.9.7/includes/placeholder.php (added)
-
tags/0.9.7/includes/version.php (added)
-
tags/0.9.7/languages (added)
-
tags/0.9.7/languages/gdy-modular-content-de_DE.mo (added)
-
tags/0.9.7/languages/gdy-modular-content-de_DE.po (added)
-
tags/0.9.7/languages/gdy-modular-content.pot (added)
-
tags/0.9.7/readme.txt (added)
-
tags/0.9.7/scripts (added)
-
tags/0.9.7/scripts/dropzone.js (added)
-
tags/0.9.7/scripts/filter.js (added)
-
tags/0.9.7/scripts/gdymc_core.js (added)
-
tags/0.9.7/scripts/gdymc_functions.js (added)
-
tags/0.9.7/scripts/gdymc_hardpreview.js (added)
-
tags/0.9.7/scripts/kinetic.js (added)
-
tags/0.9.7/scripts/log4javascript.js (added)
-
tags/0.9.7/scripts/mousetrap.js (added)
-
tags/0.9.7/scripts/rangy_classapplier.js (added)
-
tags/0.9.7/scripts/rangy_core.js (added)
-
tags/0.9.7/scripts/rangy_selectionsaverestore.js (added)
-
tags/0.9.7/scripts/sortable.js (added)
-
tags/0.9.7/styles (added)
-
tags/0.9.7/styles/import (added)
-
tags/0.9.7/styles/import/_animations.css (added)
-
tags/0.9.7/styles/import/_animations.css.map (added)
-
tags/0.9.7/styles/import/_animations.scss (added)
-
tags/0.9.7/styles/import/_default.css (added)
-
tags/0.9.7/styles/import/_default.css.map (added)
-
tags/0.9.7/styles/import/_default.scss (added)
-
tags/0.9.7/styles/import/_form.css (added)
-
tags/0.9.7/styles/import/_form.css.map (added)
-
tags/0.9.7/styles/import/_form.scss (added)
-
tags/0.9.7/styles/import/_jcrop.css (added)
-
tags/0.9.7/styles/import/_jcrop.css.map (added)
-
tags/0.9.7/styles/import/_jcrop.scss (added)
-
tags/0.9.7/styles/import/_reset.css (added)
-
tags/0.9.7/styles/import/_reset.css.map (added)
-
tags/0.9.7/styles/import/_reset.scss (added)
-
tags/0.9.7/styles/style.css (added)
-
tags/0.9.7/styles/style.css.map (added)
-
tags/0.9.7/styles/style.scss (added)
-
tags/0.9.7/styles/visitor (added)
-
tags/0.9.7/styles/visitor/hardpreview.css (added)
-
tags/0.9.7/styles/visitor/hardpreview.css.map (added)
-
tags/0.9.7/styles/visitor/hardpreview.scss (added)
-
trunk/gdy-modular-content.php (modified) (2 diffs)
-
trunk/includes/version.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gdy-modular-content/trunk/gdy-modular-content.php
r1855234 r1864164 8 8 Text Domain: gdy-modular-content 9 9 Domain Path: /languages/ 10 Version: 0.9. 610 Version: 0.9.7 11 11 */ 12 12 … … 15 15 /************************************* VERSION ***********************************/ 16 16 17 define( 'GDYMC_PLUGIN_VERSION', '0.9. 6' );17 define( 'GDYMC_PLUGIN_VERSION', '0.9.7' ); 18 18 19 19 -
gdy-modular-content/trunk/includes/version.php
r1806895 r1864164 144 144 145 145 146 /**************************** UPGRADE TO 0.9.7 OR HIGHER ****************************/ 147 148 if( gdymc_version_smaller_than( '0.9.7' ) ): 149 150 global $wpdb; 151 152 // Change global contents to JSON 153 154 $contents = $wpdb->get_results( "SELECT post_id, meta_key, meta_value FROM $wpdb->postmeta WHERE meta_key = '_gdymc_object_contents'" ); 155 156 foreach( $contents as $content ): 157 158 $contentIDs = explode( ',', str_replace( array( '[', ']' ), array( '', '' ), $content->meta_value ) ); 159 160 $encoded = json_encode( $contentIDs ); 161 162 update_metadata( 'post', $content->post_id, $content->meta_key, $encoded ); 163 164 endforeach; 165 166 endif; 167 168 146 169 147 170 -
gdy-modular-content/trunk/readme.txt
r1855234 r1864164 5 5 Tested up to: 4.9 6 6 Requires PHP: 5.6 7 Stable tag: 0.9. 67 Stable tag: 0.9.7 8 8 9 9 Create and edit modular content from the frontend of your site. … … 20 20 21 21 == Changelog == 22 23 = 0.9.7 = 24 * Update database format for object contents (outside of modules) 22 25 23 26 = 0.9.6 = 24 27 * Fix a remaining dump 25 26 28 27 29 = 0.9.5 =
Note: See TracChangeset
for help on using the changeset viewer.