Changeset 1953430
- Timestamp:
- 10/08/2018 05:34:58 PM (7 years ago)
- Location:
- wp-contentools
- Files:
-
- 1 edited
- 14 copied
-
tags/3.0.4 (copied) (copied from wp-contentools/trunk)
-
tags/3.0.4/admin/class-contentools-admin.php (copied) (copied from wp-contentools/trunk/admin/class-contentools-admin.php)
-
tags/3.0.4/admin/partials/contentools-admin-display.php (copied) (copied from wp-contentools/trunk/admin/partials/contentools-admin-display.php)
-
tags/3.0.4/contentools.php (copied) (copied from wp-contentools/trunk/contentools.php)
-
tags/3.0.4/includes/class-contentools-activator.php (copied) (copied from wp-contentools/trunk/includes/class-contentools-activator.php)
-
tags/3.0.4/includes/class-contentools-deactivator.php (copied) (copied from wp-contentools/trunk/includes/class-contentools-deactivator.php)
-
tags/3.0.4/includes/class-contentools-i18n.php (copied) (copied from wp-contentools/trunk/includes/class-contentools-i18n.php)
-
tags/3.0.4/includes/class-contentools-loader.php (copied) (copied from wp-contentools/trunk/includes/class-contentools-loader.php)
-
tags/3.0.4/includes/class-contentools-rest.php (copied) (copied from wp-contentools/trunk/includes/class-contentools-rest.php) (1 diff)
-
tags/3.0.4/includes/class-contentools.php (copied) (copied from wp-contentools/trunk/includes/class-contentools.php)
-
tags/3.0.4/public/class-contentools-public.php (copied) (copied from wp-contentools/trunk/public/class-contentools-public.php)
-
tags/3.0.4/public/partials/contentools-public-display.php (copied) (copied from wp-contentools/trunk/public/partials/contentools-public-display.php)
-
tags/3.0.4/readme.txt (copied) (copied from wp-contentools/trunk/readme.txt)
-
tags/3.0.4/uninstall.php (copied) (copied from wp-contentools/trunk/uninstall.php)
-
trunk/includes/class-contentools-rest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-contentools/tags/3.0.4/includes/class-contentools-rest.php
r1953422 r1953430 219 219 @header( 'Access-Control-Expose-Headers: X-WP-Contentools' ); 220 220 @header( 'Access-Control-Allow-Methods: GET, POST' ); 221 @header( 'X-Frame-Options: http ://go.contentools.com/');221 @header( 'X-Frame-Options: https://go.contentools.com/'); 222 222 223 223 } -
wp-contentools/trunk/includes/class-contentools-rest.php
r1953422 r1953430 219 219 @header( 'Access-Control-Expose-Headers: X-WP-Contentools' ); 220 220 @header( 'Access-Control-Allow-Methods: GET, POST' ); 221 @header( 'X-Frame-Options: http ://go.contentools.com/');221 @header( 'X-Frame-Options: https://go.contentools.com/'); 222 222 223 223 }
Note: See TracChangeset
for help on using the changeset viewer.