Changeset 1216607
- Timestamp:
- 08/09/2015 10:37:10 PM (11 years ago)
- Location:
- iterative-headlines/trunk
- Files:
-
- 3 edited
-
headlines.php (modified) (1 diff)
-
headlines_mac.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iterative-headlines/trunk/headlines.php
r1197590 r1216607 5 5 Description: Test your post titles and headlines with state-of-the-art artificial intelligence. 6 6 Author: Iterative Research Inc. 7 Version: 1.4 7 Version: 1.4.1 8 8 Author URI: mailto:joe@iterative.ca 9 9 License: GPLv2+ -
iterative-headlines/trunk/headlines_mac.php
r1186567 r1216607 52 52 if($hash === false) 53 53 throw new RuntimeException("Cowardly refusing to return ciphertext when hash calculation fails. Check that the appropriate HMAC algorithm is available."); 54 return ['message' => $ciphertext, 'hash' => $hash];54 return array('message' => $ciphertext, 'hash' => $hash); 55 55 } 56 56 /* -
iterative-headlines/trunk/readme.txt
r1197588 r1216607 3 3 Tags: title, testing, experiment, headline, viral 4 4 Requires at least: 3.0.1 5 Tested up to: 4. 2.26 Stable tag: 1.4 5 Tested up to: 4.3 6 Stable tag: 1.4.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.