Skip to content

Commit

Permalink
Merge pull request #258 from cloudinary/uat
Browse files Browse the repository at this point in the history
Uat
  • Loading branch information
pereirinha authored Nov 9, 2020
2 parents cf5a14c + 1b9b5ec commit 31a7ce2
Show file tree
Hide file tree
Showing 116 changed files with 53,121 additions and 19,810 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# See https://make.wordpress.org/core/handbook/coding-standards/
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab

[*.yml]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false
43 changes: 42 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,43 @@
*.log
wp-config.php
wp-content/advanced-cache.php
wp-content/backup-db/
wp-content/backups/
wp-content/blogs.dir/
wp-content/cache/
wp-content/upgrade/
wp-content/uploads/
wp-content/mu-plugins/
wp-content/wp-cache-config.php
wp-content/plugins/hello.php

/.htaccess
/license.txt
/readme.html
/sitemap.xml
/sitemap.xml.gz

.DS_Store
/wordpress*

# Grunt
/build/
/node_modules/
npm-debug.log

# Dev
/vendor/
/dev-lib/
phpcs.xml

# Tests
tests/data/
tests/includes/
coverage/html/

# ENV files
.env

# IDE
.vscode
cloudinary-image-management-and-manipulation-in-the-cloud-cdn
cloudinary-image-management-and-manipulation-in-the-cloud-cdn.zip
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12
32 changes: 32 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
dist: xenial

language: php

before_install:
- nvm install
- nvm use

install:
- npm install

jobs:

include:

- php: "5.6"
script:
- npm run lint
- npm run build

- php: "7.4"
script:
- npm run lint
- npm run build

notifications:
email: false

cache:
npm: true
directories:
- "$HOME/.composer/cache"
27 changes: 20 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,34 @@ This Git repository is the development repository, while there's a mirror public

Additional resources are available at:

* [Website](http://cloudinary.com)
* [Documentation](http://cloudinary.com/documentation)
* [Knowledge Base](http://support.cloudinary.com/forums)
* [Website](https://cloudinary.com)
* [Documentation](https://cloudinary.com/documentation)
* [Knowledge Base](https://support.cloudinary.com/forums)

## Support

You can [open an issue through GitHub](https://github.com/cloudinary/cloudinary_wordpress/issues).

Contact us [http://cloudinary.com/contact](http://cloudinary.com/contact)
Contact us [https://cloudinary.com/contact](https://cloudinary.com/contact)

Stay tuned for updates, tips and tutorials: [Blog](http://cloudinary.com/blog), [Twitter](https://twitter.com/cloudinary), [Facebook](http://www.facebook.com/Cloudinary).
Stay tuned for updates, tips and tutorials: [Blog](https://cloudinary.com/blog), [Twitter](https://twitter.com/cloudinary), [Facebook](https://www.facebook.com/Cloudinary).

## Development

## License #######################################################################
### Create a Plugin Release Package

Released under the GPL license.
Run `npm run package` to create the plugin release in the `/build` directory and package it as `cloudinary-image-management-and-manipulation-in-the-cloud-cdn.zip` in the root directory.

Files included in the release package are defined in the `gruntfile.js` under the `copy` task. Be sure to update this list of files and directories when you add new files to the project.

### Deployment to WordPress.org

1. Tag a release from the `master` branch on GitHub.

2. Run `npm run deploy` to deploy the version referenced in the `cloudinary.php` file of the current branch.

3. Run `npm run deploy-assets` to deploy just the WP.org plugin assets such as screenshots, icons and banners.

## License

Released under the GPL license.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 31a7ce2

Please sign in to comment.