Changeset 1855331
- Timestamp:
- 04/09/2018 05:26:47 PM (8 years ago)
- Location:
- issuu-pdf-sync/trunk
- Files:
-
- 41 added
- 13 edited
-
.git (added)
-
.git/HEAD (added)
-
.git/branches (added)
-
.git/config (added)
-
.git/description (added)
-
.git/hooks (added)
-
.git/hooks/applypatch-msg.sample (added)
-
.git/hooks/commit-msg.sample (added)
-
.git/hooks/post-update.sample (added)
-
.git/hooks/pre-applypatch.sample (added)
-
.git/hooks/pre-commit.sample (added)
-
.git/hooks/pre-push.sample (added)
-
.git/hooks/pre-rebase.sample (added)
-
.git/hooks/prepare-commit-msg.sample (added)
-
.git/hooks/update.sample (added)
-
.git/index (added)
-
.git/info (added)
-
.git/info/exclude (added)
-
.git/logs (added)
-
.git/logs/HEAD (added)
-
.git/logs/refs (added)
-
.git/logs/refs/heads (added)
-
.git/logs/refs/heads/master (added)
-
.git/logs/refs/remotes (added)
-
.git/logs/refs/remotes/origin (added)
-
.git/logs/refs/remotes/origin/HEAD (added)
-
.git/objects (added)
-
.git/objects/info (added)
-
.git/objects/pack (added)
-
.git/objects/pack/pack-aee4d7a01dc5f849618e08f36a2c770ccb1bd079.idx (added)
-
.git/objects/pack/pack-aee4d7a01dc5f849618e08f36a2c770ccb1bd079.pack (added)
-
.git/packed-refs (added)
-
.git/refs (added)
-
.git/refs/heads (added)
-
.git/refs/heads/master (added)
-
.git/refs/remotes (added)
-
.git/refs/remotes/origin (added)
-
.git/refs/remotes/origin/HEAD (added)
-
.git/refs/tags (added)
-
.gitattributes (added)
-
.gitignore (added)
-
.svnignore (modified) (1 diff)
-
images/default.png (modified) (1 prop) (previous)
-
images/issuu_logo.png (modified) (1 prop) (previous)
-
images/layout-double-pages.png (modified) (1 prop) (previous)
-
images/layout-single-page.png (modified) (1 prop) (previous)
-
images/sample_basicBlue.jpg (modified) (1 prop) (previous)
-
images/sample_crayon.jpg (modified) (1 prop) (previous)
-
images/sample_whiteMenu.jpg (modified) (1 prop) (previous)
-
images/screenshot-2.png (modified) (1 prop) (previous)
-
images/screenshot-5.png (modified) (1 prop) (previous)
-
images/screenshot-6.png (modified) (1 prop) (previous)
-
issuu-pdf-sync.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
issuu-pdf-sync/trunk/.svnignore
r1192700 r1855331 2 2 .buildpath 3 3 .project 4 .gitignore5 .gitattributes6 .DS_Store -
issuu-pdf-sync/trunk/images/default.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
issuu-pdf-sync/trunk/images/issuu_logo.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
issuu-pdf-sync/trunk/images/layout-double-pages.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
issuu-pdf-sync/trunk/images/layout-single-page.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
issuu-pdf-sync/trunk/images/sample_basicBlue.jpg
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/jpeg
-
Property
svn:mime-type
changed from
-
issuu-pdf-sync/trunk/images/sample_crayon.jpg
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/jpeg
-
Property
svn:mime-type
changed from
-
issuu-pdf-sync/trunk/images/sample_whiteMenu.jpg
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/jpeg
-
Property
svn:mime-type
changed from
-
issuu-pdf-sync/trunk/images/screenshot-2.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
issuu-pdf-sync/trunk/images/screenshot-5.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
issuu-pdf-sync/trunk/images/screenshot-6.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
issuu-pdf-sync/trunk/issuu-pdf-sync.php
r1529601 r1855331 2 2 /* 3 3 Plugin Name: Issuu PDF Sync 4 Plugin URI: http ://beapi.fr4 Plugin URI: https://twitter.com/benjaminniess 5 5 Description: Allows to create PDF Flipbooks with the http://issuu.com service. 6 Version: 3.1. 16 Version: 3.1.2 7 7 Author: Benjamin Niess 8 Author URI: http ://beapi.fr8 Author URI: https://twitter.com/benjaminniess 9 9 Text Domain: ips 10 10 Domain Path: /languages/ … … 25 25 */ 26 26 27 define( 'IPS_VERSION', '3.1. 1' );27 define( 'IPS_VERSION', '3.1.2' ); 28 28 define( 'IPS_URL', plugins_url( '', __FILE__ ) ); 29 29 define( 'IPS_DIR', dirname( __FILE__ ) ); -
issuu-pdf-sync/trunk/readme.txt
r1529601 r1855331 4 4 Tags: Issuu, flipbook, PDF, upload, synchronisation, flash, flip, book 5 5 Requires at least: 3.5 6 Tested up to: 4. 77 Stable tag: 3.1. 16 Tested up to: 4.9.5 7 Stable tag: 3.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 87 87 88 88 == Changelog == 89 90 = 3.1.2 = 91 * Tested up to 4.9.5 89 92 90 93 = 3.1.1 =
Note: See TracChangeset
for help on using the changeset viewer.