Skip to content

Commit

Permalink
release build 1.9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbillard committed Nov 19, 2018
1 parent 16e36d6 commit 61b3773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/release notes.htm
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</style>
</head>
<body>
<h1>netPhotoGraphics release notes</h1><h2 style="text-align: center;">Version 1.8.1.11.DEV_12</h2>
<h1>netPhotoGraphics release notes</h1><h2 style="text-align: center;">Version 1.9.0.0</h2>
<h2>General</h2>
<p>The standard <strong><code>.htaccess</code></strong> file has been updated to provide cache expiry headers. This, along with some script loading optimizations, will improve page load performance for your site. The possible down side to this is that is you change <em><code>JS</code> </em>or <em><code>CSS</code> </em>scripts you may need to purge your browser cache to see quickly the results of your changes. Standard <em>CSS </em>and <em>JS</em> scripts are now loaded by calling the <code>scriptLoader()</code> function. This function, in conjunction with the new DEBUG setting TESTING_MODE, will insure that these files will be re-fetched by the browser each time a page loads. If you use this function ito load your scripts the above caution is moot.</p>
<p>The suggested <strong><code>robots.txt </code></strong>file has also been updated. A crawll delay has been added and the rules have been enhanced to include any cloned sites reachable from the site root. In addition, <code>sitemap-extended</code> will now comment and un-comment the sitemap url line when you clear/generate the sitemap files. It is recommended that you switch to this version of the <code>robots.text</code> file by deleting your original and running setup. (You may also manually install an edited copy of the source file in the <code>zp-core</code> folder if you have needed additions to the standard rules.)</p>
Expand Down
2 changes: 1 addition & 1 deletion zp-core/version.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
// This file contains version info only and is automatically updated. DO NOT EDIT.
define('ZENPHOTO_VERSION', '1.8.1.11.DEV_12');
define('ZENPHOTO_VERSION', '1.9.0.0');
?>

0 comments on commit 61b3773

Please sign in to comment.